jspreadsheet 12.0.0-beta.6 → 12.0.0-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@
8
8
  --jss-background-color-header: #f8f8f8;
9
9
  --jss-background-color-highlight: #e8e8e8;
10
10
  --jss-background-color-active: #777;
11
- --jss-icon-color: #333;
11
+ --jss-icon-color: #777;
12
12
  --jss-warning-color: #ff0000;
13
13
  }
14
14
 
@@ -111,10 +111,6 @@
111
111
  border-bottom: 1px solid var(--jss-border-color);
112
112
  }
113
113
 
114
- .jss div {
115
- line-height: normal;
116
- }
117
-
118
114
  .jss .error {
119
115
  border:1px solid red;
120
116
  }
@@ -619,7 +615,7 @@
619
615
 
620
616
  .jss_actions {
621
617
  float: right;
622
- display: block;
618
+ display: flex;
623
619
  margin-left: 4px;
624
620
  }
625
621
 
@@ -914,11 +910,11 @@
914
910
  font-size: 16px;
915
911
  width: 16px;
916
912
  height: 16px;
917
- color: var(--jss-icon-color);
913
+ color: var(--jss-border-color);
918
914
  }
919
915
 
920
916
  .jss > thead > tr > th.jss_filters_active::before {
921
- color: #888;
917
+ color: var(--jss-icon-color);
922
918
  }
923
919
 
924
920
  .jss_filters {
@@ -1022,13 +1018,14 @@
1022
1018
  }
1023
1019
 
1024
1020
  div.jss_filters_icon {
1025
- font-size: 13px;
1026
- width: 13px;
1027
- height: 13px;
1021
+ font-size: 15px;
1022
+ width: 15px;
1023
+ height: 14px;
1028
1024
  padding: 1px;
1029
1025
  border-radius: 2px;
1030
1026
  color: grey;
1031
1027
  cursor: pointer;
1028
+ display: flex;
1032
1029
  }
1033
1030
 
1034
1031
  div.jss_filters_icon:hover,
@@ -1040,7 +1037,6 @@ div.jss_filters_icon.jss_filters_active {
1040
1037
  div.jss_filters_icon::before {
1041
1038
  font-family: "Material Symbols Outlined", "Material Icons", "FontAwesome";
1042
1039
  content: 'filter_list';
1043
- font-size: 13px;
1044
1040
  font-weight: normal;
1045
1041
  }
1046
1042
 
@@ -1324,7 +1320,7 @@ div.jss_filters_icon.jss_filters_active::before {
1324
1320
  }
1325
1321
 
1326
1322
  .jss_input.jss_nowrap.jss_formula {
1327
- display: initial;
1323
+ display: inherit;
1328
1324
  }
1329
1325
 
1330
1326
  .jss_editor.jss_focus .jss_notes {
package/package.json CHANGED
@@ -49,5 +49,5 @@
49
49
  },
50
50
  "main": "dist/index.js",
51
51
  "types": "dist/index.d.ts",
52
- "version": "12.0.0-beta.6"
52
+ "version": "12.0.0-beta.7"
53
53
  }