Skip to content

Commit e53811a

Browse files
committed
Hide views panel for hidden attribute
fixes #2675.
1 parent fa4e4e2 commit e53811a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

css/category-panel.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ div[part=heading] {
2828
user-select: none;
2929
}
3030

31+
:host([hidden]) {
32+
display: none;
33+
}
34+
3135
:host([closed]) div[part="heading"] {
3236
background-image: var(--close-background-image);
3337
}

0 commit comments

Comments
 (0)