Skip to content

Commit 3a7d241

Browse files
fnuttxPaw
authored andcommitted
Fix hide the sidebar close buttons css (#216)
Old: #sidebar button.close New: #sidebar .chan.active .close
1 parent aa22067 commit 3a7d241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_guides/custom-css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Before | After
134134
The <kbd>&times;</kbd> buttons that appear in the channel list on the currently active channel can sometimes be clicked by accident. This snippet removes it, so that the only way to leave a channel is by clicking "Leave" in the context menu.
135135

136136
```css
137-
#sidebar button.close {
137+
#sidebar .chan.active .close {
138138
display: none;
139139
}
140140
```

0 commit comments

Comments
 (0)