mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Update normalize.css
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
This commit is contained in:
parent
ccdb16139a
commit
ddcc662fef
@ -345,6 +345,10 @@ template {
|
|||||||
* Except `hidden="until-found"` because `content-visibility: hidden` is applied.
|
* Except `hidden="until-found"` because `content-visibility: hidden` is applied.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
[hidden]:not([hidden="until-found"]) {
|
[hidden] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[hidden="until-found"] {
|
||||||
|
display: revert;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user