]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_header.scss
Fixed tests from streaming changes
[bookstack] / resources / sass / _header.scss
index 12f098a1bc75d1e4cbbc814565e9c9ae3b5f7758..f070f5a187428eedc0a2af37688733efa1af4a28 100644 (file)
@@ -228,6 +228,7 @@ header .search-box {
   text-align: center;
   border-bottom: 3px solid #BBB;
   cursor: pointer;
+  margin: 0;
   @include lightDark(background-color, #FFF, #222);
   @include lightDark(border-bottom-color, #BBB, #333);
   &:first-child {
@@ -261,6 +262,9 @@ header .search-box {
   &:hover, &:focus-within {
     opacity: 1;
   }
+  @media (prefers-contrast: more) {
+    opacity: 1;
+  }
 }
 
 @include smaller-than($l) {