Embed: tweak for non-touch: hide settings menu when gear icon is tapped (for mobile)

This commit is contained in:
Cat 2020-07-27 16:25:08 +02:00 committed by Thulinma
parent e0e272b2e9
commit bf5a327468
7 changed files with 27 additions and 4 deletions

View file

@ -111,6 +111,12 @@ svg.icon.timeout {
z-index: 0;
opacity: 1;
}
.mistvideo:not([data-hide-submenu]) .mistvideo-hoverWindow:hover >svg.icon.settings .fill,
.mistvideo[data-show-submenu] svg.icon.settings .fill,
.mistvideo[data-fullscreen] svg.icon.fullscreen .fill {
fill: $accent;
}
.mistvideo[data-show-submenu] .mistvideo-submenu {
right: 5px;
}