Skip to content

Commit 100264c

Browse files
committed
fix: hidden attribute display:noneimportant
1 parent 41300c3 commit 100264c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/core.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ textarea {
4747
resize: vertical;
4848
}
4949

50+
[hidden] {
51+
display: none!important;
52+
}
53+
5054
.hidden {
5155
display: none!important;
5256
}

0 commit comments

Comments
 (0)