fix(video-label): Show darker background on hover

This commit is contained in:
Leonard Kim 2017-05-24 15:32:58 -07:00
parent abd30e0269
commit 346980308b
1 changed files with 2 additions and 0 deletions

View File

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