Просмотр исходного кода

Merge pull request #1954 from weseek/support/adjust-rbt-highlight-text

Support/adjust rbt highlight text
itizawa 6 лет назад
Родитель
Сommit
d5e33c4715
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      src/client/styles/scss/theme/_apply-colors.scss

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

@@ -299,6 +299,14 @@ body.on-edit {
   }
 }
 
+/*
+ * react bootstrap typeahead
+ */
+mark.rbt-highlight-text {
+  // Temporarily the highlight color is black
+  color: black;
+}
+
 /*
  * GROWI page attachments
  */