Skip to content

Commit 9b7f94e

Browse files
committed
fix(base): respect hidden="until-found" attribute
1 parent 58e5a65 commit 9b7f94e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/popular-hotels-bow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"css-homogenizer": patch
3+
---
4+
5+
fix(base): respect `hidden="until-found"` attribute

base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ textarea {
9191
resize: block;
9292
}
9393

94-
[hidden],
94+
[hidden]:not([hidden="until-found"]),
9595
audio:not([controls]) {
9696
/* Prioritize default behavior over custom styles above */
9797
display: none;

0 commit comments

Comments
 (0)