Skip to content

Commit

Permalink
Fix channels header popout open background
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Jul 12, 2019
1 parent 740fbef commit 92c974a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/channels/channels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
color: #fff;
font-weight: 600;
text-shadow: 0 0 3px #000;
&:hover {
&:hover,
&.popout-open {
background: rgba(0, 0, 0, calc(#{cv("bg.app.shading")} * .3));
}
}
Expand Down

0 comments on commit 92c974a

Please sign in to comment.