Browse Source

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

Support/adjust rbt highlight text
itizawa 6 năm trước cách đây
mục cha
commit
d5e33c4715
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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
  */