Skip to content

Commit

Permalink
fix(base): respect hidden="until-found" attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Oct 25, 2024
1 parent 58e5a65 commit 9b7f94e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/popular-hotels-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"css-homogenizer": patch
---

fix(base): respect `hidden="until-found"` attribute
2 changes: 1 addition & 1 deletion base.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ textarea {
resize: block;
}

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

0 comments on commit 9b7f94e

Please sign in to comment.