]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_header.scss
Updated editor usability on mobile
[bookstack] / resources / assets / sass / _header.scss
index cbd85fd25751c1b1efaae67c5b95887a922a33d6..00b79180309d1887d4f55a1dbfdc1c8836246f82 100644 (file)
@@ -322,21 +322,6 @@ header .search-box {
   padding: $-s;
 }
 
-.toolbar {
-  position: relative;
-  > .grid > div {
-    opacity: 0.8;
-    transition: opacity ease-in-out 120ms;
-    &:hover {
-      opacity: 1;
-    }
-  }
-  .text-button {
-    color: #666;
-    fill: #666;
-  }
-}
-
 .action-buttons .text-button {
   display: inline-block;
   padding: $-xs $-s;