Explorar el Código

changed to transparent

ryuichi-e hace 6 años
padre
commit
a9c36178e7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/client/styles/scss/theme/antarctic.scss

+ 3 - 0
src/client/styles/scss/theme/antarctic.scss

@@ -123,6 +123,9 @@ html[dark] {
 
   #search-typeahead-asynctypeahead {
     background-color: $bgcolor-global;
+    .table {
+      background-color: transparent;
+    }
   }
 }