Skip to content

Commit

Permalink
Update import.css
Browse files Browse the repository at this point in the history
  • Loading branch information
lazuee authored Oct 27, 2023
1 parent e52d7eb commit d488e79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion discord/channel-list/import.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@

/* only show channel's boost progressBar level when not focus-within */
[class*="sidebar_"]:has([aria-label*="(server)"]):not(:focus-within)>nav>[class*="scroller_"]>ul[aria-label*="Channels"]>div[class*="divider_"],
[class*="sidebar_"]:has([aria-label*="(server)"]):not(:focus-within)>nav>[class*="scroller_"]>ul[aria-label*="Channels"]>div[class*="progressBarContainer_"] {
[class*="sidebar_"]:has([aria-label*="(server)"]):not(:focus-within)>nav>[class*="scroller_"]>ul[aria-label*="Channels"]>div[class*="progressBarContainer_"],
[class*="sidebar_"]:has([aria-label*="(server)"]):not(:focus-within)>nav>[class*="scroller_"]>ul[aria-label*="Channels"]>div[aria-label="This server has unlocked all Boosting perks!"] {
display: none
}

Expand Down

0 comments on commit d488e79

Please sign in to comment.