handsontable 0.0.0-next-517ec9c-20240930 → 0.0.0-next-f512acf-20240930

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of handsontable might be problematic. Click here for more details.

Files changed (41) hide show
  1. package/base.js +2 -2
  2. package/base.mjs +2 -2
  3. package/core.js +11 -0
  4. package/core.mjs +11 -0
  5. package/dataMap/metaManager/metaSchema.js +17 -0
  6. package/dataMap/metaManager/metaSchema.mjs +17 -0
  7. package/dist/handsontable.css +296 -145
  8. package/dist/handsontable.full.css +305 -152
  9. package/dist/handsontable.full.js +3536 -3695
  10. package/dist/handsontable.full.min.css +85 -14
  11. package/dist/handsontable.full.min.js +26 -26
  12. package/dist/handsontable.js +3243 -3396
  13. package/dist/handsontable.min.css +82 -11
  14. package/dist/handsontable.min.js +23 -23
  15. package/editors/dateEditor/dateEditor.js +2 -0
  16. package/editors/dateEditor/dateEditor.mjs +2 -0
  17. package/editors/handsontableEditor/handsontableEditor.js +1 -1
  18. package/editors/handsontableEditor/handsontableEditor.mjs +1 -1
  19. package/editors/selectEditor/selectEditor.js +20 -9
  20. package/editors/selectEditor/selectEditor.mjs +20 -9
  21. package/editors/textEditor/textEditor.js +4 -11
  22. package/editors/textEditor/textEditor.mjs +4 -11
  23. package/helpers/mixed.js +2 -2
  24. package/helpers/mixed.mjs +2 -2
  25. package/helpers/themes.js +17 -0
  26. package/helpers/themes.mjs +13 -0
  27. package/package.json +10 -3
  28. package/plugins/comments/commentEditor.js +8 -1
  29. package/plugins/comments/commentEditor.mjs +8 -1
  30. package/plugins/comments/comments.js +1 -1
  31. package/plugins/comments/comments.mjs +1 -1
  32. package/plugins/contextMenu/menu/menu.js +4 -4
  33. package/plugins/contextMenu/menu/menu.mjs +4 -4
  34. package/styles/handsontable.css +1921 -0
  35. package/styles/handsontable.min.css +30 -0
  36. package/styles/ht-theme-gemini.css +689 -0
  37. package/styles/ht-theme-gemini.min.css +30 -0
  38. package/styles/ht-theme-main.css +697 -0
  39. package/styles/ht-theme-main.min.css +30 -0
  40. package/utils/ghostTable.js +1 -1
  41. package/utils/ghostTable.mjs +1 -1
@@ -25,13 +25,14 @@
25
25
  * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
26
26
  * USE OR INABILITY TO USE THIS SOFTWARE.
27
27
  *
28
- * Version: 0.0.0-next-517ec9c-20240930
29
- * Release date: 30/07/2024 (built at 30/09/2024 11:07:23)
28
+ * Version: 0.0.0-next-f512acf-20240930
29
+ * Release date: 30/07/2024 (built at 30/09/2024 12:23:39)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles
33
33
  */
34
- .handsontable .table th, .handsontable .table td {
34
+ .handsontable .table th,
35
+ .handsontable .table td {
35
36
  border-top: none;
36
37
  }
37
38
 
@@ -49,7 +50,7 @@
49
50
  .handsontable .table colgroup + thead tr:first-child td,
50
51
  .handsontable .table thead:first-child tr:first-child th,
51
52
  .handsontable .table thead:first-child tr:first-child td {
52
- border-top: 1px solid #CCCCCC;
53
+ border-top: 1px solid #cccccc;
53
54
  }
54
55
 
55
56
  /* table-bordered */
@@ -65,7 +66,7 @@
65
66
 
66
67
  .handsontable .table-bordered th:first-child,
67
68
  .handsontable .table-bordered td:first-child {
68
- border-left: 1px solid #CCCCCC;
69
+ border-left: 1px solid #cccccc;
69
70
  }
70
71
 
71
72
  .handsontable .table > tbody > tr > td,
@@ -78,20 +79,58 @@
78
79
  padding: 0;
79
80
  }
80
81
 
