Skip to content

Commit d012d50

Browse files
authored
Merge pull request #557 from muan/muan/hidden
Add !important to [hidden]
2 parents 1a5f832 + f3c9882 commit d012d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/primer-base/lib/normalize.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ progress {
8282

8383
template, /* 1 */
8484
[hidden] {
85-
display: none;
85+
display: none !important;
8686
}
8787

8888
/* Links

0 commit comments

Comments
 (0)