Browse Source

fix GW-2603

Yuki Takei 5 years ago
parent
commit
a7dd5f80ba
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/client/styles/scss/theme/_apply-colors.scss

+ 5 - 0
src/client/styles/scss/theme/_apply-colors.scss

@@ -154,6 +154,11 @@ pre:not(.hljs):not(.CodeMirror-line) {
   .btn-secondary.dropdown-toggle {
   .btn-secondary.dropdown-toggle {
     @include button-variant($bgcolor-search-top-dropdown, $bgcolor-search-top-dropdown);
     @include button-variant($bgcolor-search-top-dropdown, $bgcolor-search-top-dropdown);
   }
   }
+
+  // for https://youtrack.weseek.co.jp/issue/GW-2603
+  .search-typeahead {
+    background-color: rgba($bgcolor-global, 0.9);
+  }
 }
 }
 
 
 .grw-sidebar {
 .grw-sidebar {