Change hover menu to show up only when mouse is over the menu.

This commit is contained in:
Dermot Duffy
2022-05-08 17:05:07 -07:00
parent 0f4d52d1d5
commit c1096619be
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -62,8 +62,7 @@ frigate-card-menu[data-style='hover'] {
.outer + frigate-card-menu[data-style='hover'] {
opacity: 0;
}
.outer:hover + frigate-card-menu[data-style='hover'],
frigate-card-menu[data-mode='hover']:hover {
frigate-card-menu[data-style='hover']:hover {
opacity: 1;
}