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

Merge pull request #557 from muan/muan/hidden

Add !important to [hidden]
This commit is contained in:
Jon Rohan 2018-08-09 10:42:57 -07:00 committed by GitHub
commit d012d50595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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