Skip to content

Commit

Permalink
top channels
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxIsBad committed Aug 15, 2023
1 parent 139ac0a commit be89e16
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/channels/channels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,12 @@
%channelWrapper {
// HOVER
&:hover {
%channelName,
%channelIcon {
color: #fff;
}
%channelLink {
background: var(--bg-overlay-hover,var(--background-modifier-hover));
&:before {
background: hsla(0, 0%, 100%, 0.1);
}
Expand Down Expand Up @@ -143,6 +148,10 @@
}
// SELECTED
&%channelWrapperSelected {
%channelName,
%channelIcon {
color: #fff;
}
%channelLink {
&:before {
background: hsla(0, 0%, 100%, 0.1);
Expand Down

0 comments on commit be89e16

Please sign in to comment.