]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_header.scss
Cleaned up some existing tri-column views
[bookstack] / resources / assets / sass / _header.scss
index e8667e7193bb0c4dbaa5c67ec429ab91ed89c034..8452b066741787328c7c0b54cb0e499ae92bbb35 100644 (file)
@@ -202,14 +202,11 @@ header .search-box {
   align-items: center;
   justify-content: flex-start;
   flex-wrap: wrap;
+  opacity: 0.7;
   .icon-list-item {
     width: auto;
     padding-top: $-xs;
     padding-bottom: $-xs;
-    &:not(:hover) {
-      color: #666;
-      fill: #888;
-    }
   }
   .separator {
     display: inline-block;
@@ -218,6 +215,9 @@ header .search-box {
     line-height: 0.8;
     margin: -2px 0 0;
   }
+  &:hover {
+    opacity: 1;
+  }
 }
 
 .breadcrumb-listing {