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

reset text color of .hot-table-container

Yuki Takei 5 лет назад
Родитель
Сommit
d03a0e4e6d
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      src/client/styles/scss/theme/_apply-colors.scss

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

@@ -115,6 +115,13 @@ pre:not(.hljs):not(.CodeMirror-line) {
   }
   }
 }
 }
 
 
+//
+//== Apply to Handsontable
+//
+.hot-table-container {
+  color: initial;
+}
+
 //
 //
 //== Apply to GROWI Elements
 //== Apply to GROWI Elements
 //
 //