Skip to content

Commit

Permalink
Add style for new sidebar channel close hover
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Oct 8, 2017
1 parent 33cca5a commit 4874248
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/layout/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
&__quickswitcher:hover {
color: lighten($base-font-color, 6%) !important;
}

&__close_container:hover {
background: $color-shade-darkest;
}
}

.channels_list_holder {
Expand Down

0 comments on commit 4874248

Please sign in to comment.