Skip to content

Commit 3dd0db6

Browse files
committed
feat(hidden attribute): display style that respects the hidden attribute
1 parent b7bcd7f commit 3dd0db6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/client/styles/main/host.scss

+3
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
*******/
44
:host {
55
contain: content;
6+
}
7+
:host([hidden]) {
8+
display: none;
69
}

0 commit comments

Comments
 (0)