David Kaltschmidt 7 лет назад
Родитель
Сommit
b95b796a34
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/sass/pages/_explore.scss

+ 1 - 1
public/sass/pages/_explore.scss

@@ -308,7 +308,7 @@
     }
     }
 
 
     .logs-row-match-highlight--preview {
     .logs-row-match-highlight--preview {
-      background-color: lighten($typeahead-selected-color, 70%);
+      background-color: rgba($typeahead-selected-color, 0.2);
       border-bottom-style: dotted;
       border-bottom-style: dotted;
     }
     }