We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4e4e2 commit e53811aCopy full SHA for e53811a
1 file changed
css/category-panel.css
@@ -28,6 +28,10 @@ div[part=heading] {
28
user-select: none;
29
}
30
31
+:host([hidden]) {
32
+ display: none;
33
+}
34
+
35
:host([closed]) div[part="heading"] {
36
background-image: var(--close-background-image);
37
0 commit comments