Skip to content

Commit ddcc662

Browse files
Update normalize.css
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
1 parent ccdb161 commit ddcc662

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

normalize.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,10 @@ template {
345345
* Except `hidden="until-found"` because `content-visibility: hidden` is applied.
346346
*/
347347

348-
[hidden]:not([hidden="until-found"]) {
348+
[hidden] {
349349
display: none;
350350
}
351+
352+
[hidden="until-found"] {
353+
display: revert;
354+
}

0 commit comments

Comments
 (0)