Explorar el Código

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

Support/adjust rbt highlight text
itizawa hace 6 años
padre
commit
d5e33c4715
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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
  */