Bladeren bron

reset text color of .handsontable

Yuki Takei 6 jaren geleden
bovenliggende
commit
0e34f60e97
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/client/styles/scss/theme/_apply-colors.scss

+ 1 - 1
src/client/styles/scss/theme/_apply-colors.scss

@@ -118,7 +118,7 @@ pre:not(.hljs):not(.CodeMirror-line) {
 //
 //== Apply to Handsontable
 //
-.hot-table-container {
+.handsontable {
   color: initial;
 }