1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 13:12:16 +03:00

"Add !important for [hidden] cause attribute/UA style should take precedence

This commit is contained in:
Mu-An ✌️ Chiou 2018-08-08 18:55:13 -04:00
parent efddb570a8
commit f3c9882394
No known key found for this signature in database
GPG Key ID: 0180D23D4538D05E

View File

@ -82,7 +82,7 @@ progress {
template, /* 1 */
[hidden] {
display: none;
display: none !important;
}
/* Links