]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_components.scss
Added examples, updated docs for image gallery api endpoints
[bookstack] / resources / sass / _components.scss
index c86c04d33721b1d272d3290f06dad10f5572fdb3..825501364664abbcc7bddd09e666acd1c2ca0525 100644 (file)
@@ -1085,6 +1085,9 @@ $btt-size: 40px;
     color: #AAA;
     cursor: grab;
   }
+  button {
+    opacity: .6;
+  }
   .handle svg {
     margin: 0;
   }
@@ -1097,6 +1100,9 @@ $btt-size: 40px;
   &:hover .handle {
     @include lightDark(color, #444, #FFF);
   }
+  &:hover button {
+    opacity: 1;
+  }
   a:hover {
     text-decoration: none;
   }