@progress/kendo-theme-default 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 +221 -17
- package/dist/all.scss +122 -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 +1 -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
|
}
|
|
@@ -16475,7 +16519,7 @@ $kendo-form-sizes: (
|
|
|
16475
16519
|
position: relative;
|
|
16476
16520
|
aspect-ratio: auto;
|
|
16477
16521
|
|
|
16478
|
-
|
|
16522
|
+
.k-button-icon {
|
|
16479
16523
|
margin: -1em 0;
|
|
16480
16524
|
min-width: auto !important; // sass-lint:disable-line no-important
|
|
16481
16525
|
min-height: auto !important; // sass-lint:disable-line no-important
|
|
@@ -21137,8 +21181,9 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
|
|
|
21137
21181
|
}
|
|
21138
21182
|
|
|
21139
21183
|
// Needed for the double check icons
|
|
21140
|
-
.k-icon + .k-icon
|
|
21141
|
-
|
|
21184
|
+
.k-icon + .k-icon,
|
|
21185
|
+
.k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
|
|
21186
|
+
margin-inline-start: -13px;
|
|
21142
21187
|
}
|
|
21143
21188
|
}
|
|
21144
21189
|
}
|
|
@@ -21152,19 +21197,6 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
|
|
|
21152
21197
|
|
|
21153
21198
|
}
|
|
21154
21199
|
|
|
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
21200
|
|
|
21169
21201
|
// #endregion
|
|
21170
21202
|
// #region @import "./_theme.scss"; -> packages/default/scss/colorgradient/_theme.scss
|
|
@@ -31485,6 +31517,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31485
31517
|
}
|
|
31486
31518
|
|
|
31487
31519
|
.k-table-th,
|
|
31520
|
+
td,
|
|
31488
31521
|
.k-table-td {
|
|
31489
31522
|
border-width: 0;
|
|
31490
31523
|
border-inline-start-width: $kendo-grid-cell-vertical-border-width;
|
|
@@ -31523,6 +31556,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31523
31556
|
white-space: nowrap;
|
|
31524
31557
|
}
|
|
31525
31558
|
|
|
31559
|
+
td,
|
|
31526
31560
|
.k-table-td {
|
|
31527
31561
|
border-block-end-width: $kendo-grid-cell-horizontal-border-width;
|
|
31528
31562
|
white-space: unset;
|
|
@@ -31679,12 +31713,17 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31679
31713
|
align-items: center;
|
|
31680
31714
|
align-content: center;
|
|
31681
31715
|
}
|
|
31716
|
+
|
|
31717
|
+
.k-grouping-row td,
|
|
31682
31718
|
.k-grouping-row .k-table-td {
|
|
31683
31719
|
overflow: visible;
|
|
31684
31720
|
}
|
|
31721
|
+
|
|
31722
|
+
.k-grouping-row + .k-table-row td,
|
|
31685
31723
|
.k-grouping-row + .k-table-row .k-table-td {
|
|
31686
31724
|
border-top-width: $kendo-grid-grouping-row-border-top;
|
|
31687
31725
|
}
|
|
31726
|
+
|
|
31688
31727
|
.k-grouping-row .k-group-cell,
|
|
31689
31728
|
.k-grouping-row + .k-table-row .k-group-cell {
|
|
31690
31729
|
border-top-width: 0;
|
|
@@ -31697,11 +31736,13 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31697
31736
|
text-decoration: none;
|
|
31698
31737
|
}
|
|
31699
31738
|
|
|
31739
|
+
.k-table .k-group-footer td,
|
|
31700
31740
|
.k-table .k-group-footer .k-table-td {
|
|
31701
31741
|
border-style: solid;
|
|
31702
31742
|
border-width: $kendo-grid-group-footer-border-y 0;
|
|
31703
31743
|
}
|
|
31704
31744
|
|
|
31745
|
+
.k-group-footer .k-group-cell + td,
|
|
31705
31746
|
.k-group-footer .k-group-cell + .k-table-td {
|
|
31706
31747
|
border-inline-start-width: $kendo-grid-cell-vertical-border-width;
|
|
31707
31748
|
}
|
|
@@ -31906,11 +31947,15 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31906
31947
|
.k-grid-footer {
|
|
31907
31948
|
border-top-width: 1px;
|
|
31908
31949
|
|
|
31950
|
+
td,
|
|
31909
31951
|
.k-table-td {
|
|
31910
31952
|
height: $kendo-line-height-em;
|
|
31911
31953
|
}
|
|
31912
31954
|
}
|
|
31913
31955
|
|
|
31956
|
+
.k-grid-footer td,
|
|
31957
|
+
.k-group-footer td,
|
|
31958
|
+
.k-grouping-row td,
|
|
31914
31959
|
.k-grid-footer .k-table-td,
|
|
31915
31960
|
.k-group-footer .k-table-td,
|
|
31916
31961
|
.k-grouping-row .k-table-td {
|
|
@@ -31933,6 +31978,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31933
31978
|
.k-filter-row {
|
|
31934
31979
|
line-height: $kendo-form-line-height;
|
|
31935
31980
|
|
|
31981
|
+
td,
|
|
31936
31982
|
.k-table-td,
|
|
31937
31983
|
.k-table-th {
|
|
31938
31984
|
border-width: 0;
|
|
@@ -31941,6 +31987,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31941
31987
|
white-space: nowrap;
|
|
31942
31988
|
}
|
|
31943
31989
|
|
|
31990
|
+
td:first-child,
|
|
31944
31991
|
.k-table-td:first-child {
|
|
31945
31992
|
border-inline-start-width: 0;
|
|
31946
31993
|
}
|
|
@@ -31987,6 +32034,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31987
32034
|
border-color: inherit;
|
|
31988
32035
|
outline: 0;
|
|
31989
32036
|
|
|
32037
|
+
.k-table-row:last-child > td,
|
|
31990
32038
|
.k-table-row:last-child > .k-table-td {
|
|
31991
32039
|
border-bottom-width: 0;
|
|
31992
32040
|
}
|
|
@@ -32012,11 +32060,13 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32012
32060
|
// Edit row
|
|
32013
32061
|
.k-grid .k-edit-cell,
|
|
32014
32062
|
.k-grid .k-command-cell,
|
|
32063
|
+
.k-grid .k-grid-edit-row td,
|
|
32015
32064
|
.k-grid .k-grid-edit-row .k-table-td {
|
|
32016
32065
|
text-overflow: clip;
|
|
32017
32066
|
}
|
|
32018
32067
|
|
|
32019
32068
|
.k-grid .k-edit-cell,
|
|
32069
|
+
.k-grid .k-grid-edit-row td,
|
|
32020
32070
|
.k-grid .k-grid-edit-row .k-table-td {
|
|
32021
32071
|
|
|
32022
32072
|
> input:not([type="checkbox"]):not([type="radio"]),
|
|
@@ -32073,19 +32123,19 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32073
32123
|
|
|
32074
32124
|
.k-grid-virtual .k-grid-content {
|
|
32075
32125
|
.k-grid-table-wrap {
|
|
32076
|
-
float:
|
|
32126
|
+
float: left;
|
|
32077
32127
|
width: 100%;
|
|
32078
32128
|
}
|
|
32079
32129
|
|
|
32080
32130
|
.k-grid-table {
|
|
32081
32131
|
position: relative;
|
|
32082
|
-
float:
|
|
32132
|
+
float: left;
|
|
32083
32133
|
z-index: 1;
|
|
32084
32134
|
}
|
|
32085
32135
|
|
|
32086
32136
|
> .k-height-container {
|
|
32087
32137
|
position: relative;
|
|
32088
|
-
float:
|
|
32138
|
+
float: left;
|
|
32089
32139
|
}
|
|
32090
32140
|
|
|
32091
32141
|
&::after {
|
|
@@ -32104,6 +32154,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32104
32154
|
height: 1px;
|
|
32105
32155
|
}
|
|
32106
32156
|
|
|
32157
|
+
.k-grid-add-row td,
|
|
32107
32158
|
.k-grid-add-row .k-table-td {
|
|
32108
32159
|
border-bottom-style: solid;
|
|
32109
32160
|
border-bottom-width: 1px;
|
|
@@ -32179,6 +32230,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32179
32230
|
z-index: auto;
|
|
32180
32231
|
}
|
|
32181
32232
|
|
|
32233
|
+
.k-grid-row-sticky td,
|
|
32182
32234
|
.k-grid-row-sticky .k-table-td {
|
|
32183
32235
|
border-bottom-width: $kendo-grid-border-width;
|
|
32184
32236
|
border-top-width: $kendo-grid-border-width;
|
|
@@ -32186,12 +32238,11 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32186
32238
|
position: sticky;
|
|
32187
32239
|
top: inherit;
|
|
32188
32240
|
bottom: inherit;
|
|
32189
|
-
}
|
|
32190
|
-
|
|
32191
|
-
.k-grid-row-sticky .k-table-td {
|
|
32192
32241
|
z-index: 2;
|
|
32193
32242
|
}
|
|
32194
32243
|
|
|
32244
|
+
.k-grid-row-sticky td.k-grid-content-sticky,
|
|
32245
|
+
.k-grid-row-sticky.k-alt td.k-grid-content-sticky,
|
|
32195
32246
|
.k-grid-row-sticky .k-table-td.k-grid-content-sticky,
|
|
32196
32247
|
.k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
|
|
32197
32248
|
z-index: 3;
|
|
@@ -32218,6 +32269,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32218
32269
|
.k-grid .k-table .k-grid-footer-sticky {
|
|
32219
32270
|
border-inline-end-width: $kendo-grid-cell-vertical-border-width;
|
|
32220
32271
|
|
|
32272
|
+
&:not([style*="display: none"]) + td,
|
|
32221
32273
|
&:not([style*="display: none"]) + .k-table-td,
|
|
32222
32274
|
&:not([style*="display: none"]) + .k-table-th {
|
|
32223
32275
|
border-inline-start-width: 0;
|
|
@@ -32303,6 +32355,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32303
32355
|
padding: $_header-padding-y $_header-padding-x;
|
|
32304
32356
|
}
|
|
32305
32357
|
|
|
32358
|
+
td,
|
|
32306
32359
|
.k-table-td {
|
|
32307
32360
|
padding: $_cell-padding-y $_cell-padding-x;
|
|
32308
32361
|
}
|
|
@@ -32364,6 +32417,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32364
32417
|
// Edit row
|
|
32365
32418
|
.k-edit-cell,
|
|
32366
32419
|
.k-command-cell,
|
|
32420
|
+
.k-grid-edit-row td,
|
|
32367
32421
|
.k-grid-edit-row .k-table-td {
|
|
32368
32422
|
padding: $_edit-cell-padding-y $_edit-cell-padding-x;
|
|
32369
32423
|
}
|
|
@@ -32371,6 +32425,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32371
32425
|
|
|
32372
32426
|
// Filter row
|
|
32373
32427
|
.k-filter-row {
|
|
32428
|
+
td,
|
|
32374
32429
|
.k-table-td,
|
|
32375
32430
|
.k-table-th {
|
|
32376
32431
|
padding: $_filter-cell-padding-y $_filter-cell-padding-x;
|
|
@@ -32433,7 +32488,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32433
32488
|
// Remove Grid scrollbar during built-in export
|
|
32434
32489
|
.k-pdf-export-shadow {
|
|
32435
32490
|
.k-grid {
|
|
32436
|
-
float:
|
|
32491
|
+
float: left;
|
|
32437
32492
|
width: auto !important; // sass-lint:disable-line no-important
|
|
32438
32493
|
}
|
|
32439
32494
|
|
|
@@ -32541,6 +32596,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32541
32596
|
table-layout: auto !important;
|
|
32542
32597
|
|
|
32543
32598
|
.k-table-th,
|
|
32599
|
+
td,
|
|
32544
32600
|
.k-table-td {
|
|
32545
32601
|
white-space: nowrap !important;
|
|
32546
32602
|
}
|
|
@@ -32669,6 +32725,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32669
32725
|
.k-grid-header-wrap,
|
|
32670
32726
|
.k-grouping-header,
|
|
32671
32727
|
.k-grid .k-table-th,
|
|
32728
|
+
.k-grid td,
|
|
32672
32729
|
.k-grid .k-table-td,
|
|
32673
32730
|
.k-grid-footer,
|
|
32674
32731
|
.k-grid-footer-wrap,
|
|
@@ -32676,6 +32733,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32676
32733
|
.k-grid-footer-locked,
|
|
32677
32734
|
.k-grid-header-locked,
|
|
32678
32735
|
.k-filter-row > .k-table-th,
|
|
32736
|
+
.k-filter-row > td,
|
|
32679
32737
|
.k-filter-row > .k-table-td {
|
|
32680
32738
|
@include fill( $border: $kendo-grid-header-border );
|
|
32681
32739
|
}
|
|
@@ -32709,6 +32767,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32709
32767
|
@include fill($bg: $kendo-grid-bg );
|
|
32710
32768
|
}
|
|
32711
32769
|
|
|
32770
|
+
.k-group-footer td,
|
|
32771
|
+
.k-grouping-row td,
|
|
32712
32772
|
.k-group-footer .k-table-td,
|
|
32713
32773
|
.k-grouping-row .k-table-td,
|
|
32714
32774
|
.k-table-tbody .k-group-cell {
|
|
@@ -32744,6 +32804,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32744
32804
|
}
|
|
32745
32805
|
|
|
32746
32806
|
// Selected state
|
|
32807
|
+
td.k-selected,
|
|
32808
|
+
.k-table-row.k-selected > td,
|
|
32747
32809
|
.k-table-td.k-selected,
|
|
32748
32810
|
.k-table-row.k-selected > .k-table-td {
|
|
32749
32811
|
color: $kendo-grid-selected-text;
|
|
@@ -32752,7 +32814,12 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32752
32814
|
|
|
32753
32815
|
// Focused state
|
|
32754
32816
|
.k-table-th,
|
|
32817
|
+
td,
|
|
32755
32818
|
.k-table-td,
|
|
32819
|
+
.k-master-row > td,
|
|
32820
|
+
.k-grouping-row > td,
|
|
32821
|
+
.k-detail-row > td,
|
|
32822
|
+
.k-group-footer > td,
|
|
32756
32823
|
.k-master-row > .k-table-td,
|
|
32757
32824
|
.k-grouping-row > .k-table-td,
|
|
32758
32825
|
.k-detail-row > .k-table-td,
|
|
@@ -32788,30 +32855,37 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32788
32855
|
.k-grid-header-locked,
|
|
32789
32856
|
.k-grid-content-locked,
|
|
32790
32857
|
.k-grid-header-locked .k-table-th,
|
|
32858
|
+
.k-grid-content-locked td,
|
|
32791
32859
|
.k-grid-content-locked .k-table-td {
|
|
32792
32860
|
border-color: $kendo-grid-sticky-header-border;
|
|
32793
32861
|
}
|
|
32794
32862
|
|
|
32795
32863
|
.k-grid-content-locked {
|
|
32864
|
+
.k-group-footer td,
|
|
32796
32865
|
.k-group-footer .k-table-td,
|
|
32797
32866
|
.k-group-cell {
|
|
32798
32867
|
@include fill( $border: $kendo-grid-header-border );
|
|
32799
32868
|
}
|
|
32800
32869
|
|
|
32870
|
+
.k-grouping-row + .k-table-row td,
|
|
32801
32871
|
.k-grouping-row + .k-table-row .k-table-td {
|
|
32802
32872
|
border-top-color: $kendo-grid-header-border;
|
|
32803
32873
|
}
|
|
32804
32874
|
|
|
32805
32875
|
// Selected state
|
|
32876
|
+
.k-selected td,
|
|
32806
32877
|
.k-selected .k-table-td {
|
|
32807
32878
|
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
32808
32879
|
}
|
|
32809
32880
|
|
|
32881
|
+
.k-selected.k-table-alt-row td,
|
|
32810
32882
|
.k-selected.k-table-alt-row .k-table-td {
|
|
32811
32883
|
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
32812
32884
|
}
|
|
32813
32885
|
|
|
32814
32886
|
// Selected hover
|
|
32887
|
+
.k-selected:hover td,
|
|
32888
|
+
.k-selected.k-hover td,
|
|
32815
32889
|
.k-selected:hover .k-table-td,
|
|
32816
32890
|
.k-selected.k-hover .k-table-td {
|
|
32817
32891
|
@include fill( $bg: $kendo-grid-sticky-selected-hover-bg );
|
|
@@ -32855,6 +32929,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32855
32929
|
}
|
|
32856
32930
|
|
|
32857
32931
|
.k-table-th.k-grid-header-sticky,
|
|
32932
|
+
td.k-grid-header-sticky,
|
|
32858
32933
|
.k-table-td.k-grid-header-sticky,
|
|
32859
32934
|
.k-grid-header-sticky.k-sorted {
|
|
32860
32935
|
@include fill(
|
|
@@ -32905,12 +32980,14 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32905
32980
|
// Selected state
|
|
32906
32981
|
&.k-selected .k-grid-content-sticky,
|
|
32907
32982
|
&.k-selected .k-grid-row-sticky,
|
|
32983
|
+
td.k-grid-content-sticky.k-selected,
|
|
32908
32984
|
.k-table-td.k-grid-content-sticky.k-selected {
|
|
32909
32985
|
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
32910
32986
|
}
|
|
32911
32987
|
|
|
32912
32988
|
&.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
32913
32989
|
&.k-selected.k-table-alt-row .k-grid-row-sticky,
|
|
32990
|
+
&.k-table-alt-row td.k-grid-content-sticky.k-selected,
|
|
32914
32991
|
&.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
32915
32992
|
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
32916
32993
|
}
|
|
@@ -32930,6 +33007,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32930
33007
|
&.k-selected:hover .k-grid-row-sticky,
|
|
32931
33008
|
&.k-selected.k-hover .k-grid-content-sticky,
|
|
32932
33009
|
&.k-selected.k-hover .k-grid-row-sticky,
|
|
33010
|
+
&:hover td.k-grid-content-sticky.k-selected,
|
|
33011
|
+
&.k-hover td.k-grid-content-sticky.k-selected,
|
|
32933
33012
|
&:hover .k-table-td.k-grid-content-sticky.k-selected,
|
|
32934
33013
|
&.k-hover .k-table-td.k-grid-content-sticky.k-selected {
|
|
32935
33014
|
background-color: $kendo-grid-sticky-selected-hover-bg;
|
|
@@ -32950,12 +33029,15 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32950
33029
|
}
|
|
32951
33030
|
|
|
32952
33031
|
.k-grid-row-sticky {
|
|
33032
|
+
td,
|
|
32953
33033
|
.k-table-td {
|
|
32954
33034
|
border-top-color: $kendo-grid-sticky-border;
|
|
32955
33035
|
border-bottom-color: $kendo-grid-sticky-border;
|
|
32956
33036
|
background-color: $kendo-grid-sticky-bg;
|
|
32957
33037
|
}
|
|
32958
33038
|
|
|
33039
|
+
&:hover td,
|
|
33040
|
+
&.k-hover td,
|
|
32959
33041
|
&:hover .k-table-td,
|
|
32960
33042
|
&.k-hover .k-table-td {
|
|
32961
33043
|
background-color: $kendo-grid-sticky-hover-bg;
|
|
@@ -32963,12 +33045,15 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32963
33045
|
}
|
|
32964
33046
|
|
|
32965
33047
|
.k-table-alt-row .k-grid-content-sticky,
|
|
33048
|
+
.k-grid-row-sticky.k-table-alt-row td,
|
|
32966
33049
|
.k-grid-row-sticky.k-table-alt-row .k-table-td {
|
|
32967
33050
|
@include fill( $bg: $kendo-grid-sticky-alt-bg );
|
|
32968
33051
|
}
|
|
32969
33052
|
|
|
32970
33053
|
// Selected state
|
|
32971
33054
|
.k-table-row.k-selected .k-grid-content-sticky,
|
|
33055
|
+
.k-selected.k-grid-row-sticky td,
|
|
33056
|
+
.k-grid-row-sticky td.k-selected,
|
|
32972
33057
|
.k-selected.k-grid-row-sticky .k-table-td,
|
|
32973
33058
|
.k-grid-row-sticky .k-table-td.k-selected,
|
|
32974
33059
|
.k-selected.k-grid-content-sticky {
|
|
@@ -32976,6 +33061,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32976
33061
|
}
|
|
32977
33062
|
|
|
32978
33063
|
.k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
33064
|
+
.k-selected.k-table-alt-row.k-grid-row-sticky td,
|
|
32979
33065
|
.k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
|
|
32980
33066
|
.k-table-alt-row .k-selected.k-grid-content-sticky {
|
|
32981
33067
|
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
@@ -32984,6 +33070,10 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32984
33070
|
// Hover state
|
|
32985
33071
|
.k-table-row:hover .k-grid-content-sticky,
|
|
32986
33072
|
.k-table-row.k-hover .k-grid-content-sticky,
|
|
33073
|
+
.k-grid-row-sticky:hover td,
|
|
33074
|
+
.k-grid-row-sticky.k-hover td,
|
|
33075
|
+
.k-grid-row-sticky.k-table-alt-row:hover td,
|
|
33076
|
+
.k-grid-row-sticky.k-table-alt-row.k-hover td,
|
|
32987
33077
|
.k-grid-row-sticky:hover .k-table-td,
|
|
32988
33078
|
.k-grid-row-sticky.k-hover .k-table-td,
|
|
32989
33079
|
.k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
|
|
@@ -32996,12 +33086,18 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32996
33086
|
// Selected + Hover
|
|
32997
33087
|
.k-table-row.k-selected:hover .k-grid-content-sticky,
|
|
32998
33088
|
.k-table-row.k-selected.k-hover .k-grid-content-sticky,
|
|
33089
|
+
.k-selected.k-grid-row-sticky:hover td,
|
|
33090
|
+
.k-selected.k-grid-row-sticky.k-hover td,
|
|
33091
|
+
.k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
|
|
33092
|
+
.k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
|
|
32999
33093
|
.k-selected.k-grid-row-sticky:hover .k-table-td,
|
|
33000
33094
|
.k-selected.k-grid-row-sticky.k-hover .k-table-td,
|
|
33001
33095
|
.k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
|
|
33002
33096
|
.k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
|
|
33003
33097
|
.k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
|
|
33004
33098
|
.k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
|
|
33099
|
+
.k-grid-row-sticky:hover td.k-selected,
|
|
33100
|
+
.k-grid-row-sticky.k-hover td.k-selected,
|
|
33005
33101
|
.k-grid-row-sticky:hover .k-table-td.k-selected,
|
|
33006
33102
|
.k-grid-row-sticky.k-hover .k-table-td.k-selected,
|
|
33007
33103
|
.k-table-row:hover .k-grid-content-sticky.k-selected,
|
|
@@ -35752,6 +35848,8 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
35752
35848
|
transform: translate(0, -50%);
|
|
35753
35849
|
}
|
|
35754
35850
|
|
|
35851
|
+
.k-table-row.k-footer td,
|
|
35852
|
+
.k-table-row.k-footer-template td,
|
|
35755
35853
|
.k-table-row.k-footer .k-table-td,
|
|
35756
35854
|
.k-table-row.k-footer-template .k-table-td {
|
|
35757
35855
|
border-width: $kendo-treelist-footer-row-border-width 0;
|
|
@@ -35759,6 +35857,7 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
35759
35857
|
font-weight: bold;
|
|
35760
35858
|
}
|
|
35761
35859
|
|
|
35860
|
+
.k-table-row.k-footer + .k-table-row.k-footer td,
|
|
35762
35861
|
.k-table-row.k-footer + .k-table-row.k-footer .k-table-td {
|
|
35763
35862
|
border-top-width: 0;
|
|
35764
35863
|
}
|
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": "5.12.1-dev.
|
|
4
|
+
"version": "5.12.1-dev.4",
|
|
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": "^5.12.1-dev.
|
|
52
|
-
"@progress/kendo-theme-utils": "^5.12.1-dev.
|
|
51
|
+
"@progress/kendo-theme-core": "^5.12.1-dev.4",
|
|
52
|
+
"@progress/kendo-theme-utils": "^5.12.1-dev.4"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "a62113f259ebc1b7722c0871fb93955f8bf4c409"
|
|
55
55
|
}
|
package/scss/button/_layout.scss
CHANGED
|
@@ -88,6 +88,45 @@
|
|
|
88
88
|
> .k-button-icon {
|
|
89
89
|
min-width: calc( #{$_font-size} * #{$_line-height} );
|
|
90
90
|
min-height: calc( #{$_font-size} * #{$_line-height} );
|
|
91
|
+
display: inline-flex;
|
|
92
|
+
align-items: center;
|
|
93
|
+
justify-content: center;
|
|
94
|
+
|
|
95
|
+
&.k-svg-icon > svg,
|
|
96
|
+
&.k-icon-md > svg {
|
|
97
|
+
width: $kendo-icon-size-md;
|
|
98
|
+
height: $kendo-icon-size-md;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&.k-icon-xs > svg {
|
|
102
|
+
width: $kendo-icon-size-xs;
|
|
103
|
+
height: $kendo-icon-size-xs;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
&.k-icon-sm > svg {
|
|
107
|
+
width: $kendo-icon-size-sm;
|
|
108
|
+
height: $kendo-icon-size-sm;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
&.k-icon-lg > svg {
|
|
112
|
+
width: $kendo-icon-size-lg;
|
|
113
|
+
height: $kendo-icon-size-lg;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
&.k-icon-xl > svg {
|
|
117
|
+
width: $kendo-icon-size-xl;
|
|
118
|
+
height: $kendo-icon-size-xl;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
&.k-icon-xxl > svg {
|
|
122
|
+
width: $kendo-icon-size-xxl;
|
|
123
|
+
height: $kendo-icon-size-xxl;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
&.k-icon-xxxl > svg {
|
|
127
|
+
width: $kendo-icon-size-xxxl;
|
|
128
|
+
height: $kendo-icon-size-xxxl;
|
|
129
|
+
}
|
|
91
130
|
}
|
|
92
131
|
}
|
|
93
132
|
}
|