Explorar el Código

ensure to show header buttons even when not hovered

Yuki Takei hace 8 años
padre
commit
f35eea9b17
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. 3 4
      resource/css/_page.scss

+ 3 - 4
resource/css/_page.scss

@@ -109,13 +109,12 @@
         font-size: 1rem;
         font-size: 1rem;
       }
       }
 
 
-      // hide .btn
+      // change button opacity
       .btn {
       .btn {
-        visibility: hidden;
+        opacity: 0.3;
       }
       }
-      // show .btn when hover
       &:hover .btn {
       &:hover .btn {
-        visibility: unset;
+        opacity: unset;
       }
       }
     }
     }