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:
parent
efddb570a8
commit
f3c9882394
2
modules/primer-base/lib/normalize.scss
vendored
2
modules/primer-base/lib/normalize.scss
vendored
@ -82,7 +82,7 @@ progress {
|
||||
|
||||
template, /* 1 */
|
||||
[hidden] {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Links
|
||||
|
Loading…
Reference in New Issue
Block a user