81
- .col-lg-1.handsontable, .col-lg-10.handsontable, .col-lg-11.handsontable, .col-lg-12.handsontable,
82
- .col-lg-2.handsontable, .col-lg-3.handsontable, .col-lg-4.handsontable, .col-lg-5.handsontable, .col-lg-6.handsontable, .col-lg-7.handsontable, .col-lg-8.handsontable, .col-lg-9.handsontable,
83
- .col-md-1.handsontable, .col-md-10.handsontable, .col-md-11.handsontable, .col-md-12.handsontable,
84
- .col-md-2.handsontable, .col-md-3.handsontable, .col-md-4.handsontable, .col-md-5.handsontable, .col-md-6.handsontable, .col-md-7.handsontable, .col-md-8.handsontable, .col-md-9.handsontable .col-sm-1.handsontable,
85
- .col-sm-10.handsontable, .col-sm-11.handsontable, .col-sm-12.handsontable,
86
- .col-sm-2.handsontable, .col-sm-3.handsontable, .col-sm-4.handsontable, .col-sm-5.handsontable, .col-sm-6.handsontable, .col-sm-7.handsontable, .col-sm-8.handsontable, .col-sm-9.handsontable .col-xs-1.handsontable,
87
- .col-xs-10.handsontable, .col-xs-11.handsontable, .col-xs-12.handsontable,
88
- .col-xs-2.handsontable, .col-xs-3.handsontable, .col-xs-4.handsontable, .col-xs-5.handsontable, .col-xs-6.handsontable, .col-xs-7.handsontable, .col-xs-8.handsontable, .col-xs-9.handsontable {
82
+ .col-lg-1.handsontable,
83
+ .col-lg-10.handsontable,
84
+ .col-lg-11.handsontable,
85
+ .col-lg-12.handsontable,
86
+ .col-lg-2.handsontable,
87
+ .col-lg-3.handsontable,
88
+ .col-lg-4.handsontable,
89
+ .col-lg-5.handsontable,
90
+ .col-lg-6.handsontable,
91
+ .col-lg-7.handsontable,
92
+ .col-lg-8.handsontable,
93
+ .col-lg-9.handsontable,
94
+ .col-md-1.handsontable,
95
+ .col-md-10.handsontable,
96
+ .col-md-11.handsontable,
97
+ .col-md-12.handsontable,
98
+ .col-md-2.handsontable,
99
+ .col-md-3.handsontable,
100
+ .col-md-4.handsontable,
101
+ .col-md-5.handsontable,
102
+ .col-md-6.handsontable,
103
+ .col-md-7.handsontable,
104
+ .col-md-8.handsontable,
105
+ .col-md-9.handsontable .col-sm-1.handsontable,
106
+ .col-sm-10.handsontable,
107
+ .col-sm-11.handsontable,
108
+ .col-sm-12.handsontable,
109
+ .col-sm-2.handsontable,
110
+ .col-sm-3.handsontable,
111
+ .col-sm-4.handsontable,
112
+ .col-sm-5.handsontable,
113
+ .col-sm-6.handsontable,
114
+ .col-sm-7.handsontable,
115
+ .col-sm-8.handsontable,
116
+ .col-sm-9.handsontable .col-xs-1.handsontable,
117
+ .col-xs-10.handsontable,
118
+ .col-xs-11.handsontable,
119
+ .col-xs-12.handsontable,
120
+ .col-xs-2.handsontable,
121
+ .col-xs-3.handsontable,
122
+ .col-xs-4.handsontable,
123
+ .col-xs-5.handsontable,
124
+ .col-xs-6.handsontable,
125
+ .col-xs-7.handsontable,
126
+ .col-xs-8.handsontable,
127
+ .col-xs-9.handsontable {
89
128
  padding-left: 0;
90
129
  padding-right: 0;
91
130
  }
92
131
 
93
132
  .handsontable .table-striped > tbody > tr:nth-of-type(even) {
94
- background-color: #FFF;
133
+ background-color: #fff;
95
134
  }
96
135
  .handsontable {
97
136
  position: relative;
@@ -139,12 +178,12 @@
139
178
  /* it must be separate, otherwise there are offset miscalculations in WebKit: http://stackoverflow.com/questions/2655987/border-collapse-differences-in-ff-and-webkit */
140
179
  /* this actually only changes appearance of user selection - does not make text unselectable */
141
180
  /* -webkit-user-select: none;
142
- -khtml-user-select: none;
143
- -moz-user-select: none;
144
- -o-user-select: none;
145
- -ms-user-select: none;
146
- user-select: none; // no browser supports unprefixed version
147
- */
181
+ -khtml-user-select: none;
182
+ -moz-user-select: none;
183
+ -o-user-select: none;
184
+ -ms-user-select: none;
185
+ user-select: none; // no browser supports unprefixed version
186
+ */
148
187
  border-spacing: 0;
149
188
  margin: 0;
150
189
  border-width: 0;
@@ -184,7 +223,8 @@
184
223
  white-space: pre-wrap;
185
224
  }
186
225
 
187
- [dir=rtl].handsontable th, [dir=rtl].handsontable td {
226
+ [dir="rtl"].handsontable th,
227
+ [dir="rtl"].handsontable td {
188
228
  border-right-width: 0;
189
229
  border-left: 1px solid #ccc;
190
230
  }
@@ -196,7 +236,7 @@
196
236
  border-bottom: 1px solid #ccc;
197
237
  }
198
238
 
199
- [dir=rtl].handsontable th:last-child {
239
+ [dir="rtl"].handsontable th:last-child {
200
240
  /*Foundation framework fix*/
201
241
  border-right: none;
202
242
  border-left: 1px solid #ccc;
@@ -207,7 +247,8 @@
207
247
  border-left: 1px solid #ccc;
208
248
  }
209
249
 
210
- [dir=rtl].handsontable th:first-child, [dir=rtl].handsontable td:first-of-type {
250
+ [dir="rtl"].handsontable th:first-child,
251
+ [dir="rtl"].handsontable td:first-of-type {
211
252
  border-right: 1px solid #ccc;
212
253
  }
213
254
 
@@ -217,7 +258,7 @@
217
258
  border-right: 1px solid #ccc;
218
259
  }
219
260
 
220
- [dir=rtl].handsontable .ht_clone_top th:nth-child(2) {
261
+ [dir="rtl"].handsontable .ht_clone_top th:nth-child(2) {
221
262
  border-right-width: 0;
222
263
  border-left: 1px solid #ccc;
223
264
  }
@@ -226,7 +267,7 @@
226
267
  border-left: 1px solid #ccc;
227
268
  }
228
269
 
229
- [dir=rtl].handsontable.htRowHeaders thead tr th:nth-child(2) {
270
+ [dir="rtl"].handsontable.htRowHeaders thead tr th:nth-child(2) {
230
271
  border-right: 1px solid #ccc;
231
272
  }
232
273
 
@@ -236,26 +277,62 @@
236
277
  }
237
278
 
238
279
  .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,
239
- .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child,
240
- .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.htGhostTable) tbody tr th,
241
- .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child {
280
+ .ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
281
+ thead
282
+ tr
283
+ th:first-child,
284
+ .ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
285
+ ~ .handsontable:not(.htGhostTable)
286
+ tbody
287
+ tr
288
+ th,
289
+ .ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
290
+ ~ .handsontable:not(.ht_clone_top):not(.htGhostTable)
291
+ thead
292
+ tr
293
+ th:first-child {
242
294
  border-right-width: 0;
243
295
  border-left: 1px solid #ccc;
244
296
  }
245
297
 
246
- [dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th, [dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child, [dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.htGhostTable) tbody tr th, [dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child {
298
+ [dir="rtl"].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
299
+ tbody
300
+ tr
301
+ th,
302
+ [dir="rtl"].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
303
+ thead
304
+ tr
305
+ th:first-child,
306
+ [dir="rtl"].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
307
+ ~ .handsontable:not(.htGhostTable)
308
+ tbody
309
+ tr
310
+ th,
311
+ [dir="rtl"].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
312
+ ~ .handsontable:not(.ht_clone_top):not(.htGhostTable)
313
+ thead
314
+ tr
315
+ th:first-child {
247
316
  border-left-width: 0;
248
317
  border-right: 1px solid #ccc;
249
318
  }
250
319
 
251
320
  /*
252
- innerBorderTop - Property controlled by top overlay
253
- innerBorderBottom - Property controlled by bottom overlay
254
- */
321
+ innerBorderTop - Property controlled by top overlay
322
+ innerBorderBottom - Property controlled by bottom overlay
323
+ */
255
324
  .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,
256
- .ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead tr:last-child th,
325
+ .ht_master:not(.innerBorderTop):not(.innerBorderBottom)
326
+ ~ .handsontable
327
+ thead
328
+ tr:last-child
329
+ th,
257
330
  .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,
258
- .ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead tr.lastChild th {
331
+ .ht_master:not(.innerBorderTop):not(.innerBorderBottom)
332
+ ~ .handsontable
333
+ thead
334
+ tr.lastChild
335
+ th {
259
336
  border-bottom-width: 0;
260
337
  }
261
338
 
@@ -372,7 +449,8 @@ innerBorderBottom - Property controlled by bottom overlay
372
449
  @charset "UTF-8";
373
450
  .handsontable {
374
451
  touch-action: manipulation;
375
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
452
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
453
+ "Ubuntu", "Helvetica Neue", Arial, sans-serif;
376
454
  font-size: 13px;
377
455
  font-weight: normal;
378
456
  color: #373737;
@@ -409,7 +487,8 @@ innerBorderBottom - Property controlled by bottom overlay
409
487
  }
410
488
 
411
489
  .hot-display-license-info {
412
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
490
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
491
+ "Ubuntu", "Helvetica Neue", Arial, sans-serif;
413
492
  font-size: 10px;
414
493
  font-weight: normal;
415
494
  color: #373737;
@@ -473,7 +552,7 @@ innerBorderBottom - Property controlled by bottom overlay
473
552
  margin-right: unset;
474
553
  }
475
554
 
476
- [dir=rtl].handsontable .manualColumnResizerGuide {
555
+ [dir="rtl"].handsontable .manualColumnResizerGuide {
477
556
  left: unset;
478
557
  border-left: 1px dashed #777;
479
558
  border-right: none;
@@ -523,9 +602,24 @@ innerBorderBottom - Property controlled by bottom overlay
523
602
  left: 0;
524
603
  right: 0;
525
604
  bottom: 0;
605
+ /* Fix for IE9 to spread the ":before" pseudo element to 100% height of the parent element */
606
+ bottom: -100% \9;
526
607
  background: #005eff;
527
608
  }
528
609
 
610
+ /* Fix for IE10 and IE11 to spread the ":before" pseudo element to 100% height of the parent element */
611
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
612
+ .handsontable td.area:before,
613
+ .handsontable td.area-1:before,
614
+ .handsontable td.area-2:before,
615
+ .handsontable td.area-3:before,
616
+ .handsontable td.area-4:before,
617
+ .handsontable td.area-5:before,
618
+ .handsontable td.area-6:before,
619
+ .handsontable td.area-7:before {
620
+ bottom: -100%;
621
+ }
622
+ }
529
623
  .handsontable td.area:before {
530
624
  opacity: 0.1;
531
625
  }
@@ -582,13 +676,13 @@ innerBorderBottom - Property controlled by bottom overlay
582
676
  font-family: inherit;
583
677
  line-height: 21px;
584
678
  font-size: inherit;
585
- box-shadow: 0 0 0 2px #5292F7 inset;
679
+ box-shadow: 0 0 0 2px #5292f7 inset;
586
680
  resize: none;
587
681
  /*below are needed to overwrite stuff added by jQuery UI Bootstrap theme*/
588
682
  display: block;
589
683
  color: #000;
590
684
  border-radius: 0;
591
- background-color: #FFF;
685
+ background-color: #fff;
592
686
  /*overwrite styles potentionally made by a framework*/
593
687
  }
594
688
 
@@ -606,7 +700,6 @@ innerBorderBottom - Property controlled by bottom overlay
606
700
  -webkit-appearance: menulist-button !important;
607
701
  position: absolute;
608
702
  width: auto;
609
- border: 2px solid #4b89ff;
610
703
  }
611
704
 
612
705
  .htSelectEditor:focus {
@@ -614,8 +707,8 @@ innerBorderBottom - Property controlled by bottom overlay
614
707
  }
615
708
 
616
709
  /*
617
- TextRenderer readOnly cell
618
- */
710
+ TextRenderer readOnly cell
711
+ */
619
712
  .handsontable .htDimmed {
620
713
  color: #777;
621
714
  }
@@ -632,11 +725,11 @@ TextRenderer readOnly cell
632
725
  font-size: 9px;
633
726
  }
634
727
 
635
- [dir=rtl].handsontable .htSubmenu :after {
728
+ [dir="rtl"].handsontable .htSubmenu :after {
636
729
  content: "";
637
730
  }
638
731
 
639
- [dir=rtl].handsontable .htSubmenu :before {
732
+ [dir="rtl"].handsontable .htSubmenu :before {
640
733
  content: "◀";
641
734
  color: #777;
642
735
  position: absolute;
@@ -645,8 +738,8 @@ TextRenderer readOnly cell
645
738
  }
646
739
 
647
740
  /*
648
- TextRenderer horizontal alignment
649
- */
741
+ TextRenderer horizontal alignment
742
+ */
650
743
  .handsontable .htLeft {
651
744
  text-align: left;
652
745
  }
@@ -664,8 +757,8 @@ TextRenderer horizontal alignment
664
757
  }
665
758
 
666
759
  /*
667
- TextRenderer vertical alignment
668
- */
760
+ TextRenderer vertical alignment
761
+ */
669
762
  .handsontable .htTop {
670
763
  vertical-align: top;
671
764
  }
@@ -679,15 +772,15 @@ TextRenderer vertical alignment
679
772
  }
680
773
 
681
774
  /*
682
- TextRenderer placeholder value
683
- */
775
+ TextRenderer placeholder value
776
+ */
684
777
  .handsontable .htPlaceholder {
685
778
  color: #999;
686
779
  }
687
780
 
688
781
  /**
689
- * Handsontable listbox theme
690
- */
782
+ * Handsontable listbox theme
783
+ */
691
784
  .handsontable.listbox {
692
785
  margin: 0;
693
786
  }
@@ -741,9 +834,9 @@ TextRenderer placeholder value
741
834
  }
742
835
  /*
743
836
 
744
- Handsontable Mobile Text Editor stylesheet
837
+ Handsontable Mobile Text Editor stylesheet
745
838
 
746
- */
839
+ */
747
840
  .handsontable.mobile,
748
841
  .handsontable.mobile .wtHolder {
749
842
  -webkit-touch-callout: none;
@@ -774,7 +867,10 @@ TextRenderer placeholder value
774
867
  z-index: 9999;
775
868
  }
776
869
 
777
- [dir=rtl].handsontable .topSelectionHandle, [dir=rtl].handsontable .topSelectionHandle-HitArea, [dir=rtl].handsontable .bottomSelectionHandle, [dir=rtl].handsontable .bottomSelectionHandle-HitArea {
870
+ [dir="rtl"].handsontable .topSelectionHandle,
871
+ [dir="rtl"].handsontable .topSelectionHandle-HitArea,
872
+ [dir="rtl"].handsontable .bottomSelectionHandle,
873
+ [dir="rtl"].handsontable .bottomSelectionHandle-HitArea {
778
874
  right: -10000px;
779
875
  left: unset;
780
876
  }
@@ -793,8 +889,8 @@ TextRenderer placeholder value
793
889
  -webkit-animation-fill-mode: forwards;
794
890
  }
795
891
  /*
796
- AutocompleteRenderer down arrow
797
- */
892
+ AutocompleteRenderer down arrow
893
+ */
798
894
  .handsontable .htAutocompleteArrow {
799
895
  float: right;
800
896
  font-size: 10px;
@@ -804,7 +900,7 @@ AutocompleteRenderer down arrow
804
900
  text-align: center;
805
901
  }
806
902
 
807
- [dir=rtl].handsontable .htAutocompleteArrow {
903
+ [dir="rtl"].handsontable .htAutocompleteArrow {
808
904
  float: left;
809
905
  }
810
906
 
@@ -824,8 +920,8 @@ AutocompleteRenderer down arrow
824
920
  color: #d3d3d3;
825
921
  }
826
922
  /*
827
- CheckboxRenderer
828
- */
923
+ CheckboxRenderer
924
+ */
829
925
  .handsontable .htCheckboxRendererInput {
830
926
  display: inline-block;
831
927
  }
@@ -850,7 +946,7 @@ CheckboxRenderer
850
946
  transform: translate(0%, -50%);
851
947
  left: unset;
852
948
  right: 5px;
853
- border: 1px solid #A6A6A6;
949
+ border: 1px solid #a6a6a6;
854
950
  line-height: 8px;
855
951
  color: #222;
856
952
  border-radius: 10px;
@@ -865,42 +961,50 @@ CheckboxRenderer
865
961
  text-align: center;
866
962
  }
867
963
 
868
- [dir=rtl].handsontable .collapsibleIndicator {
964
+ [dir="rtl"].handsontable .collapsibleIndicator {
869
965
  right: unset;
870
966
  left: 5px;
871
967
  }
872
968
 
873
- .handsontable[dir=ltr] thead th:has(.collapsibleIndicator) div.htRight span.colHeader {
969
+ .handsontable[dir="ltr"]
970
+ thead
971
+ th:has(.collapsibleIndicator)
972
+ div.htRight
973
+ span.colHeader {
874
974
  margin-right: 20px;
875
975
  }
876
976
 
877
- .handsontable[dir=rtl] thead th:has(.collapsibleIndicator) div.htLeft span.colHeader {
977
+ .handsontable[dir="rtl"]
978
+ thead
979
+ th:has(.collapsibleIndicator)
980
+ div.htLeft
981
+ span.colHeader {
878
982
  margin-left: 20px;
879
983
  }
880
984
  .handsontable .columnSorting {
881
985
  position: relative;
882
986
  }
883
987
 
884
- .handsontable[dir=ltr] div.htRight span[class*=ascending],
885
- .handsontable[dir=ltr] div.htRight span[class*=descending] {
988
+ .handsontable[dir="ltr"] div.htRight span[class*="ascending"],
989
+ .handsontable[dir="ltr"] div.htRight span[class*="descending"] {
886
990
  margin-right: 10px;
887
991
  margin-left: -10px;
888
992
  }
889
993
 
890
- .handsontable[dir=rtl] div.htLeft span[class*=ascending],
891
- .handsontable[dir=rtl] div.htLeft span[class*=descending] {
994
+ .handsontable[dir="rtl"] div.htLeft span[class*="ascending"],
995
+ .handsontable[dir="rtl"] div.htLeft span[class*="descending"] {
892
996
  margin-left: 10px;
893
997
  margin-right: -10px;
894
998
  }
895
999
 
896
- .handsontable[dir=ltr] div.htRight span[class*=ascending]:only-child,
897
- .handsontable[dir=ltr] div.htRight span[class*=descending]:only-child {
1000
+ .handsontable[dir="ltr"] div.htRight span[class*="ascending"]:only-child,
1001
+ .handsontable[dir="ltr"] div.htRight span[class*="descending"]:only-child {
898
1002
  margin-right: 15px;
899
1003
  margin-left: -15px;
900
1004
  }
901
1005
 
902
- .handsontable[dir=rtl] div.htLeft span[class*=ascending]:only-child,
903
- .handsontable[dir=rtl] div.htLeft span[class*=descending]:only-child {
1006
+ .handsontable[dir="rtl"] div.htLeft span[class*="ascending"]:only-child,
1007
+ .handsontable[dir="rtl"] div.htLeft span[class*="descending"]:only-child {
904
1008
  margin-left: 15px;
905
1009
  margin-right: -15px;
906
1010
  }
@@ -929,7 +1033,7 @@ CheckboxRenderer
929
1033
  background-position-x: right;
930
1034
  }
931
1035
 
932
- [dir=rtl].handsontable span.colHeader.columnSorting::before {
1036
+ [dir="rtl"].handsontable span.colHeader.columnSorting::before {
933
1037
  /* Centering end */
934
1038
  /* For purpose of continuous mouse over experience, when moving between the `span` and the `::before` elements */
935
1039
  padding-right: 8px;
@@ -949,12 +1053,14 @@ CheckboxRenderer
949
1053
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=);
950
1054
  }
951
1055
 
952
- .htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled)::before {
1056
+ .htGhostTable
1057
+ .htCore
1058
+ span.colHeader.columnSorting:not(.indicatorDisabled)::before {
953
1059
  content: "*";
954
1060
  display: inline-block;
955
1061
  position: relative;
956
1062
  /* The multi-line header and header with longer text need more padding to not hide arrow,
957
- we make header wider in `GhostTable` to make some space for arrow which is positioned absolutely in the main table */
1063
+ we make header wider in `GhostTable` to make some space for arrow which is positioned absolutely in the main table */
958
1064
  padding-right: 20px;
959
1065
  }
960
1066
  .handsontable .htCommentCell {
@@ -972,7 +1078,7 @@ CheckboxRenderer
972
1078
  border-top: 6px solid black;
973
1079
  }
974
1080
 
975
- [dir=rtl].handsontable .htCommentCell:after {
1081
+ [dir="rtl"].handsontable .htCommentCell:after {
976
1082
  left: 0;
977
1083
  right: unset;
978
1084
  border-right: 6px solid transparent;
@@ -986,7 +1092,8 @@ CheckboxRenderer
986
1092
  }
987
1093
 
988
1094
  .htCommentsContainer .htCommentTextArea {
989
- box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px;
1095
+ box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px,
1096
+ rgba(0, 0, 0, 0.239216) 0 1px 2px;
990
1097
  -webkit-box-sizing: border-box;
991
1098
  -moz-box-sizing: border-box;
992
1099
  box-sizing: border-box;
@@ -1002,24 +1109,25 @@ CheckboxRenderer
1002
1109
  -webkit-appearance: none;
1003
1110
  }
1004
1111
 
1005
- [dir=rtl].htCommentsContainer .htCommentTextArea {
1112
+ [dir="rtl"].htCommentsContainer .htCommentTextArea {
1006
1113
  border-right: 3px solid #ccc;
1007
1114
  border-left: none;
1008
1115
  }
1009
1116
 
1010
1117
  .htCommentsContainer .htCommentTextArea:focus {
1011
- box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px, inset 0 0 0 1px #5292f7;
1118
+ box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px,
1119
+ rgba(0, 0, 0, 0.239216) 0 1px 2px, inset 0 0 0 1px #5292f7;
1012
1120
  border-left: 3px solid #5292f7;
1013
1121
  border-right: none;
1014
1122
  }
1015
1123
 
1016
- [dir=rtl].htCommentsContainer .htCommentTextArea:focus {
1124
+ [dir="rtl"].htCommentsContainer .htCommentTextArea:focus {
1017
1125
  border-right: 3px solid #5292f7;
1018
1126
  border-left: none;
1019
1127
  }
1020
1128
  /*!
1021
- * Handsontable ContextMenu
1022
- */
1129
+ * Handsontable ContextMenu
1130
+ */
1023
1131
  .htContextMenu:not(.htGhostTable) {
1024
1132
  display: none;
1025
1133
  position: absolute;
@@ -1044,7 +1152,7 @@ CheckboxRenderer
1044
1152
  border-right-width: 2px;
1045
1153
  }
1046
1154
 
1047
- [dir=rtl].htContextMenu .ht_master table.htCore {
1155
+ [dir="rtl"].htContextMenu .ht_master table.htCore {
1048
1156
  border-right-width: 1px;
1049
1157
  border-left-width: 2px;
1050
1158
  }
@@ -1074,7 +1182,7 @@ CheckboxRenderer
1074
1182
  border-right-width: 0;
1075
1183
  }
1076
1184
 
1077
- [dir=rtl].htContextMenu table tbody tr td:first-child {
1185
+ [dir="rtl"].htContextMenu table tbody tr td:first-child {
1078
1186
  border-right-width: 0;
1079
1187
  border-left-width: 0;
1080
1188
  }
@@ -1115,7 +1223,7 @@ CheckboxRenderer
1115
1223
  margin-right: 6px;
1116
1224
  }
1117
1225
 
1118
- [dir=rtl].htContextMenu table tbody tr td .htItemWrapper {
1226
+ [dir="rtl"].htContextMenu table tbody tr td .htItemWrapper {
1119
1227
  margin-right: 10px;
1120
1228
  margin-left: 6px;
1121
1229
  }
@@ -1127,7 +1235,7 @@ CheckboxRenderer
1127
1235
  right: 0;
1128
1236
  }
1129
1237
 
1130
- [dir=rtl].htContextMenu table tbody tr td div span.selected {
1238
+ [dir="rtl"].htContextMenu table tbody tr td div span.selected {
1131
1239
  right: 4px;
1132
1240
  left: 0;
1133
1241
  }
@@ -1145,8 +1253,8 @@ textarea.HandsontableCopyPaste {
1145
1253
  }
1146
1254
  @charset "UTF-8";
1147
1255
  /*!
1148
- * Handsontable DropdownMenu
1149
- */
1256
+ * Handsontable DropdownMenu
1257
+ */
1150
1258
  .handsontable .changeType {
1151
1259
  background: #eee;
1152
1260
  border-radius: 2px;
@@ -1159,11 +1267,11 @@ textarea.HandsontableCopyPaste {
1159
1267
  float: right;
1160
1268
  }
1161
1269
 
1162
- [dir=rtl].handsontable .changeType {
1270
+ [dir="rtl"].handsontable .changeType {
1163
1271
  float: left;
1164
1272
  }
1165
1273
 
1166
- .handsontable[dir=rtl] .changeType {
1274
+ .handsontable[dir="rtl"] .changeType {
1167
1275
  margin: 3px 5px 0 1px;
1168
1276
  }
1169
1277
 
@@ -1201,7 +1309,7 @@ textarea.HandsontableCopyPaste {
1201
1309
  border-right-width: 2px;
1202
1310
  }
1203
1311
 
1204
- [dir=rtl].htDropdownMenu table.htCore {
1312
+ [dir="rtl"].htDropdownMenu table.htCore {
1205
1313
  border-right-width: 1px;
1206
1314
  border-left-width: 2px;
1207
1315
  }
@@ -1231,7 +1339,7 @@ textarea.HandsontableCopyPaste {
1231
1339
  border-left-width: 0;
1232
1340
  }
1233
1341
 
1234
- [dir=rtl].htDropdownMenu table tbody tr td:first-child {
1342
+ [dir="rtl"].htDropdownMenu table tbody tr td:first-child {
1235
1343
  border-left-width: 0;
1236
1344
  border-right-width: 0;
1237
1345
  }
@@ -1271,7 +1379,7 @@ textarea.HandsontableCopyPaste {
1271
1379
  margin-right: 10px;
1272
1380
  }
1273
1381
 
1274
- [dir=rtl].htDropdownMenu table tbody tr td .htItemWrapper {
1382
+ [dir="rtl"].htDropdownMenu table tbody tr td .htItemWrapper {
1275
1383
  margin-right: 10px;
1276
1384
  margin-left: 10px;
1277
1385
  }
@@ -1283,7 +1391,7 @@ textarea.HandsontableCopyPaste {
1283
1391
  right: 0;
1284
1392
  }
1285
1393
 
1286
- [dir=rtl].htDropdownMenu table tbody tr td div span.selected {
1394
+ [dir="rtl"].htDropdownMenu table tbody tr td div span.selected {
1287
1395
  right: 4px;
1288
1396
  left: 0;
1289
1397
  }
@@ -1293,8 +1401,8 @@ textarea.HandsontableCopyPaste {
1293
1401
  }
1294
1402
  @charset "UTF-8";
1295
1403
  /*!
1296
- * Handsontable Filters
1297
- */
1404
+ * Handsontable Filters
1405
+ */
1298
1406
  /* Conditions menu */
1299
1407
  .htFiltersConditionsMenu:not(.htGhostTable) {
1300
1408
  display: none;
@@ -1337,7 +1445,7 @@ textarea.HandsontableCopyPaste {
1337
1445
  border-left-width: 0;
1338
1446
  }
1339
1447
 
1340
- [dir=rtl].htFiltersConditionsMenu table tbody tr td:first-child {
1448
+ [dir="rtl"].htFiltersConditionsMenu table tbody tr td:first-child {
1341
1449
  border-left-width: 0;
1342
1450
  border-right-width: 0;
1343
1451
  }
@@ -1447,16 +1555,18 @@ textarea.HandsontableCopyPaste {
1447
1555
  margin-right: 10px;
1448
1556
  }
1449
1557
 
1450
- [dir=rtl].handsontable .htUISelectAll {
1558
+ [dir="rtl"].handsontable .htUISelectAll {
1451
1559
  margin-right: 0;
1452
1560
  margin-left: 10px;
1453
1561
  }
1454
1562
 
1455
- .handsontable .htUIClearAll, .handsontable .htUISelectAll {
1563
+ .handsontable .htUIClearAll,
1564
+ .handsontable .htUISelectAll {
1456
1565
  display: inline-block;
1457
1566
  }
1458
1567
 
1459
- .handsontable .htUIClearAll a, .handsontable .htUISelectAll a {
1568
+ .handsontable .htUIClearAll a,
1569
+ .handsontable .htUISelectAll a {
1460
1570
  font-size: 0.75em;
1461
1571
  }
1462
1572
 
@@ -1464,7 +1574,7 @@ textarea.HandsontableCopyPaste {
1464
1574
  text-align: right;
1465
1575
  }
1466
1576
 
1467
- [dir=rtl].handsontable .htUISelectionControls {
1577
+ [dir="rtl"].handsontable .htUISelectionControls {
1468
1578
  text-align: left;
1469
1579
  }
1470
1580
 
@@ -1477,7 +1587,7 @@ textarea.HandsontableCopyPaste {
1477
1587
  height: 1em;
1478
1588
  }
1479
1589
 
1480
- [dir=rtl].handsontable .htCheckboxRendererInput {
1590
+ [dir="rtl"].handsontable .htCheckboxRendererInput {
1481
1591
  margin-left: 5px;
1482
1592
  margin-right: 0;
1483
1593
  }
@@ -1525,7 +1635,7 @@ textarea.HandsontableCopyPaste {
1525
1635
  margin-right: 10px;
1526
1636
  }
1527
1637
 
1528
- [dir=rtl].handsontable .htUIInput.htUIButtonOK {
1638
+ [dir="rtl"].handsontable .htUIInput.htUIButtonOK {
1529
1639
  margin-right: 0;
1530
1640
  margin-left: 10px;
1531
1641
  }
@@ -1593,7 +1703,7 @@ textarea.HandsontableCopyPaste {
1593
1703
  }
1594
1704
 
1595
1705
  .handsontable .htUIMultipleSelect .handsontable .htCore td:hover {
1596
- background-color: #F5F5F5;
1706
+ background-color: #f5f5f5;
1597
1707
  }
1598
1708
 
1599
1709
  .handsontable .htUIMultipleSelectSearch input {
@@ -1609,7 +1719,7 @@ textarea.HandsontableCopyPaste {
1609
1719
  height: 100%;
1610
1720
  }
1611
1721
 
1612
- [dir=rtl].handsontable .htUIRadio {
1722
+ [dir="rtl"].handsontable .htUIRadio {
1613
1723
  margin-right: 0;
1614
1724
  margin-left: 5px;
1615
1725
  }
@@ -1618,12 +1728,12 @@ textarea.HandsontableCopyPaste {
1618
1728
  margin-right: 0;
1619
1729
  }
1620
1730
 
1621
- .handsontable .htUIRadio > input[type=radio] {
1731
+ .handsontable .htUIRadio > input[type="radio"] {
1622
1732
  margin-left: 0;
1623
1733
  margin-right: 0.5ex;
1624
1734
  }
1625
1735
 
1626
- [dir=rtl].handsontable .htUIRadio > input[type=radio] {
1736
+ [dir="rtl"].handsontable .htUIRadio > input[type="radio"] {
1627
1737
  margin-right: 0;
1628
1738
  margin-left: 0.5ex;
1629
1739
  }
@@ -1637,8 +1747,8 @@ textarea.HandsontableCopyPaste {
1637
1747
  }
1638
1748
  @charset "UTF-8";
1639
1749
  /*
1640
- * Handsontable HiddenColumns
1641
- */
1750
+ * Handsontable HiddenColumns
1751
+ */
1642
1752
  .handsontable th.beforeHiddenColumn {
1643
1753
  position: relative;
1644
1754
  }
@@ -1656,19 +1766,19 @@ textarea.HandsontableCopyPaste {
1656
1766
  position: relative;
1657
1767
  }
1658
1768
 
1659
- .handsontable[dir=ltr] th.afterHiddenColumn div.htLeft {
1769
+ .handsontable[dir="ltr"] th.afterHiddenColumn div.htLeft {
1660
1770
  margin-left: 10px;
1661
1771
  }
1662
1772
 
1663
- .handsontable[dir=ltr] th.beforeHiddenColumn div.htRight {
1773
+ .handsontable[dir="ltr"] th.beforeHiddenColumn div.htRight {
1664
1774
  margin-right: 10px;
1665
1775
  }
1666
1776
 
1667
- .handsontable[dir=rtl] th.afterHiddenColumn div.htRight {
1777
+ .handsontable[dir="rtl"] th.afterHiddenColumn div.htRight {
1668
1778
  margin-right: 10px;
1669
1779
  }
1670
1780
 
1671
- .handsontable[dir=rtl] th.beforeHiddenColumn div.htLeft {
1781
+ .handsontable[dir="rtl"] th.beforeHiddenColumn div.htLeft {
1672
1782
  margin-left: 10px;
1673
1783
  }
1674
1784
 
@@ -1677,7 +1787,7 @@ textarea.HandsontableCopyPaste {
1677
1787
  content: "◀"; /* left arrow */
1678
1788
  }
1679
1789
 
1680
- [dir=rtl].handsontable th.beforeHiddenColumn::after {
1790
+ [dir="rtl"].handsontable th.beforeHiddenColumn::after {
1681
1791
  right: initial;
1682
1792
  left: 1px;
1683
1793
  content: "▶"; /* right arrow */
@@ -1688,15 +1798,15 @@ textarea.HandsontableCopyPaste {
1688
1798
  content: "▶"; /* right arrow */
1689
1799
  }
1690
1800
 
1691
- [dir=rtl].handsontable th.afterHiddenColumn::before {
1801
+ [dir="rtl"].handsontable th.afterHiddenColumn::before {
1692
1802
  right: 1px;
1693
1803
  left: initial;
1694
1804
  content: "◀"; /* left arrow */
1695
1805
  }
1696
1806
  @charset "UTF-8";
1697
1807
  /*!
1698
- * Handsontable HiddenRows
1699
- */
1808
+ * Handsontable HiddenRows
1809
+ */
1700
1810
  .handsontable th.beforeHiddenRow::before,
1701
1811
  .handsontable th.afterHiddenRow::after {
1702
1812
  color: #bbb;
@@ -1728,17 +1838,25 @@ textarea.HandsontableCopyPaste {
1728
1838
 
1729
1839
  .handsontable td.afterHiddenRow.firstVisibleRow,
1730
1840
  .handsontable th.afterHiddenRow.firstVisibleRow {
1731
- border-top: 1px solid #CCC;
1841
+ border-top: 1px solid #ccc;
1732
1842
  }
1733
- .htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_top_inline_start_corner th:nth-child(2),
1734
- .htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_inline_start td:first-of-type {
1843
+ .htRowHeaders
1844
+ .ht_master.innerBorderInlineStart
1845
+ ~ .ht_clone_top_inline_start_corner
1846
+ th:nth-child(2),
1847
+ .htRowHeaders
1848
+ .ht_master.innerBorderInlineStart
1849
+ ~ .ht_clone_inline_start
1850
+ td:first-of-type {
1735
1851
  border-left: 0 none;
1736
1852
  }
1737
1853
  .handsontable .wtHider {
1738
1854
  position: relative;
1739
1855
  }
1740
1856
 
1741
- .handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight {
1857
+ .handsontable.ht__manualColumnMove.after-selection--columns
1858
+ thead
1859
+ th.ht__highlight {
1742
1860
  cursor: move;
1743
1861
  cursor: -moz-grab;
1744
1862
  cursor: -webkit-grab;
@@ -1835,61 +1953,83 @@ textarea.HandsontableCopyPaste {
1835
1953
  .handsontable.on-moving--rows .ht__manualRowMove--backlight {
1836
1954
  display: block;
1837
1955
  }
1838
- .handsontable tbody td[rowspan][class*=area][class*=highlight]:not([class*=fullySelectedMergedCell]):before {
1956
+ .handsontable
1957
+ tbody
1958
+ td[rowspan][class*="area"][class*="highlight"]:not(
1959
+ [class*="fullySelectedMergedCell"]
1960
+ ):before {
1839
1961
  opacity: 0;
1840
1962
  }
1841
1963
 
1842
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]:before {
1964
+ .handsontable
1965
+ tbody
1966
+ td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-multiple"]:before {
1843
1967
  opacity: 0.1;
1844
1968
  }
1845
1969
 
1846
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before {
1970
+ .handsontable
1971
+ tbody
1972
+ td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-0"]:before {
1847
1973
  opacity: 0.1;
1848
1974
  }
1849
1975
 
1850
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before {
1976
+ .handsontable
1977
+ tbody
1978
+ td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-1"]:before {
1851
1979
  opacity: 0.2;
1852
1980
  }
1853
1981
 
1854
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before {
1982
+ .handsontable
1983
+ tbody
1984
+ td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-2"]:before {
1855
1985
  opacity: 0.27;
1856
1986
  }
1857
1987
 
1858
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before {
1988
+ .handsontable
1989
+ tbody
1990
+ td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-3"]:before {
1859
1991
  opacity: 0.35;
1860
1992
  }
1861
1993
 
1862
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before {
1994
+ .handsontable
1995
+ tbody
1996
+ td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-4"]:before {
1863
1997
  opacity: 0.41;
1864
1998
  }
1865
1999
 
1866
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before {
2000
+ .handsontable
2001
+ tbody
2002
+ td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-5"]:before {
1867
2003
  opacity: 0.47;
1868
2004
  }
1869
2005
 
1870
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before {
2006
+ .handsontable
2007
+ tbody
2008
+ td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-6"]:before {
1871
2009
  opacity: 0.54;
1872
2010
  }
1873
2011
 
1874
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before {
2012
+ .handsontable
2013
+ tbody
2014
+ td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-7"]:before {
1875
2015
  opacity: 0.58;
1876
2016
  }
1877
- .handsontable[dir=ltr] div.htRight span[class*=sort-] {
2017
+ .handsontable[dir="ltr"] div.htRight span[class*="sort-"] {
1878
2018
  margin-right: 15px;
1879
2019
  margin-left: -15px;
1880
2020
  }
1881
2021
 
1882
- .handsontable[dir=rtl] div.htLeft span[class*=sort-] {
2022
+ .handsontable[dir="rtl"] div.htLeft span[class*="sort-"] {
1883
2023
  margin-left: 15px;
1884
2024
  margin-right: -15px;
1885
2025
  }
1886
2026
 
1887
- .handsontable[dir=ltr] div.htRight span[class*=sort-]:only-child {
2027
+ .handsontable[dir="ltr"] div.htRight span[class*="sort-"]:only-child {
1888
2028
  margin-right: 20px;
1889
2029
  margin-left: -20px;
1890
2030
  }
1891
2031
 
1892
- .handsontable[dir=rtl] div.htLeft span[class*=sort-]:only-child {
2032
+ .handsontable[dir="rtl"] div.htLeft span[class*="sort-"]:only-child {
1893
2033
  margin-left: 20px;
1894
2034
  margin-right: -20px;
1895
2035
  }
@@ -1914,7 +2054,7 @@ textarea.HandsontableCopyPaste {
1914
2054
  text-decoration: underline;
1915
2055
  }
1916
2056
 
1917
- [dir=rtl].handsontable span.colHeader.columnSorting::after {
2057
+ [dir="rtl"].handsontable span.colHeader.columnSorting::after {
1918
2058
  left: -15px;
1919
2059
  right: unset;
1920
2060
  /* For purpose of continuous mouse over experience, when moving between the `::before` and the `::after` elements */
@@ -1928,7 +2068,7 @@ textarea.HandsontableCopyPaste {
1928
2068
  }
1929
2069
 
1930
2070
  /* We support up to 7 numeric indicators, describing order of column in sorted columns queue */
1931
- .handsontable span.colHeader.columnSorting[class^=sort-]::after,
2071
+ .handsontable span.colHeader.columnSorting[class^="sort-"]::after,
1932
2072
  .handsontable span.colHeader.columnSorting[class*=" sort-"]::after {
1933
2073
  content: "+";
1934
2074
  }
@@ -1962,7 +2102,11 @@ textarea.HandsontableCopyPaste {
1962
2102
  }
1963
2103
 
1964
2104
  /* Drop-down menu widens header by 5 pixels, sort sequence numbers won't overlap the icon; mainly for the IE9+ */
1965
- .htGhostTable th div button.changeType + span.colHeader.columnSorting:not(.indicatorDisabled) {
2105
+ .htGhostTable
2106
+ th
2107
+ div
2108
+ button.changeType
2109
+ + span.colHeader.columnSorting:not(.indicatorDisabled) {
1966
2110
  padding-right: 5px;
1967
2111
  }
1968
2112
  .handsontable thead th.hiddenHeader:not(:first-of-type) {
@@ -1974,7 +2118,7 @@ textarea.HandsontableCopyPaste {
1974
2118
  padding-left: 7px;
1975
2119
  }
1976
2120
 
1977
- [dir=rtl].handsontable th.ht_nestingLevels {
2121
+ [dir="rtl"].handsontable th.ht_nestingLevels {
1978
2122
  text-align: right;
1979
2123
  padding-right: 7px;
1980
2124
  }
@@ -1986,7 +2130,7 @@ textarea.HandsontableCopyPaste {
1986
2130
  right: unset;
1987
2131
  }
1988
2132
 
1989
- [dir=rtl].handsontable th div.ht_nestingLevels {
2133
+ [dir="rtl"].handsontable th div.ht_nestingLevels {
1990
2134
  right: 11px;
1991
2135
  left: unset;
1992
2136
  }
@@ -1997,7 +2141,11 @@ textarea.HandsontableCopyPaste {
1997
2141
  left: unset;
1998
2142
  }
1999
2143
 
2000
- [dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingLevels, [dir=rtl].handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingLevels {
2144
+ [dir="rtl"].handsontable.innerBorderInlineStart th div.ht_nestingLevels,
2145
+ [dir="rtl"].handsontable.innerBorderInlineStart
2146
+ ~ .handsontable
2147
+ th
2148
+ div.ht_nestingLevels {
2001
2149
  left: 10px;
2002
2150
  right: unset;
2003
2151
  }
@@ -2013,7 +2161,7 @@ textarea.HandsontableCopyPaste {
2013
2161
  float: left;
2014
2162
  }
2015
2163
 
2016
- [dir=rtl].handsontable th span.ht_nestingLevel_empty {
2164
+ [dir="rtl"].handsontable th span.ht_nestingLevel_empty {
2017
2165
  float: right;
2018
2166
  }
2019
2167
 
@@ -2033,7 +2181,7 @@ textarea.HandsontableCopyPaste {
2033
2181
  cursor: pointer;
2034
2182
  }
2035
2183
 
2036
- [dir=rtl].handsontable th div.ht_nestingButton {
2184
+ [dir="rtl"].handsontable th div.ht_nestingButton {
2037
2185
  left: -2px;
2038
2186
  right: unset;
2039
2187
  }
@@ -2052,9 +2200,12 @@ textarea.HandsontableCopyPaste {
2052
2200
  left: unset;
2053
2201
  }
2054
2202
 
2055
- [dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingButton, [dir=rtl].handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingButton {
2203
+ [dir="rtl"].handsontable.innerBorderInlineStart th div.ht_nestingButton,
2204
+ [dir="rtl"].handsontable.innerBorderInlineStart
2205
+ ~ .handsontable
2206
+ th
2207
+ div.ht_nestingButton {
2056
2208
  left: 0;
2057
2209
  right: unset;
2058
2210
  }
2059
2211
 
2060
- /*# sourceMappingURL=handsontable.css.map*/