Support selecting menu items

This commit is contained in:
Dermot Duffy
2022-01-14 21:31:16 -08:00
parent 68dffdf69d
commit ba94f31a32
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
opacity: 0.0;
}
.outer:hover + .hover-menu, .hover-menu:hover {
opacity: 1.0;
opacity: 0.9;
}
/* A relative div to place absolute picture elements onto */
.picture-elements {