Skip to content

Commit

Permalink
Fix: Correct media settings checkmark icon color on hover (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoffan authored May 1, 2018
1 parent f9a0278 commit 708082a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/viewers/media/Settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ $item-hover-color: #f6fafd;
&:hover {
background-color: $item-hover-color;

.bp-media-settings-icon svg {
fill: $blue-steel;
}

.bp-media-settings-label {
color: lighten($blue-steel, 50%);
}
Expand Down Expand Up @@ -201,8 +205,4 @@ $item-hover-color: #f6fafd;
.bp-media-settings-selected & svg {
visibility: visible;
}

&:hover svg {
fill: $white;
}
}

0 comments on commit 708082a

Please sign in to comment.