Merge pull request #1602 from virtuacoplenny/lenny/video-label-hover

fix(video-label): Show darker background on hover
This commit is contained in:
yanas 2017-05-24 20:58:49 -05:00 committed by GitHub
commit e128c03f56
1 changed files with 2 additions and 0 deletions

View File

@ -596,6 +596,8 @@
.video-state-indicator:hover, .video-state-indicator:hover,
.video-state-indicator *:hover { .video-state-indicator *:hover {
background: $toolbarSelectBackground;
.video-state-indicator-menu { .video-state-indicator-menu {
display: block; display: block;
} }