@progress/kendo-theme-classic 5.12.1-dev.3 → 5.12.1-dev.4

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.
package/dist/all.css CHANGED
@@ -24257,6 +24257,10 @@ kendo-sortable {
24257
24257
  vertical-align: top;
24258
24258
  }
24259
24259
 
24260
+ .k-icon-wrapper-host {
24261
+ display: contents;
24262
+ }
24263
+
24260
24264
  .k-icon-with-modifier {
24261
24265
  position: relative;
24262
24266
  margin: .25em;
@@ -27313,6 +27317,45 @@ kendo-badge-container {
27313
27317
  .k-button-sm.k-icon-button > .k-button-icon {
27314
27318
  min-width: 20.0000000004px;
27315
27319
  min-height: 20.0000000004px;
27320
+ display: inline-flex;
27321
+ align-items: center;
27322
+ justify-content: center;
27323
+ }
27324
+
27325
+ .k-button-sm.k-icon-button > .k-button-icon.k-svg-icon > svg,
27326
+ .k-button-sm.k-icon-button > .k-button-icon.k-icon-md > svg {
27327
+ width: 16px;
27328
+ height: 16px;
27329
+ }
27330
+
27331
+ .k-button-sm.k-icon-button > .k-button-icon.k-icon-xs > svg {
27332
+ width: 12px;
27333
+ height: 12px;
27334
+ }
27335
+
27336
+ .k-button-sm.k-icon-button > .k-button-icon.k-icon-sm > svg {
27337
+ width: 14px;
27338
+ height: 14px;
27339
+ }
27340
+
27341
+ .k-button-sm.k-icon-button > .k-button-icon.k-icon-lg > svg {
27342
+ width: 20px;
27343
+ height: 20px;
27344
+ }
27345
+
27346
+ .k-button-sm.k-icon-button > .k-button-icon.k-icon-xl > svg {
27347
+ width: 24px;
27348
+ height: 24px;
27349
+ }
27350
+
27351
+ .k-button-sm.k-icon-button > .k-button-icon.k-icon-xxl > svg {
27352
+ width: 32px;
27353
+ height: 32px;
27354
+ }
27355
+
27356
+ .k-button-sm.k-icon-button > .k-button-icon.k-icon-xxxl > svg {
27357
+ width: 48px;
27358
+ height: 48px;
27316
27359
  }
27317
27360
 
27318
27361
  .k-button-md {
@@ -27328,6 +27371,45 @@ kendo-badge-container {
27328
27371
  .k-button-md.k-icon-button > .k-button-icon {
27329
27372
  min-width: 20.0000000004px;
27330
27373
  min-height: 20.0000000004px;
27374
+ display: inline-flex;
27375
+ align-items: center;
27376
+ justify-content: center;
27377
+ }
27378
+
27379
+ .k-button-md.k-icon-button > .k-button-icon.k-svg-icon > svg,
27380
+ .k-button-md.k-icon-button > .k-button-icon.k-icon-md > svg {
27381
+ width: 16px;
27382
+ height: 16px;
27383
+ }
27384
+
27385
+ .k-button-md.k-icon-button > .k-button-icon.k-icon-xs > svg {
27386
+ width: 12px;
27387
+ height: 12px;
27388
+ }
27389
+
27390
+ .k-button-md.k-icon-button > .k-button-icon.k-icon-sm > svg {
27391
+ width: 14px;
27392
+ height: 14px;
27393
+ }
27394
+
27395
+ .k-button-md.k-icon-button > .k-button-icon.k-icon-lg > svg {
27396
+ width: 20px;
27397
+ height: 20px;
27398
+ }
27399
+
27400
+ .k-button-md.k-icon-button > .k-button-icon.k-icon-xl > svg {
27401
+ width: 24px;
27402
+ height: 24px;
27403
+ }
27404
+
27405
+ .k-button-md.k-icon-button > .k-button-icon.k-icon-xxl > svg {
27406
+ width: 32px;
27407
+ height: 32px;
27408
+ }
27409
+
27410
+ .k-button-md.k-icon-button > .k-button-icon.k-icon-xxxl > svg {
27411
+ width: 48px;
27412
+ height: 48px;
27331
27413
  }
27332
27414
 
27333
27415
  .k-button-lg {
@@ -27343,6 +27425,45 @@ kendo-badge-container {
27343
27425
  .k-button-lg.k-icon-button > .k-button-icon {
27344
27426
  min-width: 24px;
27345
27427
  min-height: 24px;
27428
+ display: inline-flex;
27429
+ align-items: center;
27430
+ justify-content: center;
27431
+ }
27432
+
27433
+ .k-button-lg.k-icon-button > .k-button-icon.k-svg-icon > svg,
27434
+ .k-button-lg.k-icon-button > .k-button-icon.k-icon-md > svg {
27435
+ width: 16px;
27436
+ height: 16px;
27437
+ }
27438
+
27439
+ .k-button-lg.k-icon-button > .k-button-icon.k-icon-xs > svg {
27440
+ width: 12px;
27441
+ height: 12px;
27442
+ }
27443
+
27444
+ .k-button-lg.k-icon-button > .k-button-icon.k-icon-sm > svg {
27445
+ width: 14px;
27446
+ height: 14px;
27447
+ }
27448
+
27449
+ .k-button-lg.k-icon-button > .k-button-icon.k-icon-lg > svg {
27450
+ width: 20px;
27451
+ height: 20px;
27452
+ }
27453
+
27454
+ .k-button-lg.k-icon-button > .k-button-icon.k-icon-xl > svg {
27455
+ width: 24px;
27456
+ height: 24px;
27457
+ }
27458
+
27459
+ .k-button-lg.k-icon-button > .k-button-icon.k-icon-xxl > svg {
27460
+ width: 32px;
27461
+ height: 32px;
27462
+ }
27463
+
27464
+ .k-button-lg.k-icon-button > .k-button-icon.k-icon-xxxl > svg {
27465
+ width: 48px;
27466
+ height: 48px;
27346
27467
  }
27347
27468
 
27348
27469
  .k-button-square {
@@ -30073,8 +30194,8 @@ textarea.k-input-inner {
30073
30194
  aspect-ratio: auto;
30074
30195
  }
30075
30196
 
30076
- .k-input-spinner .k-spinner-increase > .k-button-icon,
30077
- .k-input-spinner .k-spinner-decrease > .k-button-icon {
30197
+ .k-input-spinner .k-spinner-increase .k-button-icon,
30198
+ .k-input-spinner .k-spinner-decrease .k-button-icon {
30078
30199
  margin: -1em 0;
30079
30200
  min-width: auto !important;
30080
30201
  min-height: auto !important;
@@ -33039,8 +33160,9 @@ select.k-picker-lg {
33039
33160
  vertical-align: middle;
33040
33161
  }
33041
33162
 
33042
- .k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon {
33043
- margin-left: -13px;
33163
+ .k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon,
33164
+ .k-colorgradient-color-contrast .k-contrast-validation .k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
33165
+ margin-inline-start: -13px;
33044
33166
  }
33045
33167
 
33046
33168
  .k-color-contrast-svg {
@@ -33051,12 +33173,6 @@ select.k-picker-lg {
33051
33173
  pointer-events: none;
33052
33174
  }
33053
33175
 
33054
- .k-rtl .k-colorgradient-color-contrast .k-i-check + .k-i-check,
33055
- [dir="rtl"] .k-colorgradient-color-contrast .k-i-check + .k-i-check {
33056
- margin-left: 0;
33057
- margin-right: -13px;
33058
- }
33059
-
33060
33176
  .k-colorgradient {
33061
33177
  border-color: #cacaca;
33062
33178
  color: #272727;
@@ -39406,6 +39522,7 @@ kendo-card-footer {
39406
39522
  }
39407
39523
 
39408
39524
  .k-grid .k-table-th,
39525
+ .k-grid td,
39409
39526
  .k-grid .k-table-td {
39410
39527
  border-width: 0;
39411
39528
  border-inline-start-width: 1px;
@@ -39421,16 +39538,19 @@ kendo-card-footer {
39421
39538
  }
39422
39539
 
39423
39540
  .k-grid .k-table-th:first-child,
39541
+ .k-grid td:first-child,
39424
39542
  .k-grid .k-table-td:first-child {
39425
39543
  border-inline-start-width: 0;
39426
39544
  }
39427
39545
 
39428
39546
  .k-grid .k-table-th:focus,
39547
+ .k-grid td:focus,
39429
39548
  .k-grid .k-table-td:focus {
39430
39549
  outline: none;
39431
39550
  }
39432
39551
 
39433
39552
  .k-grid .k-table-th .k-placeholder-line,
39553
+ .k-grid td .k-placeholder-line,
39434
39554
  .k-grid .k-table-td .k-placeholder-line {
39435
39555
  width: 80%;
39436
39556
  }
@@ -39439,6 +39559,10 @@ kendo-card-footer {
39439
39559
  .k-grid .k-table-th > .k-radio-wrap,
39440
39560
  .k-grid .k-table-th > .k-checkbox,
39441
39561
  .k-grid .k-table-th > .k-checkbox-wrap,
39562
+ .k-grid td > .k-radio,
39563
+ .k-grid td > .k-radio-wrap,
39564
+ .k-grid td > .k-checkbox,
39565
+ .k-grid td > .k-checkbox-wrap,
39442
39566
  .k-grid .k-table-td > .k-radio,
39443
39567
  .k-grid .k-table-td > .k-radio-wrap,
39444
39568
  .k-grid .k-table-td > .k-checkbox,
@@ -39451,6 +39575,7 @@ kendo-card-footer {
39451
39575
  white-space: nowrap;
39452
39576
  }
39453
39577
 
39578
+ .k-grid td,
39454
39579
  .k-grid .k-table-td {
39455
39580
  border-block-end-width: 0px;
39456
39581
  white-space: unset;
@@ -39602,10 +39727,12 @@ kendo-card-footer {
39602
39727
  align-content: center;
39603
39728
  }
39604
39729
 
39730
+ .k-grid .k-grouping-row td,
39605
39731
  .k-grid .k-grouping-row .k-table-td {
39606
39732
  overflow: visible;
39607
39733
  }
39608
39734
 
39735
+ .k-grid .k-grouping-row + .k-table-row td,
39609
39736
  .k-grid .k-grouping-row + .k-table-row .k-table-td {
39610
39737
  border-top-width: 1px;
39611
39738
  }
@@ -39622,11 +39749,13 @@ kendo-card-footer {
39622
39749
  text-decoration: none;
39623
39750
  }
39624
39751
 
39752
+ .k-grid .k-table .k-group-footer td,
39625
39753
  .k-grid .k-table .k-group-footer .k-table-td {
39626
39754
  border-style: solid;
39627
39755
  border-width: 1px 0;
39628
39756
  }
39629
39757
 
39758
+ .k-grid .k-group-footer .k-group-cell + td,
39630
39759
  .k-grid .k-group-footer .k-group-cell + .k-table-td {
39631
39760
  border-inline-start-width: 1px;
39632
39761
  }
@@ -39819,10 +39948,14 @@ div.k-grid-footer {
39819
39948
  border-top-width: 1px;
39820
39949
  }
39821
39950
 
39951
+ .k-grid-footer td,
39822
39952
  .k-grid-footer .k-table-td {
39823
39953
  height: 1.4285714286em;
39824
39954
  }
39825
39955
 
39956
+ .k-grid-footer td,
39957
+ .k-group-footer td,
39958
+ .k-grouping-row td,
39826
39959
  .k-grid-footer .k-table-td,
39827
39960
  .k-group-footer .k-table-td,
39828
39961
  .k-grouping-row .k-table-td {
@@ -39844,6 +39977,7 @@ div.k-grid-footer {
39844
39977
  line-height: 1.4285714286;
39845
39978
  }
39846
39979
 
39980
+ .k-filter-row td,
39847
39981
  .k-filter-row .k-table-td,
39848
39982
  .k-filter-row .k-table-th {
39849
39983
  border-width: 0;
@@ -39852,6 +39986,7 @@ div.k-grid-footer {
39852
39986
  white-space: nowrap;
39853
39987
  }
39854
39988
 
39989
+ .k-filter-row td:first-child,
39855
39990
  .k-filter-row .k-table-td:first-child {
39856
39991
  border-inline-start-width: 0;
39857
39992
  }
@@ -39899,7 +40034,9 @@ div.k-grid-footer {
39899
40034
  outline: 0;
39900
40035
  }
39901
40036
 
40037
+ .k-grid-content .k-table-row:last-child > td,
39902
40038
  .k-grid-content .k-table-row:last-child > .k-table-td,
40039
+ .k-grid-content-locked .k-table-row:last-child > td,
39903
40040
  .k-grid-content-locked .k-table-row:last-child > .k-table-td {
39904
40041
  border-bottom-width: 0;
39905
40042
  }
@@ -39922,6 +40059,7 @@ div.k-grid-footer {
39922
40059
 
39923
40060
  .k-grid .k-edit-cell,
39924
40061
  .k-grid .k-command-cell,
40062
+ .k-grid .k-grid-edit-row td,
39925
40063
  .k-grid .k-grid-edit-row .k-table-td {
39926
40064
  text-overflow: clip;
39927
40065
  }
@@ -39929,6 +40067,9 @@ div.k-grid-footer {
39929
40067
  .k-grid .k-edit-cell > input:not([type="checkbox"]):not([type="radio"]),
39930
40068
  .k-grid .k-edit-cell > select,
39931
40069
  .k-grid .k-edit-cell > .k-widget:not(.k-switch),
40070
+ .k-grid .k-grid-edit-row td > input:not([type="checkbox"]):not([type="radio"]),
40071
+ .k-grid .k-grid-edit-row td > select,
40072
+ .k-grid .k-grid-edit-row td > .k-widget:not(.k-switch),
39932
40073
  .k-grid .k-grid-edit-row .k-table-td > input:not([type="checkbox"]):not([type="radio"]),
39933
40074
  .k-grid .k-grid-edit-row .k-table-td > select,
39934
40075
  .k-grid .k-grid-edit-row .k-table-td > .k-widget:not(.k-switch) {
@@ -39941,6 +40082,10 @@ div.k-grid-footer {
39941
40082
  .k-grid .k-edit-cell > .k-checkbox,
39942
40083
  .k-grid .k-edit-cell > .k-radio-wrap,
39943
40084
  .k-grid .k-edit-cell > .k-checkbox-wrap,
40085
+ .k-grid .k-grid-edit-row td > .k-radio,
40086
+ .k-grid .k-grid-edit-row td > .k-checkbox,
40087
+ .k-grid .k-grid-edit-row td > .k-radio-wrap,
40088
+ .k-grid .k-grid-edit-row td > .k-checkbox-wrap,
39944
40089
  .k-grid .k-grid-edit-row .k-table-td > .k-radio,
39945
40090
  .k-grid .k-grid-edit-row .k-table-td > .k-checkbox,
39946
40091
  .k-grid .k-grid-edit-row .k-table-td > .k-radio-wrap,
@@ -39982,19 +40127,19 @@ div.k-grid-footer {
39982
40127
  }
39983
40128
 
39984
40129
  .k-grid-virtual .k-grid-content .k-grid-table-wrap {
39985
- float: inline-start;
40130
+ float: left;
39986
40131
  width: 100%;
39987
40132
  }
39988
40133
 
39989
40134
  .k-grid-virtual .k-grid-content .k-grid-table {
39990
40135
  position: relative;
39991
- float: inline-start;
40136
+ float: left;
39992
40137
  z-index: 1;
39993
40138
  }
39994
40139
 
39995
40140
  .k-grid-virtual .k-grid-content > .k-height-container {
39996
40141
  position: relative;
39997
- float: inline-start;
40142
+ float: left;
39998
40143
  }
39999
40144
 
40000
40145
  .k-grid-virtual .k-grid-content::after {
@@ -40012,6 +40157,7 @@ div.k-grid-footer {
40012
40157
  height: 1px;
40013
40158
  }
40014
40159
 
40160
+ .k-grid-add-row td,
40015
40161
  .k-grid-add-row .k-table-td {
40016
40162
  border-bottom-style: solid;
40017
40163
  border-bottom-width: 1px;
@@ -40095,18 +40241,18 @@ kendo-grid .k-table-row.k-grid-row-sticky {
40095
40241
  z-index: auto;
40096
40242
  }
40097
40243
 
40244
+ kendo-grid .k-grid-row-sticky td,
40098
40245
  kendo-grid .k-grid-row-sticky .k-table-td {
40099
40246
  border-bottom-width: 1px;
40100
40247
  border-top-width: 1px;
40101
40248
  position: sticky;
40102
40249
  top: inherit;
40103
40250
  bottom: inherit;
40104
- }
40105
-
40106
- kendo-grid .k-grid-row-sticky .k-table-td {
40107
40251
  z-index: 2;
40108
40252
  }
40109
40253
 
40254
+ kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,
40255
+ kendo-grid .k-grid-row-sticky.k-alt td.k-grid-content-sticky,
40110
40256
  kendo-grid .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
40111
40257
  kendo-grid .k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
40112
40258
  z-index: 3;
@@ -40132,10 +40278,13 @@ kendo-grid .k-grid-header .k-grid-header-menu {
40132
40278
  border-inline-end-width: 1px;
40133
40279
  }
40134
40280
 
40281
+ .k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + td,
40135
40282
  .k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-td,
40136
40283
  .k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-th,
40284
+ .k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + td,
40137
40285
  .k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-td,
40138
40286
  .k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-th,
40287
+ .k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + td,
40139
40288
  .k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-td,
40140
40289
  .k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-th {
40141
40290
  border-inline-start-width: 0;
@@ -40197,6 +40346,7 @@ div.k-grid-norecords {
40197
40346
  padding: 4px 8px;
40198
40347
  }
40199
40348
 
40349
+ .k-grid-sm td,
40200
40350
  .k-grid-sm .k-table-td {
40201
40351
  padding: 4px 8px;
40202
40352
  }
@@ -40252,10 +40402,12 @@ div.k-grid-norecords {
40252
40402
 
40253
40403
  .k-grid-sm .k-edit-cell,
40254
40404
  .k-grid-sm .k-command-cell,
40405
+ .k-grid-sm .k-grid-edit-row td,
40255
40406
  .k-grid-sm .k-grid-edit-row .k-table-td {
40256
40407
  padding: 2px 8px;
40257
40408
  }
40258
40409
 
40410
+ .k-grid-sm .k-filter-row td,
40259
40411
  .k-grid-sm .k-filter-row .k-table-td,
40260
40412
  .k-grid-sm .k-filter-row .k-table-th {
40261
40413
  padding: 8px 8px;
@@ -40270,6 +40422,7 @@ div.k-grid-norecords {
40270
40422
  padding: 8px 8px;
40271
40423
  }
40272
40424
 
40425
+ .k-grid-md td,
40273
40426
  .k-grid-md .k-table-td {
40274
40427
  padding: 8px 8px;
40275
40428
  }
@@ -40325,10 +40478,12 @@ div.k-grid-norecords {
40325
40478
 
40326
40479
  .k-grid-md .k-edit-cell,
40327
40480
  .k-grid-md .k-command-cell,
40481
+ .k-grid-md .k-grid-edit-row td,
40328
40482
  .k-grid-md .k-grid-edit-row .k-table-td {
40329
40483
  padding: 3px 8px;
40330
40484
  }
40331
40485
 
40486
+ .k-grid-md .k-filter-row td,
40332
40487
  .k-grid-md .k-filter-row .k-table-td,
40333
40488
  .k-grid-md .k-filter-row .k-table-th {
40334
40489
  padding: 8px 8px;
@@ -40379,7 +40534,7 @@ div.k-grid-norecords {
40379
40534
  }
40380
40535
 
40381
40536
  .k-pdf-export-shadow .k-grid {
40382
- float: inline-start;
40537
+ float: left;
40383
40538
  width: auto !important;
40384
40539
  }
40385
40540
 
@@ -40474,6 +40629,7 @@ div.k-grid-norecords {
40474
40629
  }
40475
40630
 
40476
40631
  .k-autofitting .k-table-th,
40632
+ .k-autofitting td,
40477
40633
  .k-autofitting .k-table-td {
40478
40634
  white-space: nowrap !important;
40479
40635
  }
@@ -40600,6 +40756,7 @@ div.k-grid-norecords {
40600
40756
  .k-grid-header-wrap,
40601
40757
  .k-grouping-header,
40602
40758
  .k-grid .k-table-th,
40759
+ .k-grid td,
40603
40760
  .k-grid .k-table-td,
40604
40761
  .k-grid-footer,
40605
40762
  .k-grid-footer-wrap,
@@ -40607,6 +40764,7 @@ div.k-grid-norecords {
40607
40764
  .k-grid-footer-locked,
40608
40765
  .k-grid-header-locked,
40609
40766
  .k-filter-row > .k-table-th,
40767
+ .k-filter-row > td,
40610
40768
  .k-filter-row > .k-table-td {
40611
40769
  border-color: #cacaca;
40612
40770
  }
@@ -40632,6 +40790,8 @@ div.k-grid-norecords {
40632
40790
  background-color: #ffffff;
40633
40791
  }
40634
40792
 
40793
+ .k-group-footer td,
40794
+ .k-grouping-row td,
40635
40795
  .k-group-footer .k-table-td,
40636
40796
  .k-grouping-row .k-table-td,
40637
40797
  .k-table-tbody .k-group-cell {
@@ -40662,14 +40822,26 @@ div.k-grid-norecords {
40662
40822
  background-color: #ebebeb;
40663
40823
  }
40664
40824
 
40825
+ .k-grid td.k-selected,
40826
+ .k-grid .k-table-row.k-selected > td,
40665
40827
  .k-grid .k-table-td.k-selected,
40666
40828
  .k-grid .k-table-row.k-selected > .k-table-td {
40667
40829
  background-color: rgba(243, 88, 0, 0.25);
40668
40830
  }
40669
40831
 
40670
40832
  .k-grid .k-table-th:focus, .k-grid .k-table-th.k-focus,
40833
+ .k-grid td:focus,
40834
+ .k-grid td.k-focus,
40671
40835
  .k-grid .k-table-td:focus,
40672
40836
  .k-grid .k-table-td.k-focus,
40837
+ .k-grid .k-master-row > td:focus,
40838
+ .k-grid .k-master-row > td.k-focus,
40839
+ .k-grid .k-grouping-row > td:focus,
40840
+ .k-grid .k-grouping-row > td.k-focus,
40841
+ .k-grid .k-detail-row > td:focus,
40842
+ .k-grid .k-detail-row > td.k-focus,
40843
+ .k-grid .k-group-footer > td:focus,
40844
+ .k-grid .k-group-footer > td.k-focus,
40673
40845
  .k-grid .k-master-row > .k-table-td:focus,
40674
40846
  .k-grid .k-master-row > .k-table-td.k-focus,
40675
40847
  .k-grid .k-grouping-row > .k-table-td:focus,
@@ -40706,27 +40878,34 @@ div.k-grid-norecords {
40706
40878
  .k-grid .k-grid-header-locked,
40707
40879
  .k-grid .k-grid-content-locked,
40708
40880
  .k-grid .k-grid-header-locked .k-table-th,
40881
+ .k-grid .k-grid-content-locked td,
40709
40882
  .k-grid .k-grid-content-locked .k-table-td {
40710
40883
  border-color: #cacaca;
40711
40884
  }
40712
40885
 
40886
+ .k-grid .k-grid-content-locked .k-group-footer td,
40713
40887
  .k-grid .k-grid-content-locked .k-group-footer .k-table-td,
40714
40888
  .k-grid .k-grid-content-locked .k-group-cell {
40715
40889
  border-color: #cacaca;
40716
40890
  }
40717
40891
 
40892
+ .k-grid .k-grid-content-locked .k-grouping-row + .k-table-row td,
40718
40893
  .k-grid .k-grid-content-locked .k-grouping-row + .k-table-row .k-table-td {
40719
40894
  border-top-color: #cacaca;
40720
40895
  }
40721
40896
 
40897
+ .k-grid .k-grid-content-locked .k-selected td,
40722
40898
  .k-grid .k-grid-content-locked .k-selected .k-table-td {
40723
40899
  background-color: rgba(243, 88, 0, 0.25);
40724
40900
  }
40725
40901
 
40902
+ .k-grid .k-grid-content-locked .k-selected.k-table-alt-row td,
40726
40903
  .k-grid .k-grid-content-locked .k-selected.k-table-alt-row .k-table-td {
40727
40904
  background-color: rgba(188, 68, 0, 0.28);
40728
40905
  }
40729
40906
 
40907
+ .k-grid .k-grid-content-locked .k-selected:hover td,
40908
+ .k-grid .k-grid-content-locked .k-selected.k-hover td,
40730
40909
  .k-grid .k-grid-content-locked .k-selected:hover .k-table-td,
40731
40910
  .k-grid .k-grid-content-locked .k-selected.k-hover .k-table-td {
40732
40911
  background-color: rgba(151, 55, 0, 0.31);
@@ -40772,6 +40951,7 @@ col.k-sorted,
40772
40951
  }
40773
40952
 
40774
40953
  .k-grid-header .k-table-th.k-grid-header-sticky,
40954
+ .k-grid-header td.k-grid-header-sticky,
40775
40955
  .k-grid-header .k-table-td.k-grid-header-sticky,
40776
40956
  .k-grid-header .k-grid-header-sticky.k-sorted {
40777
40957
  color: #272727;
@@ -40811,12 +40991,14 @@ col.k-sorted,
40811
40991
 
40812
40992
  .k-master-row.k-selected .k-grid-content-sticky,
40813
40993
  .k-master-row.k-selected .k-grid-row-sticky,
40994
+ .k-master-row td.k-grid-content-sticky.k-selected,
40814
40995
  .k-master-row .k-table-td.k-grid-content-sticky.k-selected {
40815
40996
  background-color: rgba(243, 88, 0, 0.25);
40816
40997
  }
40817
40998
 
40818
40999
  .k-master-row.k-selected.k-table-alt-row .k-grid-content-sticky,
40819
41000
  .k-master-row.k-selected.k-table-alt-row .k-grid-row-sticky,
41001
+ .k-master-row.k-table-alt-row td.k-grid-content-sticky.k-selected,
40820
41002
  .k-master-row.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
40821
41003
  background-color: rgba(188, 68, 0, 0.28);
40822
41004
  }
@@ -40832,6 +41014,8 @@ col.k-sorted,
40832
41014
  .k-master-row.k-selected:hover .k-grid-row-sticky,
40833
41015
  .k-master-row.k-selected.k-hover .k-grid-content-sticky,
40834
41016
  .k-master-row.k-selected.k-hover .k-grid-row-sticky,
41017
+ .k-master-row:hover td.k-grid-content-sticky.k-selected,
41018
+ .k-master-row.k-hover td.k-grid-content-sticky.k-selected,
40835
41019
  .k-master-row:hover .k-table-td.k-grid-content-sticky.k-selected,
40836
41020
  .k-master-row.k-hover .k-table-td.k-grid-content-sticky.k-selected {
40837
41021
  background-color: rgba(151, 55, 0, 0.31);
@@ -40848,23 +41032,29 @@ kendo-grid.k-grid .k-grid-content-sticky:hover, kendo-grid.k-grid .k-grid-conten
40848
41032
  background-color: #ebebeb;
40849
41033
  }
40850
41034
 
41035
+ kendo-grid.k-grid .k-grid-row-sticky td,
40851
41036
  kendo-grid.k-grid .k-grid-row-sticky .k-table-td {
40852
41037
  border-top-color: #cacaca;
40853
41038
  border-bottom-color: #cacaca;
40854
41039
  background-color: #ffffff;
40855
41040
  }
40856
41041
 
41042
+ kendo-grid.k-grid .k-grid-row-sticky:hover td,
41043
+ kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
40857
41044
  kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td,
40858
41045
  kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td {
40859
41046
  background-color: #ebebeb;
40860
41047
  }
40861
41048
 
40862
41049
  kendo-grid.k-grid .k-table-alt-row .k-grid-content-sticky,
41050
+ kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row td,
40863
41051
  kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row .k-table-td {
40864
41052
  background-color: whitesmoke;
40865
41053
  }
40866
41054
 
40867
41055
  kendo-grid.k-grid .k-table-row.k-selected .k-grid-content-sticky,
41056
+ kendo-grid.k-grid .k-selected.k-grid-row-sticky td,
41057
+ kendo-grid.k-grid .k-grid-row-sticky td.k-selected,
40868
41058
  kendo-grid.k-grid .k-selected.k-grid-row-sticky .k-table-td,
40869
41059
  kendo-grid.k-grid .k-grid-row-sticky .k-table-td.k-selected,
40870
41060
  kendo-grid.k-grid .k-selected.k-grid-content-sticky {
@@ -40872,6 +41062,7 @@ kendo-grid.k-grid .k-selected.k-grid-content-sticky {
40872
41062
  }
40873
41063
 
40874
41064
  kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
41065
+ kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky td,
40875
41066
  kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
40876
41067
  kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
40877
41068
  background-color: rgba(188, 68, 0, 0.28);
@@ -40879,6 +41070,10 @@ kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
40879
41070
 
40880
41071
  kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky,
40881
41072
  kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky,
41073
+ kendo-grid.k-grid .k-grid-row-sticky:hover td,
41074
+ kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
41075
+ kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover td,
41076
+ kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row.k-hover td,
40882
41077
  kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td,
40883
41078
  kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td,
40884
41079
  kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
@@ -40890,12 +41085,18 @@ kendo-grid.k-grid .k-table-alt-row.k-hover .k-grid-content-sticky {
40890
41085
 
40891
41086
  kendo-grid.k-grid .k-table-row.k-selected:hover .k-grid-content-sticky,
40892
41087
  kendo-grid.k-grid .k-table-row.k-selected.k-hover .k-grid-content-sticky,
41088
+ kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover td,
41089
+ kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover td,
41090
+ kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
41091
+ kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
40893
41092
  kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover .k-table-td,
40894
41093
  kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover .k-table-td,
40895
41094
  kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
40896
41095
  kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
40897
41096
  kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
40898
41097
  kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
41098
+ kendo-grid.k-grid .k-grid-row-sticky:hover td.k-selected,
41099
+ kendo-grid.k-grid .k-grid-row-sticky.k-hover td.k-selected,
40899
41100
  kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td.k-selected,
40900
41101
  kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td.k-selected,
40901
41102
  kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky.k-selected,
@@ -43001,6 +43202,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
43001
43202
  transform: translate(0, -50%);
43002
43203
  }
43003
43204
 
43205
+ .k-treelist .k-table-row.k-footer td,
43206
+ .k-treelist .k-table-row.k-footer-template td,
43004
43207
  .k-treelist .k-table-row.k-footer .k-table-td,
43005
43208
  .k-treelist .k-table-row.k-footer-template .k-table-td {
43006
43209
  border-width: 1px 0;
@@ -43008,6 +43211,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
43008
43211
  font-weight: bold;
43009
43212
  }
43010
43213
 
43214
+ .k-treelist .k-table-row.k-footer + .k-table-row.k-footer td,
43011
43215
  .k-treelist .k-table-row.k-footer + .k-table-row.k-footer .k-table-td {
43012
43216
  border-top-width: 0;
43013
43217
  }
package/dist/all.scss CHANGED
@@ -8524,6 +8524,11 @@ $ki-rotate-map: (
8524
8524
  }
8525
8525
  }
8526
8526
 
8527
+ // kendo-icon-wrapper component
8528
+ .k-icon-wrapper-host {
8529
+ display: contents;
8530
+ }
8531
+
8527
8532
  .k-icon-with-modifier {
8528
8533
  position: relative;
8529
8534
  margin: .25em;
@@ -13390,6 +13395,45 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
13390
13395
  > .k-button-icon {
13391
13396
  min-width: calc( #{$_font-size} * #{$_line-height} );
13392
13397
  min-height: calc( #{$_font-size} * #{$_line-height} );
13398
+ display: inline-flex;
13399
+ align-items: center;
13400
+ justify-content: center;
13401
+
13402
+ &.k-svg-icon > svg,
13403
+ &.k-icon-md > svg {
13404
+ width: $kendo-icon-size-md;
13405
+ height: $kendo-icon-size-md;
13406
+ }
13407
+
13408
+ &.k-icon-xs > svg {
13409
+ width: $kendo-icon-size-xs;
13410
+ height: $kendo-icon-size-xs;
13411
+ }
13412
+
13413
+ &.k-icon-sm > svg {
13414
+ width: $kendo-icon-size-sm;
13415
+ height: $kendo-icon-size-sm;
13416
+ }
13417
+
13418
+ &.k-icon-lg > svg {
13419
+ width: $kendo-icon-size-lg;
13420
+ height: $kendo-icon-size-lg;
13421
+ }
13422
+
13423
+ &.k-icon-xl > svg {
13424
+ width: $kendo-icon-size-xl;
13425
+ height: $kendo-icon-size-xl;
13426
+ }
13427
+
13428
+ &.k-icon-xxl > svg {
13429
+ width: $kendo-icon-size-xxl;
13430
+ height: $kendo-icon-size-xxl;
13431
+ }
13432
+
13433
+ &.k-icon-xxxl > svg {
13434
+ width: $kendo-icon-size-xxxl;
13435
+ height: $kendo-icon-size-xxxl;
13436
+ }
13393
13437
  }
13394
13438
  }
13395
13439
  }
@@ -16634,7 +16678,7 @@ $kendo-form-sizes: (
16634
16678
  position: relative;
16635
16679
  aspect-ratio: auto;
16636
16680
 
16637
- > .k-button-icon {
16681
+ .k-button-icon {
16638
16682
  margin: -1em 0;
16639
16683
  min-width: auto !important; // sass-lint:disable-line no-important
16640
16684
  min-height: auto !important; // sass-lint:disable-line no-important
@@ -21394,8 +21438,9 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
21394
21438
  }
21395
21439
 
21396
21440
  // Needed for the double check icons
21397
- .k-icon + .k-icon {
21398
- margin-left: -13px;
21441
+ .k-icon + .k-icon,
21442
+ .k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
21443
+ margin-inline-start: -13px;
21399
21444
  }
21400
21445
  }
21401
21446
  }
@@ -21409,19 +21454,6 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
21409
21454
 
21410
21455
  }
21411
21456
 
21412
- @include exports( "colorgradient/layout/rtl" ) {
21413
-
21414
- .k-rtl,
21415
- [dir="rtl"] {
21416
-
21417
- .k-colorgradient-color-contrast .k-i-check + .k-i-check {
21418
- margin-left: 0;
21419
- margin-right: -13px;
21420
- }
21421
-
21422
- }
21423
-
21424
- }
21425
21457
 
21426
21458
  // #endregion
21427
21459
 
@@ -31948,6 +31980,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
31948
31980
  }
31949
31981
 
31950
31982
  .k-table-th,
31983
+ td,
31951
31984
  .k-table-td {
31952
31985
  border-width: 0;
31953
31986
  border-inline-start-width: $kendo-grid-cell-vertical-border-width;
@@ -31986,6 +32019,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
31986
32019
  white-space: nowrap;
31987
32020
  }
31988
32021
 
32022
+ td,
31989
32023
  .k-table-td {
31990
32024
  border-block-end-width: $kendo-grid-cell-horizontal-border-width;
31991
32025
  white-space: unset;
@@ -32142,12 +32176,17 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
32142
32176
  align-items: center;
32143
32177
  align-content: center;
32144
32178
  }
32179
+
32180
+ .k-grouping-row td,
32145
32181
  .k-grouping-row .k-table-td {
32146
32182
  overflow: visible;
32147
32183
  }
32184
+
32185
+ .k-grouping-row + .k-table-row td,
32148
32186
  .k-grouping-row + .k-table-row .k-table-td {
32149
32187
  border-top-width: $kendo-grid-grouping-row-border-top;
32150
32188
  }
32189
+
32151
32190
  .k-grouping-row .k-group-cell,
32152
32191
  .k-grouping-row + .k-table-row .k-group-cell {
32153
32192
  border-top-width: 0;
@@ -32160,11 +32199,13 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
32160
32199
  text-decoration: none;
32161
32200
  }
32162
32201
 
32202
+ .k-table .k-group-footer td,
32163
32203
  .k-table .k-group-footer .k-table-td {
32164
32204
  border-style: solid;
32165
32205
  border-width: $kendo-grid-group-footer-border-y 0;
32166
32206
  }
32167
32207
 
32208
+ .k-group-footer .k-group-cell + td,
32168
32209
  .k-group-footer .k-group-cell + .k-table-td {
32169
32210
  border-inline-start-width: $kendo-grid-cell-vertical-border-width;
32170
32211
  }
@@ -32369,11 +32410,15 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
32369
32410
  .k-grid-footer {
32370
32411
  border-top-width: 1px;
32371
32412
 
32413
+ td,
32372
32414
  .k-table-td {
32373
32415
  height: $kendo-line-height-em;
32374
32416
  }
32375
32417
  }
32376
32418
 
32419
+ .k-grid-footer td,
32420
+ .k-group-footer td,
32421
+ .k-grouping-row td,
32377
32422
  .k-grid-footer .k-table-td,
32378
32423
  .k-group-footer .k-table-td,
32379
32424
  .k-grouping-row .k-table-td {
@@ -32396,6 +32441,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
32396
32441
  .k-filter-row {
32397
32442
  line-height: $kendo-form-line-height;
32398
32443
 
32444
+ td,
32399
32445
  .k-table-td,
32400
32446
  .k-table-th {
32401
32447
  border-width: 0;
@@ -32404,6 +32450,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
32404
32450
  white-space: nowrap;
32405
32451
  }
32406
32452
 
32453
+ td:first-child,
32407
32454
  .k-table-td:first-child {
32408
32455
  border-inline-start-width: 0;
32409
32456
  }
@@ -32450,6 +32497,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
32450
32497
  border-color: inherit;
32451
32498
  outline: 0;
32452
32499
 
32500
+ .k-table-row:last-child > td,
32453
32501
  .k-table-row:last-child > .k-table-td {
32454
32502
  border-bottom-width: 0;
32455
32503
  }
@@ -32475,11 +32523,13 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
32475
32523
  // Edit row
32476
32524
  .k-grid .k-edit-cell,
32477
32525
  .k-grid .k-command-cell,
32526
+ .k-grid .k-grid-edit-row td,
32478
32527
  .k-grid .k-grid-edit-row .k-table-td {
32479
32528
  text-overflow: clip;
32480
32529
  }
32481
32530
 
32482
32531
  .k-grid .k-edit-cell,
32532
+ .k-grid .k-grid-edit-row td,
32483
32533
  .k-grid .k-grid-edit-row .k-table-td {
32484
32534
 
32485
32535
  > input:not([type="checkbox"]):not([type="radio"]),
@@ -32536,19 +32586,19 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
32536
32586
 
32537
32587
  .k-grid-virtual .k-grid-content {
32538
32588
  .k-grid-table-wrap {
32539
- float: inline-start;
32589
+ float: left;
32540
32590
  width: 100%;
32541
32591
  }
32542
32592
 
32543
32593
  .k-grid-table {
32544
32594
  position: relative;
32545
- float: inline-start;
32595
+ float: left;
32546
32596
  z-index: 1;
32547
32597
  }
32548
32598
 
32549
32599
  > .k-height-container {
32550
32600
  position: relative;
32551
- float: inline-start;
32601
+ float: left;
32552
32602
  }
32553
32603
 
32554
32604
  &::after {
@@ -32567,6 +32617,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
32567
32617
  height: 1px;
32568
32618
  }
32569
32619
 
32620
+ .k-grid-add-row td,
32570
32621
  .k-grid-add-row .k-table-td {
32571
32622
  border-bottom-style: solid;
32572
32623
  border-bottom-width: 1px;
@@ -32642,6 +32693,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
32642
32693
  z-index: auto;
32643
32694
  }
32644
32695
 
32696
+ .k-grid-row-sticky td,
32645
32697
  .k-grid-row-sticky .k-table-td {
32646
32698
  border-bottom-width: $kendo-grid-border-width;
32647
32699
  border-top-width: $kendo-grid-border-width;
@@ -32649,12 +32701,11 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
32649
32701
  position: sticky;
32650
32702
  top: inherit;
32651
32703
  bottom: inherit;
32652
- }
32653
-
32654
- .k-grid-row-sticky .k-table-td {
32655
32704
  z-index: 2;
32656
32705
  }
32657
32706
 
32707
+ .k-grid-row-sticky td.k-grid-content-sticky,
32708
+ .k-grid-row-sticky.k-alt td.k-grid-content-sticky,
32658
32709
  .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
32659
32710
  .k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
32660
32711
  z-index: 3;
@@ -32681,6 +32732,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
32681
32732
  .k-grid .k-table .k-grid-footer-sticky {
32682
32733
  border-inline-end-width: $kendo-grid-cell-vertical-border-width;
32683
32734
 
32735
+ &:not([style*="display: none"]) + td,
32684
32736
  &:not([style*="display: none"]) + .k-table-td,
32685
32737
  &:not([style*="display: none"]) + .k-table-th {
32686
32738
  border-inline-start-width: 0;
@@ -32766,6 +32818,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
32766
32818
  padding: $_header-padding-y $_header-padding-x;
32767
32819
  }
32768
32820
 
32821
+ td,
32769
32822
  .k-table-td {
32770
32823
  padding: $_cell-padding-y $_cell-padding-x;
32771
32824
  }
@@ -32827,6 +32880,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
32827
32880
  // Edit row
32828
32881
  .k-edit-cell,
32829
32882
  .k-command-cell,
32883
+ .k-grid-edit-row td,
32830
32884
  .k-grid-edit-row .k-table-td {
32831
32885
  padding: $_edit-cell-padding-y $_edit-cell-padding-x;
32832
32886
  }
@@ -32834,6 +32888,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
32834
32888
 
32835
32889
  // Filter row
32836
32890
  .k-filter-row {
32891
+ td,
32837
32892
  .k-table-td,
32838
32893
  .k-table-th {
32839
32894
  padding: $_filter-cell-padding-y $_filter-cell-padding-x;
@@ -32896,7 +32951,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
32896
32951
  // Remove Grid scrollbar during built-in export
32897
32952
  .k-pdf-export-shadow {
32898
32953
  .k-grid {
32899
- float: inline-start;
32954
+ float: left;
32900
32955
  width: auto !important; // sass-lint:disable-line no-important
32901
32956
  }
32902
32957
 
@@ -33004,6 +33059,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
33004
33059
  table-layout: auto !important;
33005
33060
 
33006
33061
  .k-table-th,
33062
+ td,
33007
33063
  .k-table-td {
33008
33064
  white-space: nowrap !important;
33009
33065
  }
@@ -33135,6 +33191,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
33135
33191
  .k-grid-header-wrap,
33136
33192
  .k-grouping-header,
33137
33193
  .k-grid .k-table-th,
33194
+ .k-grid td,
33138
33195
  .k-grid .k-table-td,
33139
33196
  .k-grid-footer,
33140
33197
  .k-grid-footer-wrap,
@@ -33142,6 +33199,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
33142
33199
  .k-grid-footer-locked,
33143
33200
  .k-grid-header-locked,
33144
33201
  .k-filter-row > .k-table-th,
33202
+ .k-filter-row > td,
33145
33203
  .k-filter-row > .k-table-td {
33146
33204
  @include fill( $border: $kendo-grid-header-border );
33147
33205
  }
@@ -33175,6 +33233,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
33175
33233
  @include fill($bg: $kendo-grid-bg );
33176
33234
  }
33177
33235
 
33236
+ .k-group-footer td,
33237
+ .k-grouping-row td,
33178
33238
  .k-group-footer .k-table-td,
33179
33239
  .k-grouping-row .k-table-td,
33180
33240
  .k-table-tbody .k-group-cell {
@@ -33210,6 +33270,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
33210
33270
  }
33211
33271
 
33212
33272
  // Selected state
33273
+ td.k-selected,
33274
+ .k-table-row.k-selected > td,
33213
33275
  .k-table-td.k-selected,
33214
33276
  .k-table-row.k-selected > .k-table-td {
33215
33277
  color: $kendo-grid-selected-text;
@@ -33218,7 +33280,12 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
33218
33280
 
33219
33281
  // Focused state
33220
33282
  .k-table-th,
33283
+ td,
33221
33284
  .k-table-td,
33285
+ .k-master-row > td,
33286
+ .k-grouping-row > td,
33287
+ .k-detail-row > td,
33288
+ .k-group-footer > td,
33222
33289
  .k-master-row > .k-table-td,
33223
33290
  .k-grouping-row > .k-table-td,
33224
33291
  .k-detail-row > .k-table-td,
@@ -33254,30 +33321,37 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
33254
33321
  .k-grid-header-locked,
33255
33322
  .k-grid-content-locked,
33256
33323
  .k-grid-header-locked .k-table-th,
33324
+ .k-grid-content-locked td,
33257
33325
  .k-grid-content-locked .k-table-td {
33258
33326
  border-color: $kendo-grid-sticky-header-border;
33259
33327
  }
33260
33328
 
33261
33329
  .k-grid-content-locked {
33330
+ .k-group-footer td,
33262
33331
  .k-group-footer .k-table-td,
33263
33332
  .k-group-cell {
33264
33333
  @include fill( $border: $kendo-grid-header-border );
33265
33334
  }
33266
33335
 
33336
+ .k-grouping-row + .k-table-row td,
33267
33337
  .k-grouping-row + .k-table-row .k-table-td {
33268
33338
  border-top-color: $kendo-grid-header-border;
33269
33339
  }
33270
33340
 
33271
33341
  // Selected state
33342
+ .k-selected td,
33272
33343
  .k-selected .k-table-td {
33273
33344
  @include fill( $bg: $kendo-grid-sticky-selected-bg );
33274
33345
  }
33275
33346
 
33347
+ .k-selected.k-table-alt-row td,
33276
33348
  .k-selected.k-table-alt-row .k-table-td {
33277
33349
  @include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
33278
33350
  }
33279
33351
 
33280
33352
  // Selected hover
33353
+ .k-selected:hover td,
33354
+ .k-selected.k-hover td,
33281
33355
  .k-selected:hover .k-table-td,
33282
33356
  .k-selected.k-hover .k-table-td {
33283
33357
  @include fill( $bg: $kendo-grid-sticky-selected-hover-bg );
@@ -33321,6 +33395,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
33321
33395
  }
33322
33396
 
33323
33397
  .k-table-th.k-grid-header-sticky,
33398
+ td.k-grid-header-sticky,
33324
33399
  .k-table-td.k-grid-header-sticky,
33325
33400
  .k-grid-header-sticky.k-sorted {
33326
33401
  @include fill(
@@ -33371,12 +33446,14 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
33371
33446
  // Selected state
33372
33447
  &.k-selected .k-grid-content-sticky,
33373
33448
  &.k-selected .k-grid-row-sticky,
33449
+ td.k-grid-content-sticky.k-selected,
33374
33450
  .k-table-td.k-grid-content-sticky.k-selected {
33375
33451
  @include fill( $bg: $kendo-grid-sticky-selected-bg );
33376
33452
  }
33377
33453
 
33378
33454
  &.k-selected.k-table-alt-row .k-grid-content-sticky,
33379
33455
  &.k-selected.k-table-alt-row .k-grid-row-sticky,
33456
+ &.k-table-alt-row td.k-grid-content-sticky.k-selected,
33380
33457
  &.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
33381
33458
  @include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
33382
33459
  }
@@ -33396,6 +33473,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
33396
33473
  &.k-selected:hover .k-grid-row-sticky,
33397
33474
  &.k-selected.k-hover .k-grid-content-sticky,
33398
33475
  &.k-selected.k-hover .k-grid-row-sticky,
33476
+ &:hover td.k-grid-content-sticky.k-selected,
33477
+ &.k-hover td.k-grid-content-sticky.k-selected,
33399
33478
  &:hover .k-table-td.k-grid-content-sticky.k-selected,
33400
33479
  &.k-hover .k-table-td.k-grid-content-sticky.k-selected {
33401
33480
  background-color: $kendo-grid-sticky-selected-hover-bg;
@@ -33416,12 +33495,15 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
33416
33495
  }
33417
33496
 
33418
33497
  .k-grid-row-sticky {
33498
+ td,
33419
33499
  .k-table-td {
33420
33500
  border-top-color: $kendo-grid-sticky-border;
33421
33501
  border-bottom-color: $kendo-grid-sticky-border;
33422
33502
  background-color: $kendo-grid-sticky-bg;
33423
33503
  }
33424
33504
 
33505
+ &:hover td,
33506
+ &.k-hover td,
33425
33507
  &:hover .k-table-td,
33426
33508
  &.k-hover .k-table-td {
33427
33509
  background-color: $kendo-grid-sticky-hover-bg;
@@ -33429,12 +33511,15 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
33429
33511
  }
33430
33512
 
33431
33513
  .k-table-alt-row .k-grid-content-sticky,
33514
+ .k-grid-row-sticky.k-table-alt-row td,
33432
33515
  .k-grid-row-sticky.k-table-alt-row .k-table-td {
33433
33516
  @include fill( $bg: $kendo-grid-sticky-alt-bg );
33434
33517
  }
33435
33518
 
33436
33519
  // Selected state
33437
33520
  .k-table-row.k-selected .k-grid-content-sticky,
33521
+ .k-selected.k-grid-row-sticky td,
33522
+ .k-grid-row-sticky td.k-selected,
33438
33523
  .k-selected.k-grid-row-sticky .k-table-td,
33439
33524
  .k-grid-row-sticky .k-table-td.k-selected,
33440
33525
  .k-selected.k-grid-content-sticky {
@@ -33442,6 +33527,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
33442
33527
  }
33443
33528
 
33444
33529
  .k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
33530
+ .k-selected.k-table-alt-row.k-grid-row-sticky td,
33445
33531
  .k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
33446
33532
  .k-table-alt-row .k-selected.k-grid-content-sticky {
33447
33533
  @include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
@@ -33450,6 +33536,10 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
33450
33536
  // Hover state
33451
33537
  .k-table-row:hover .k-grid-content-sticky,
33452
33538
  .k-table-row.k-hover .k-grid-content-sticky,
33539
+ .k-grid-row-sticky:hover td,
33540
+ .k-grid-row-sticky.k-hover td,
33541
+ .k-grid-row-sticky.k-table-alt-row:hover td,
33542
+ .k-grid-row-sticky.k-table-alt-row.k-hover td,
33453
33543
  .k-grid-row-sticky:hover .k-table-td,
33454
33544
  .k-grid-row-sticky.k-hover .k-table-td,
33455
33545
  .k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
@@ -33462,12 +33552,18 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
33462
33552
  // Selected + Hover
33463
33553
  .k-table-row.k-selected:hover .k-grid-content-sticky,
33464
33554
  .k-table-row.k-selected.k-hover .k-grid-content-sticky,
33555
+ .k-selected.k-grid-row-sticky:hover td,
33556
+ .k-selected.k-grid-row-sticky.k-hover td,
33557
+ .k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
33558
+ .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
33465
33559
  .k-selected.k-grid-row-sticky:hover .k-table-td,
33466
33560
  .k-selected.k-grid-row-sticky.k-hover .k-table-td,
33467
33561
  .k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
33468
33562
  .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
33469
33563
  .k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
33470
33564
  .k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
33565
+ .k-grid-row-sticky:hover td.k-selected,
33566
+ .k-grid-row-sticky.k-hover td.k-selected,
33471
33567
  .k-grid-row-sticky:hover .k-table-td.k-selected,
33472
33568
  .k-grid-row-sticky.k-hover .k-table-td.k-selected,
33473
33569
  .k-table-row:hover .k-grid-content-sticky.k-selected,
@@ -36239,6 +36335,8 @@ $kendo-treelist-footer-row-border-width: 1px !default;
36239
36335
  transform: translate(0, -50%);
36240
36336
  }
36241
36337
 
36338
+ .k-table-row.k-footer td,
36339
+ .k-table-row.k-footer-template td,
36242
36340
  .k-table-row.k-footer .k-table-td,
36243
36341
  .k-table-row.k-footer-template .k-table-td {
36244
36342
  border-width: $kendo-treelist-footer-row-border-width 0;
@@ -36246,6 +36344,7 @@ $kendo-treelist-footer-row-border-width: 1px !default;
36246
36344
  font-weight: bold;
36247
36345
  }
36248
36346
 
36347
+ .k-table-row.k-footer + .k-table-row.k-footer td,
36249
36348
  .k-table-row.k-footer + .k-table-row.k-footer .k-table-td {
36250
36349
  border-top-width: 0;
36251
36350
  }
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-classic",
3
3
  "description": "Sass port of less based themes for Kendo UI theme",
4
- "version": "5.12.1-dev.3",
4
+ "version": "5.12.1-dev.4",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -49,9 +49,9 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@progress/kendo-font-icons": "^1.0.0",
52
- "@progress/kendo-theme-core": "^5.12.1-dev.3",
53
- "@progress/kendo-theme-default": "^5.12.1-dev.3",
54
- "@progress/kendo-theme-utils": "^5.12.1-dev.3"
52
+ "@progress/kendo-theme-core": "^5.12.1-dev.4",
53
+ "@progress/kendo-theme-default": "^5.12.1-dev.4",
54
+ "@progress/kendo-theme-utils": "^5.12.1-dev.4"
55
55
  },
56
- "gitHead": "8c82f49a750901799f12f09ca977f65b74ff9577"
56
+ "gitHead": "a62113f259ebc1b7722c0871fb93955f8bf4c409"
57
57
  }