@progress/kendo-theme-default 5.12.1-dev.3 → 6.0.0
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 +273 -17
- package/dist/all.scss +163 -23
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/button/_layout.scss +39 -0
- package/scss/colorgradient/_layout.scss +3 -15
- package/scss/grid/_layout.scss +31 -7
- package/scss/grid/_theme.scss +40 -0
- package/scss/icons/_layout.scss +5 -0
- package/scss/input/_layout.scss +42 -1
- package/scss/treelist/_layout.scss +3 -0
package/dist/all.scss
CHANGED
|
@@ -8507,6 +8507,11 @@ $ki-rotate-map: (
|
|
|
8507
8507
|
}
|
|
8508
8508
|
}
|
|
8509
8509
|
|
|
8510
|
+
// kendo-icon-wrapper component
|
|
8511
|
+
.k-icon-wrapper-host {
|
|
8512
|
+
display: contents;
|
|
8513
|
+
}
|
|
8514
|
+
|
|
8510
8515
|
.k-icon-with-modifier {
|
|
8511
8516
|
position: relative;
|
|
8512
8517
|
margin: .25em;
|
|
@@ -13273,6 +13278,45 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
|
13273
13278
|
> .k-button-icon {
|
|
13274
13279
|
min-width: calc( #{$_font-size} * #{$_line-height} );
|
|
13275
13280
|
min-height: calc( #{$_font-size} * #{$_line-height} );
|
|
13281
|
+
display: inline-flex;
|
|
13282
|
+
align-items: center;
|
|
13283
|
+
justify-content: center;
|
|
13284
|
+
|
|
13285
|
+
&.k-svg-icon > svg,
|
|
13286
|
+
&.k-icon-md > svg {
|
|
13287
|
+
width: $kendo-icon-size-md;
|
|
13288
|
+
height: $kendo-icon-size-md;
|
|
13289
|
+
}
|
|
13290
|
+
|
|
13291
|
+
&.k-icon-xs > svg {
|
|
13292
|
+
width: $kendo-icon-size-xs;
|
|
13293
|
+
height: $kendo-icon-size-xs;
|
|
13294
|
+
}
|
|
13295
|
+
|
|
13296
|
+
&.k-icon-sm > svg {
|
|
13297
|
+
width: $kendo-icon-size-sm;
|
|
13298
|
+
height: $kendo-icon-size-sm;
|
|
13299
|
+
}
|
|
13300
|
+
|
|
13301
|
+
&.k-icon-lg > svg {
|
|
13302
|
+
width: $kendo-icon-size-lg;
|
|
13303
|
+
height: $kendo-icon-size-lg;
|
|
13304
|
+
}
|
|
13305
|
+
|
|
13306
|
+
&.k-icon-xl > svg {
|
|
13307
|
+
width: $kendo-icon-size-xl;
|
|
13308
|
+
height: $kendo-icon-size-xl;
|
|
13309
|
+
}
|
|
13310
|
+
|
|
13311
|
+
&.k-icon-xxl > svg {
|
|
13312
|
+
width: $kendo-icon-size-xxl;
|
|
13313
|
+
height: $kendo-icon-size-xxl;
|
|
13314
|
+
}
|
|
13315
|
+
|
|
13316
|
+
&.k-icon-xxxl > svg {
|
|
13317
|
+
width: $kendo-icon-size-xxxl;
|
|
13318
|
+
height: $kendo-icon-size-xxxl;
|
|
13319
|
+
}
|
|
13276
13320
|
}
|
|
13277
13321
|
}
|
|
13278
13322
|
}
|
|
@@ -16410,6 +16454,47 @@ $kendo-form-sizes: (
|
|
|
16410
16454
|
justify-content: center;
|
|
16411
16455
|
}
|
|
16412
16456
|
|
|
16457
|
+
// Input with SVG icon
|
|
16458
|
+
.k-input-icon,
|
|
16459
|
+
.k-input-validation-icon,
|
|
16460
|
+
.k-input-loading-icon {
|
|
16461
|
+
&.k-svg-icon > svg,
|
|
16462
|
+
&.k-icon-md > svg {
|
|
16463
|
+
width: $kendo-icon-size-md;
|
|
16464
|
+
height: $kendo-icon-size-md;
|
|
16465
|
+
}
|
|
16466
|
+
|
|
16467
|
+
&.k-icon-xs > svg {
|
|
16468
|
+
width: $kendo-icon-size-xs;
|
|
16469
|
+
height: $kendo-icon-size-xs;
|
|
16470
|
+
}
|
|
16471
|
+
|
|
16472
|
+
&.k-icon-sm > svg {
|
|
16473
|
+
width: $kendo-icon-size-sm;
|
|
16474
|
+
height: $kendo-icon-size-sm;
|
|
16475
|
+
}
|
|
16476
|
+
|
|
16477
|
+
&.k-icon-lg > svg {
|
|
16478
|
+
width: $kendo-icon-size-lg;
|
|
16479
|
+
height: $kendo-icon-size-lg;
|
|
16480
|
+
}
|
|
16481
|
+
|
|
16482
|
+
&.k-icon-xl > svg {
|
|
16483
|
+
width: $kendo-icon-size-xl;
|
|
16484
|
+
height: $kendo-icon-size-xl;
|
|
16485
|
+
}
|
|
16486
|
+
|
|
16487
|
+
&.k-icon-xxl > svg {
|
|
16488
|
+
width: $kendo-icon-size-xxl;
|
|
16489
|
+
height: $kendo-icon-size-xxl;
|
|
16490
|
+
}
|
|
16491
|
+
|
|
16492
|
+
&.k-icon-xxxl > svg {
|
|
16493
|
+
width: $kendo-icon-size-xxxl;
|
|
16494
|
+
height: $kendo-icon-size-xxxl;
|
|
16495
|
+
}
|
|
16496
|
+
}
|
|
16497
|
+
|
|
16413
16498
|
|
|
16414
16499
|
// Clear value
|
|
16415
16500
|
.k-clear-value {
|
|
@@ -16475,7 +16560,7 @@ $kendo-form-sizes: (
|
|
|
16475
16560
|
position: relative;
|
|
16476
16561
|
aspect-ratio: auto;
|
|
16477
16562
|
|
|
16478
|
-
|
|
16563
|
+
.k-button-icon {
|
|
16479
16564
|
margin: -1em 0;
|
|
16480
16565
|
min-width: auto !important; // sass-lint:disable-line no-important
|
|
16481
16566
|
min-height: auto !important; // sass-lint:disable-line no-important
|
|
@@ -21137,8 +21222,9 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
|
|
|
21137
21222
|
}
|
|
21138
21223
|
|
|
21139
21224
|
// Needed for the double check icons
|
|
21140
|
-
.k-icon + .k-icon
|
|
21141
|
-
|
|
21225
|
+
.k-icon + .k-icon,
|
|
21226
|
+
.k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
|
|
21227
|
+
margin-inline-start: -13px;
|
|
21142
21228
|
}
|
|
21143
21229
|
}
|
|
21144
21230
|
}
|
|
@@ -21152,19 +21238,6 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
|
|
|
21152
21238
|
|
|
21153
21239
|
}
|
|
21154
21240
|
|
|
21155
|
-
@include exports( "colorgradient/layout/rtl" ) {
|
|
21156
|
-
|
|
21157
|
-
.k-rtl,
|
|
21158
|
-
[dir="rtl"] {
|
|
21159
|
-
|
|
21160
|
-
.k-colorgradient-color-contrast .k-i-check + .k-i-check {
|
|
21161
|
-
margin-left: 0;
|
|
21162
|
-
margin-right: -13px;
|
|
21163
|
-
}
|
|
21164
|
-
|
|
21165
|
-
}
|
|
21166
|
-
|
|
21167
|
-
}
|
|
21168
21241
|
|
|
21169
21242
|
// #endregion
|
|
21170
21243
|
// #region @import "./_theme.scss"; -> packages/default/scss/colorgradient/_theme.scss
|
|
@@ -31485,6 +31558,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31485
31558
|
}
|
|
31486
31559
|
|
|
31487
31560
|
.k-table-th,
|
|
31561
|
+
td,
|
|
31488
31562
|
.k-table-td {
|
|
31489
31563
|
border-width: 0;
|
|
31490
31564
|
border-inline-start-width: $kendo-grid-cell-vertical-border-width;
|
|
@@ -31523,6 +31597,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31523
31597
|
white-space: nowrap;
|
|
31524
31598
|
}
|
|
31525
31599
|
|
|
31600
|
+
td,
|
|
31526
31601
|
.k-table-td {
|
|
31527
31602
|
border-block-end-width: $kendo-grid-cell-horizontal-border-width;
|
|
31528
31603
|
white-space: unset;
|
|
@@ -31679,12 +31754,17 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31679
31754
|
align-items: center;
|
|
31680
31755
|
align-content: center;
|
|
31681
31756
|
}
|
|
31757
|
+
|
|
31758
|
+
.k-grouping-row td,
|
|
31682
31759
|
.k-grouping-row .k-table-td {
|
|
31683
31760
|
overflow: visible;
|
|
31684
31761
|
}
|
|
31762
|
+
|
|
31763
|
+
.k-grouping-row + .k-table-row td,
|
|
31685
31764
|
.k-grouping-row + .k-table-row .k-table-td {
|
|
31686
31765
|
border-top-width: $kendo-grid-grouping-row-border-top;
|
|
31687
31766
|
}
|
|
31767
|
+
|
|
31688
31768
|
.k-grouping-row .k-group-cell,
|
|
31689
31769
|
.k-grouping-row + .k-table-row .k-group-cell {
|
|
31690
31770
|
border-top-width: 0;
|
|
@@ -31697,11 +31777,13 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31697
31777
|
text-decoration: none;
|
|
31698
31778
|
}
|
|
31699
31779
|
|
|
31780
|
+
.k-table .k-group-footer td,
|
|
31700
31781
|
.k-table .k-group-footer .k-table-td {
|
|
31701
31782
|
border-style: solid;
|
|
31702
31783
|
border-width: $kendo-grid-group-footer-border-y 0;
|
|
31703
31784
|
}
|
|
31704
31785
|
|
|
31786
|
+
.k-group-footer .k-group-cell + td,
|
|
31705
31787
|
.k-group-footer .k-group-cell + .k-table-td {
|
|
31706
31788
|
border-inline-start-width: $kendo-grid-cell-vertical-border-width;
|
|
31707
31789
|
}
|
|
@@ -31906,11 +31988,15 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31906
31988
|
.k-grid-footer {
|
|
31907
31989
|
border-top-width: 1px;
|
|
31908
31990
|
|
|
31991
|
+
td,
|
|
31909
31992
|
.k-table-td {
|
|
31910
31993
|
height: $kendo-line-height-em;
|
|
31911
31994
|
}
|
|
31912
31995
|
}
|
|
31913
31996
|
|
|
31997
|
+
.k-grid-footer td,
|
|
31998
|
+
.k-group-footer td,
|
|
31999
|
+
.k-grouping-row td,
|
|
31914
32000
|
.k-grid-footer .k-table-td,
|
|
31915
32001
|
.k-group-footer .k-table-td,
|
|
31916
32002
|
.k-grouping-row .k-table-td {
|
|
@@ -31933,6 +32019,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31933
32019
|
.k-filter-row {
|
|
31934
32020
|
line-height: $kendo-form-line-height;
|
|
31935
32021
|
|
|
32022
|
+
td,
|
|
31936
32023
|
.k-table-td,
|
|
31937
32024
|
.k-table-th {
|
|
31938
32025
|
border-width: 0;
|
|
@@ -31941,6 +32028,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31941
32028
|
white-space: nowrap;
|
|
31942
32029
|
}
|
|
31943
32030
|
|
|
32031
|
+
td:first-child,
|
|
31944
32032
|
.k-table-td:first-child {
|
|
31945
32033
|
border-inline-start-width: 0;
|
|
31946
32034
|
}
|
|
@@ -31987,6 +32075,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31987
32075
|
border-color: inherit;
|
|
31988
32076
|
outline: 0;
|
|
31989
32077
|
|
|
32078
|
+
.k-table-row:last-child > td,
|
|
31990
32079
|
.k-table-row:last-child > .k-table-td {
|
|
31991
32080
|
border-bottom-width: 0;
|
|
31992
32081
|
}
|
|
@@ -32012,11 +32101,13 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32012
32101
|
// Edit row
|
|
32013
32102
|
.k-grid .k-edit-cell,
|
|
32014
32103
|
.k-grid .k-command-cell,
|
|
32104
|
+
.k-grid .k-grid-edit-row td,
|
|
32015
32105
|
.k-grid .k-grid-edit-row .k-table-td {
|
|
32016
32106
|
text-overflow: clip;
|
|
32017
32107
|
}
|
|
32018
32108
|
|
|
32019
32109
|
.k-grid .k-edit-cell,
|
|
32110
|
+
.k-grid .k-grid-edit-row td,
|
|
32020
32111
|
.k-grid .k-grid-edit-row .k-table-td {
|
|
32021
32112
|
|
|
32022
32113
|
> input:not([type="checkbox"]):not([type="radio"]),
|
|
@@ -32073,19 +32164,19 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32073
32164
|
|
|
32074
32165
|
.k-grid-virtual .k-grid-content {
|
|
32075
32166
|
.k-grid-table-wrap {
|
|
32076
|
-
float:
|
|
32167
|
+
float: left;
|
|
32077
32168
|
width: 100%;
|
|
32078
32169
|
}
|
|
32079
32170
|
|
|
32080
32171
|
.k-grid-table {
|
|
32081
32172
|
position: relative;
|
|
32082
|
-
float:
|
|
32173
|
+
float: left;
|
|
32083
32174
|
z-index: 1;
|
|
32084
32175
|
}
|
|
32085
32176
|
|
|
32086
32177
|
> .k-height-container {
|
|
32087
32178
|
position: relative;
|
|
32088
|
-
float:
|
|
32179
|
+
float: left;
|
|
32089
32180
|
}
|
|
32090
32181
|
|
|
32091
32182
|
&::after {
|
|
@@ -32104,6 +32195,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32104
32195
|
height: 1px;
|
|
32105
32196
|
}
|
|
32106
32197
|
|
|
32198
|
+
.k-grid-add-row td,
|
|
32107
32199
|
.k-grid-add-row .k-table-td {
|
|
32108
32200
|
border-bottom-style: solid;
|
|
32109
32201
|
border-bottom-width: 1px;
|
|
@@ -32179,6 +32271,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32179
32271
|
z-index: auto;
|
|
32180
32272
|
}
|
|
32181
32273
|
|
|
32274
|
+
.k-grid-row-sticky td,
|
|
32182
32275
|
.k-grid-row-sticky .k-table-td {
|
|
32183
32276
|
border-bottom-width: $kendo-grid-border-width;
|
|
32184
32277
|
border-top-width: $kendo-grid-border-width;
|
|
@@ -32186,12 +32279,11 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32186
32279
|
position: sticky;
|
|
32187
32280
|
top: inherit;
|
|
32188
32281
|
bottom: inherit;
|
|
32189
|
-
}
|
|
32190
|
-
|
|
32191
|
-
.k-grid-row-sticky .k-table-td {
|
|
32192
32282
|
z-index: 2;
|
|
32193
32283
|
}
|
|
32194
32284
|
|
|
32285
|
+
.k-grid-row-sticky td.k-grid-content-sticky,
|
|
32286
|
+
.k-grid-row-sticky.k-alt td.k-grid-content-sticky,
|
|
32195
32287
|
.k-grid-row-sticky .k-table-td.k-grid-content-sticky,
|
|
32196
32288
|
.k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
|
|
32197
32289
|
z-index: 3;
|
|
@@ -32218,6 +32310,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32218
32310
|
.k-grid .k-table .k-grid-footer-sticky {
|
|
32219
32311
|
border-inline-end-width: $kendo-grid-cell-vertical-border-width;
|
|
32220
32312
|
|
|
32313
|
+
&:not([style*="display: none"]) + td,
|
|
32221
32314
|
&:not([style*="display: none"]) + .k-table-td,
|
|
32222
32315
|
&:not([style*="display: none"]) + .k-table-th {
|
|
32223
32316
|
border-inline-start-width: 0;
|
|
@@ -32303,6 +32396,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32303
32396
|
padding: $_header-padding-y $_header-padding-x;
|
|
32304
32397
|
}
|
|
32305
32398
|
|
|
32399
|
+
td,
|
|
32306
32400
|
.k-table-td {
|
|
32307
32401
|
padding: $_cell-padding-y $_cell-padding-x;
|
|
32308
32402
|
}
|
|
@@ -32364,6 +32458,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32364
32458
|
// Edit row
|
|
32365
32459
|
.k-edit-cell,
|
|
32366
32460
|
.k-command-cell,
|
|
32461
|
+
.k-grid-edit-row td,
|
|
32367
32462
|
.k-grid-edit-row .k-table-td {
|
|
32368
32463
|
padding: $_edit-cell-padding-y $_edit-cell-padding-x;
|
|
32369
32464
|
}
|
|
@@ -32371,6 +32466,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32371
32466
|
|
|
32372
32467
|
// Filter row
|
|
32373
32468
|
.k-filter-row {
|
|
32469
|
+
td,
|
|
32374
32470
|
.k-table-td,
|
|
32375
32471
|
.k-table-th {
|
|
32376
32472
|
padding: $_filter-cell-padding-y $_filter-cell-padding-x;
|
|
@@ -32433,7 +32529,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32433
32529
|
// Remove Grid scrollbar during built-in export
|
|
32434
32530
|
.k-pdf-export-shadow {
|
|
32435
32531
|
.k-grid {
|
|
32436
|
-
float:
|
|
32532
|
+
float: left;
|
|
32437
32533
|
width: auto !important; // sass-lint:disable-line no-important
|
|
32438
32534
|
}
|
|
32439
32535
|
|
|
@@ -32541,6 +32637,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32541
32637
|
table-layout: auto !important;
|
|
32542
32638
|
|
|
32543
32639
|
.k-table-th,
|
|
32640
|
+
td,
|
|
32544
32641
|
.k-table-td {
|
|
32545
32642
|
white-space: nowrap !important;
|
|
32546
32643
|
}
|
|
@@ -32669,6 +32766,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32669
32766
|
.k-grid-header-wrap,
|
|
32670
32767
|
.k-grouping-header,
|
|
32671
32768
|
.k-grid .k-table-th,
|
|
32769
|
+
.k-grid td,
|
|
32672
32770
|
.k-grid .k-table-td,
|
|
32673
32771
|
.k-grid-footer,
|
|
32674
32772
|
.k-grid-footer-wrap,
|
|
@@ -32676,6 +32774,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32676
32774
|
.k-grid-footer-locked,
|
|
32677
32775
|
.k-grid-header-locked,
|
|
32678
32776
|
.k-filter-row > .k-table-th,
|
|
32777
|
+
.k-filter-row > td,
|
|
32679
32778
|
.k-filter-row > .k-table-td {
|
|
32680
32779
|
@include fill( $border: $kendo-grid-header-border );
|
|
32681
32780
|
}
|
|
@@ -32709,6 +32808,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32709
32808
|
@include fill($bg: $kendo-grid-bg );
|
|
32710
32809
|
}
|
|
32711
32810
|
|
|
32811
|
+
.k-group-footer td,
|
|
32812
|
+
.k-grouping-row td,
|
|
32712
32813
|
.k-group-footer .k-table-td,
|
|
32713
32814
|
.k-grouping-row .k-table-td,
|
|
32714
32815
|
.k-table-tbody .k-group-cell {
|
|
@@ -32744,6 +32845,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32744
32845
|
}
|
|
32745
32846
|
|
|
32746
32847
|
// Selected state
|
|
32848
|
+
td.k-selected,
|
|
32849
|
+
.k-table-row.k-selected > td,
|
|
32747
32850
|
.k-table-td.k-selected,
|
|
32748
32851
|
.k-table-row.k-selected > .k-table-td {
|
|
32749
32852
|
color: $kendo-grid-selected-text;
|
|
@@ -32752,7 +32855,12 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32752
32855
|
|
|
32753
32856
|
// Focused state
|
|
32754
32857
|
.k-table-th,
|
|
32858
|
+
td,
|
|
32755
32859
|
.k-table-td,
|
|
32860
|
+
.k-master-row > td,
|
|
32861
|
+
.k-grouping-row > td,
|
|
32862
|
+
.k-detail-row > td,
|
|
32863
|
+
.k-group-footer > td,
|
|
32756
32864
|
.k-master-row > .k-table-td,
|
|
32757
32865
|
.k-grouping-row > .k-table-td,
|
|
32758
32866
|
.k-detail-row > .k-table-td,
|
|
@@ -32788,30 +32896,37 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32788
32896
|
.k-grid-header-locked,
|
|
32789
32897
|
.k-grid-content-locked,
|
|
32790
32898
|
.k-grid-header-locked .k-table-th,
|
|
32899
|
+
.k-grid-content-locked td,
|
|
32791
32900
|
.k-grid-content-locked .k-table-td {
|
|
32792
32901
|
border-color: $kendo-grid-sticky-header-border;
|
|
32793
32902
|
}
|
|
32794
32903
|
|
|
32795
32904
|
.k-grid-content-locked {
|
|
32905
|
+
.k-group-footer td,
|
|
32796
32906
|
.k-group-footer .k-table-td,
|
|
32797
32907
|
.k-group-cell {
|
|
32798
32908
|
@include fill( $border: $kendo-grid-header-border );
|
|
32799
32909
|
}
|
|
32800
32910
|
|
|
32911
|
+
.k-grouping-row + .k-table-row td,
|
|
32801
32912
|
.k-grouping-row + .k-table-row .k-table-td {
|
|
32802
32913
|
border-top-color: $kendo-grid-header-border;
|
|
32803
32914
|
}
|
|
32804
32915
|
|
|
32805
32916
|
// Selected state
|
|
32917
|
+
.k-selected td,
|
|
32806
32918
|
.k-selected .k-table-td {
|
|
32807
32919
|
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
32808
32920
|
}
|
|
32809
32921
|
|
|
32922
|
+
.k-selected.k-table-alt-row td,
|
|
32810
32923
|
.k-selected.k-table-alt-row .k-table-td {
|
|
32811
32924
|
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
32812
32925
|
}
|
|
32813
32926
|
|
|
32814
32927
|
// Selected hover
|
|
32928
|
+
.k-selected:hover td,
|
|
32929
|
+
.k-selected.k-hover td,
|
|
32815
32930
|
.k-selected:hover .k-table-td,
|
|
32816
32931
|
.k-selected.k-hover .k-table-td {
|
|
32817
32932
|
@include fill( $bg: $kendo-grid-sticky-selected-hover-bg );
|
|
@@ -32855,6 +32970,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32855
32970
|
}
|
|
32856
32971
|
|
|
32857
32972
|
.k-table-th.k-grid-header-sticky,
|
|
32973
|
+
td.k-grid-header-sticky,
|
|
32858
32974
|
.k-table-td.k-grid-header-sticky,
|
|
32859
32975
|
.k-grid-header-sticky.k-sorted {
|
|
32860
32976
|
@include fill(
|
|
@@ -32905,12 +33021,14 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32905
33021
|
// Selected state
|
|
32906
33022
|
&.k-selected .k-grid-content-sticky,
|
|
32907
33023
|
&.k-selected .k-grid-row-sticky,
|
|
33024
|
+
td.k-grid-content-sticky.k-selected,
|
|
32908
33025
|
.k-table-td.k-grid-content-sticky.k-selected {
|
|
32909
33026
|
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
32910
33027
|
}
|
|
32911
33028
|
|
|
32912
33029
|
&.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
32913
33030
|
&.k-selected.k-table-alt-row .k-grid-row-sticky,
|
|
33031
|
+
&.k-table-alt-row td.k-grid-content-sticky.k-selected,
|
|
32914
33032
|
&.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
32915
33033
|
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
32916
33034
|
}
|
|
@@ -32930,6 +33048,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32930
33048
|
&.k-selected:hover .k-grid-row-sticky,
|
|
32931
33049
|
&.k-selected.k-hover .k-grid-content-sticky,
|
|
32932
33050
|
&.k-selected.k-hover .k-grid-row-sticky,
|
|
33051
|
+
&:hover td.k-grid-content-sticky.k-selected,
|
|
33052
|
+
&.k-hover td.k-grid-content-sticky.k-selected,
|
|
32933
33053
|
&:hover .k-table-td.k-grid-content-sticky.k-selected,
|
|
32934
33054
|
&.k-hover .k-table-td.k-grid-content-sticky.k-selected {
|
|
32935
33055
|
background-color: $kendo-grid-sticky-selected-hover-bg;
|
|
@@ -32950,12 +33070,15 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32950
33070
|
}
|
|
32951
33071
|
|
|
32952
33072
|
.k-grid-row-sticky {
|
|
33073
|
+
td,
|
|
32953
33074
|
.k-table-td {
|
|
32954
33075
|
border-top-color: $kendo-grid-sticky-border;
|
|
32955
33076
|
border-bottom-color: $kendo-grid-sticky-border;
|
|
32956
33077
|
background-color: $kendo-grid-sticky-bg;
|
|
32957
33078
|
}
|
|
32958
33079
|
|
|
33080
|
+
&:hover td,
|
|
33081
|
+
&.k-hover td,
|
|
32959
33082
|
&:hover .k-table-td,
|
|
32960
33083
|
&.k-hover .k-table-td {
|
|
32961
33084
|
background-color: $kendo-grid-sticky-hover-bg;
|
|
@@ -32963,12 +33086,15 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32963
33086
|
}
|
|
32964
33087
|
|
|
32965
33088
|
.k-table-alt-row .k-grid-content-sticky,
|
|
33089
|
+
.k-grid-row-sticky.k-table-alt-row td,
|
|
32966
33090
|
.k-grid-row-sticky.k-table-alt-row .k-table-td {
|
|
32967
33091
|
@include fill( $bg: $kendo-grid-sticky-alt-bg );
|
|
32968
33092
|
}
|
|
32969
33093
|
|
|
32970
33094
|
// Selected state
|
|
32971
33095
|
.k-table-row.k-selected .k-grid-content-sticky,
|
|
33096
|
+
.k-selected.k-grid-row-sticky td,
|
|
33097
|
+
.k-grid-row-sticky td.k-selected,
|
|
32972
33098
|
.k-selected.k-grid-row-sticky .k-table-td,
|
|
32973
33099
|
.k-grid-row-sticky .k-table-td.k-selected,
|
|
32974
33100
|
.k-selected.k-grid-content-sticky {
|
|
@@ -32976,6 +33102,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32976
33102
|
}
|
|
32977
33103
|
|
|
32978
33104
|
.k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
33105
|
+
.k-selected.k-table-alt-row.k-grid-row-sticky td,
|
|
32979
33106
|
.k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
|
|
32980
33107
|
.k-table-alt-row .k-selected.k-grid-content-sticky {
|
|
32981
33108
|
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
@@ -32984,6 +33111,10 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32984
33111
|
// Hover state
|
|
32985
33112
|
.k-table-row:hover .k-grid-content-sticky,
|
|
32986
33113
|
.k-table-row.k-hover .k-grid-content-sticky,
|
|
33114
|
+
.k-grid-row-sticky:hover td,
|
|
33115
|
+
.k-grid-row-sticky.k-hover td,
|
|
33116
|
+
.k-grid-row-sticky.k-table-alt-row:hover td,
|
|
33117
|
+
.k-grid-row-sticky.k-table-alt-row.k-hover td,
|
|
32987
33118
|
.k-grid-row-sticky:hover .k-table-td,
|
|
32988
33119
|
.k-grid-row-sticky.k-hover .k-table-td,
|
|
32989
33120
|
.k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
|
|
@@ -32996,12 +33127,18 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32996
33127
|
// Selected + Hover
|
|
32997
33128
|
.k-table-row.k-selected:hover .k-grid-content-sticky,
|
|
32998
33129
|
.k-table-row.k-selected.k-hover .k-grid-content-sticky,
|
|
33130
|
+
.k-selected.k-grid-row-sticky:hover td,
|
|
33131
|
+
.k-selected.k-grid-row-sticky.k-hover td,
|
|
33132
|
+
.k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
|
|
33133
|
+
.k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
|
|
32999
33134
|
.k-selected.k-grid-row-sticky:hover .k-table-td,
|
|
33000
33135
|
.k-selected.k-grid-row-sticky.k-hover .k-table-td,
|
|
33001
33136
|
.k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
|
|
33002
33137
|
.k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
|
|
33003
33138
|
.k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
|
|
33004
33139
|
.k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
|
|
33140
|
+
.k-grid-row-sticky:hover td.k-selected,
|
|
33141
|
+
.k-grid-row-sticky.k-hover td.k-selected,
|
|
33005
33142
|
.k-grid-row-sticky:hover .k-table-td.k-selected,
|
|
33006
33143
|
.k-grid-row-sticky.k-hover .k-table-td.k-selected,
|
|
33007
33144
|
.k-table-row:hover .k-grid-content-sticky.k-selected,
|
|
@@ -35752,6 +35889,8 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
35752
35889
|
transform: translate(0, -50%);
|
|
35753
35890
|
}
|
|
35754
35891
|
|
|
35892
|
+
.k-table-row.k-footer td,
|
|
35893
|
+
.k-table-row.k-footer-template td,
|
|
35755
35894
|
.k-table-row.k-footer .k-table-td,
|
|
35756
35895
|
.k-table-row.k-footer-template .k-table-td {
|
|
35757
35896
|
border-width: $kendo-treelist-footer-row-border-width 0;
|
|
@@ -35759,6 +35898,7 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
35759
35898
|
font-weight: bold;
|
|
35760
35899
|
}
|
|
35761
35900
|
|
|
35901
|
+
.k-table-row.k-footer + .k-table-row.k-footer td,
|
|
35762
35902
|
.k-table-row.k-footer + .k-table-row.k-footer .k-table-td {
|
|
35763
35903
|
border-top-width: 0;
|
|
35764
35904
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "6.0.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@progress/kendo-font-icons": "^1.0.0",
|
|
51
|
-
"@progress/kendo-theme-core": "^
|
|
52
|
-
"@progress/kendo-theme-utils": "^
|
|
51
|
+
"@progress/kendo-theme-core": "^6.0.0",
|
|
52
|
+
"@progress/kendo-theme-utils": "^6.0.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "55db62ccac1c6dfee205ade579d703e3989d1f64"
|
|
55
55
|
}
|