Merge pull request #1602 from virtuacoplenny/lenny/video-label-hover
fix(video-label): Show darker background on hover
This commit is contained in:
commit
e128c03f56
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue