fix: file-show: don't hide navigation arrow if the mouse is hovering it
Massimo Melina committed
Mar 20, 2024 at 11:15 UTC
85846c13b7d9f03226d6084b25924dcb7a991415
1 file changed
+1
-1
frontend/src/index.scss
+1
-1
@@ -720,7 +720,7 @@ button .icon + .label {
720
user-select: none;
721
transition: opacity .3s;
722
&:hover { opacity: .7; }
723
- &.nav-hidden { opacity: 0 }
723
+ &.nav-hidden:not(:hover) { opacity: 0 }
724
}
725
.bar {
726
padding: .5em min(2vw, 1em);