@progress/kendo-theme-bootstrap 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 +274 -17
- package/dist/all.scss +160 -23
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/grid/_theme.scss +37 -0
package/dist/all.scss
CHANGED
|
@@ -10494,6 +10494,11 @@ $ki-rotate-map: (
|
|
|
10494
10494
|
}
|
|
10495
10495
|
}
|
|
10496
10496
|
|
|
10497
|
+
// kendo-icon-wrapper component
|
|
10498
|
+
.k-icon-wrapper-host {
|
|
10499
|
+
display: contents;
|
|
10500
|
+
}
|
|
10501
|
+
|
|
10497
10502
|
.k-icon-with-modifier {
|
|
10498
10503
|
position: relative;
|
|
10499
10504
|
margin: .25em;
|
|
@@ -15418,6 +15423,45 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
|
15418
15423
|
> .k-button-icon {
|
|
15419
15424
|
min-width: calc( #{$_font-size} * #{$_line-height} );
|
|
15420
15425
|
min-height: calc( #{$_font-size} * #{$_line-height} );
|
|
15426
|
+
display: inline-flex;
|
|
15427
|
+
align-items: center;
|
|
15428
|
+
justify-content: center;
|
|
15429
|
+
|
|
15430
|
+
&.k-svg-icon > svg,
|
|
15431
|
+
&.k-icon-md > svg {
|
|
15432
|
+
width: $kendo-icon-size-md;
|
|
15433
|
+
height: $kendo-icon-size-md;
|
|
15434
|
+
}
|
|
15435
|
+
|
|
15436
|
+
&.k-icon-xs > svg {
|
|
15437
|
+
width: $kendo-icon-size-xs;
|
|
15438
|
+
height: $kendo-icon-size-xs;
|
|
15439
|
+
}
|
|
15440
|
+
|
|
15441
|
+
&.k-icon-sm > svg {
|
|
15442
|
+
width: $kendo-icon-size-sm;
|
|
15443
|
+
height: $kendo-icon-size-sm;
|
|
15444
|
+
}
|
|
15445
|
+
|
|
15446
|
+
&.k-icon-lg > svg {
|
|
15447
|
+
width: $kendo-icon-size-lg;
|
|
15448
|
+
height: $kendo-icon-size-lg;
|
|
15449
|
+
}
|
|
15450
|
+
|
|
15451
|
+
&.k-icon-xl > svg {
|
|
15452
|
+
width: $kendo-icon-size-xl;
|
|
15453
|
+
height: $kendo-icon-size-xl;
|
|
15454
|
+
}
|
|
15455
|
+
|
|
15456
|
+
&.k-icon-xxl > svg {
|
|
15457
|
+
width: $kendo-icon-size-xxl;
|
|
15458
|
+
height: $kendo-icon-size-xxl;
|
|
15459
|
+
}
|
|
15460
|
+
|
|
15461
|
+
&.k-icon-xxxl > svg {
|
|
15462
|
+
width: $kendo-icon-size-xxxl;
|
|
15463
|
+
height: $kendo-icon-size-xxxl;
|
|
15464
|
+
}
|
|
15421
15465
|
}
|
|
15422
15466
|
}
|
|
15423
15467
|
}
|
|
@@ -18677,6 +18721,47 @@ $kendo-form-sizes: (
|
|
|
18677
18721
|
justify-content: center;
|
|
18678
18722
|
}
|
|
18679
18723
|
|
|
18724
|
+
// Input with SVG icon
|
|
18725
|
+
.k-input-icon,
|
|
18726
|
+
.k-input-validation-icon,
|
|
18727
|
+
.k-input-loading-icon {
|
|
18728
|
+
&.k-svg-icon > svg,
|
|
18729
|
+
&.k-icon-md > svg {
|
|
18730
|
+
width: $kendo-icon-size-md;
|
|
18731
|
+
height: $kendo-icon-size-md;
|
|
18732
|
+
}
|
|
18733
|
+
|
|
18734
|
+
&.k-icon-xs > svg {
|
|
18735
|
+
width: $kendo-icon-size-xs;
|
|
18736
|
+
height: $kendo-icon-size-xs;
|
|
18737
|
+
}
|
|
18738
|
+
|
|
18739
|
+
&.k-icon-sm > svg {
|
|
18740
|
+
width: $kendo-icon-size-sm;
|
|
18741
|
+
height: $kendo-icon-size-sm;
|
|
18742
|
+
}
|
|
18743
|
+
|
|
18744
|
+
&.k-icon-lg > svg {
|
|
18745
|
+
width: $kendo-icon-size-lg;
|
|
18746
|
+
height: $kendo-icon-size-lg;
|
|
18747
|
+
}
|
|
18748
|
+
|
|
18749
|
+
&.k-icon-xl > svg {
|
|
18750
|
+
width: $kendo-icon-size-xl;
|
|
18751
|
+
height: $kendo-icon-size-xl;
|
|
18752
|
+
}
|
|
18753
|
+
|
|
18754
|
+
&.k-icon-xxl > svg {
|
|
18755
|
+
width: $kendo-icon-size-xxl;
|
|
18756
|
+
height: $kendo-icon-size-xxl;
|
|
18757
|
+
}
|
|
18758
|
+
|
|
18759
|
+
&.k-icon-xxxl > svg {
|
|
18760
|
+
width: $kendo-icon-size-xxxl;
|
|
18761
|
+
height: $kendo-icon-size-xxxl;
|
|
18762
|
+
}
|
|
18763
|
+
}
|
|
18764
|
+
|
|
18680
18765
|
|
|
18681
18766
|
// Clear value
|
|
18682
18767
|
.k-clear-value {
|
|
@@ -18742,7 +18827,7 @@ $kendo-form-sizes: (
|
|
|
18742
18827
|
position: relative;
|
|
18743
18828
|
aspect-ratio: auto;
|
|
18744
18829
|
|
|
18745
|
-
|
|
18830
|
+
.k-button-icon {
|
|
18746
18831
|
margin: -1em 0;
|
|
18747
18832
|
min-width: auto !important; // sass-lint:disable-line no-important
|
|
18748
18833
|
min-height: auto !important; // sass-lint:disable-line no-important
|
|
@@ -23518,8 +23603,9 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
|
|
|
23518
23603
|
}
|
|
23519
23604
|
|
|
23520
23605
|
// Needed for the double check icons
|
|
23521
|
-
.k-icon + .k-icon
|
|
23522
|
-
|
|
23606
|
+
.k-icon + .k-icon,
|
|
23607
|
+
.k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
|
|
23608
|
+
margin-inline-start: -13px;
|
|
23523
23609
|
}
|
|
23524
23610
|
}
|
|
23525
23611
|
}
|
|
@@ -23533,19 +23619,6 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
|
|
|
23533
23619
|
|
|
23534
23620
|
}
|
|
23535
23621
|
|
|
23536
|
-
@include exports( "colorgradient/layout/rtl" ) {
|
|
23537
|
-
|
|
23538
|
-
.k-rtl,
|
|
23539
|
-
[dir="rtl"] {
|
|
23540
|
-
|
|
23541
|
-
.k-colorgradient-color-contrast .k-i-check + .k-i-check {
|
|
23542
|
-
margin-left: 0;
|
|
23543
|
-
margin-right: -13px;
|
|
23544
|
-
}
|
|
23545
|
-
|
|
23546
|
-
}
|
|
23547
|
-
|
|
23548
|
-
}
|
|
23549
23622
|
|
|
23550
23623
|
// #endregion
|
|
23551
23624
|
|
|
@@ -34157,6 +34230,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34157
34230
|
}
|
|
34158
34231
|
|
|
34159
34232
|
.k-table-th,
|
|
34233
|
+
td,
|
|
34160
34234
|
.k-table-td {
|
|
34161
34235
|
border-width: 0;
|
|
34162
34236
|
border-inline-start-width: $kendo-grid-cell-vertical-border-width;
|
|
@@ -34195,6 +34269,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34195
34269
|
white-space: nowrap;
|
|
34196
34270
|
}
|
|
34197
34271
|
|
|
34272
|
+
td,
|
|
34198
34273
|
.k-table-td {
|
|
34199
34274
|
border-block-end-width: $kendo-grid-cell-horizontal-border-width;
|
|
34200
34275
|
white-space: unset;
|
|
@@ -34351,12 +34426,17 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34351
34426
|
align-items: center;
|
|
34352
34427
|
align-content: center;
|
|
34353
34428
|
}
|
|
34429
|
+
|
|
34430
|
+
.k-grouping-row td,
|
|
34354
34431
|
.k-grouping-row .k-table-td {
|
|
34355
34432
|
overflow: visible;
|
|
34356
34433
|
}
|
|
34434
|
+
|
|
34435
|
+
.k-grouping-row + .k-table-row td,
|
|
34357
34436
|
.k-grouping-row + .k-table-row .k-table-td {
|
|
34358
34437
|
border-top-width: $kendo-grid-grouping-row-border-top;
|
|
34359
34438
|
}
|
|
34439
|
+
|
|
34360
34440
|
.k-grouping-row .k-group-cell,
|
|
34361
34441
|
.k-grouping-row + .k-table-row .k-group-cell {
|
|
34362
34442
|
border-top-width: 0;
|
|
@@ -34369,11 +34449,13 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34369
34449
|
text-decoration: none;
|
|
34370
34450
|
}
|
|
34371
34451
|
|
|
34452
|
+
.k-table .k-group-footer td,
|
|
34372
34453
|
.k-table .k-group-footer .k-table-td {
|
|
34373
34454
|
border-style: solid;
|
|
34374
34455
|
border-width: $kendo-grid-group-footer-border-y 0;
|
|
34375
34456
|
}
|
|
34376
34457
|
|
|
34458
|
+
.k-group-footer .k-group-cell + td,
|
|
34377
34459
|
.k-group-footer .k-group-cell + .k-table-td {
|
|
34378
34460
|
border-inline-start-width: $kendo-grid-cell-vertical-border-width;
|
|
34379
34461
|
}
|
|
@@ -34578,11 +34660,15 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34578
34660
|
.k-grid-footer {
|
|
34579
34661
|
border-top-width: 1px;
|
|
34580
34662
|
|
|
34663
|
+
td,
|
|
34581
34664
|
.k-table-td {
|
|
34582
34665
|
height: $kendo-line-height-em;
|
|
34583
34666
|
}
|
|
34584
34667
|
}
|
|
34585
34668
|
|
|
34669
|
+
.k-grid-footer td,
|
|
34670
|
+
.k-group-footer td,
|
|
34671
|
+
.k-grouping-row td,
|
|
34586
34672
|
.k-grid-footer .k-table-td,
|
|
34587
34673
|
.k-group-footer .k-table-td,
|
|
34588
34674
|
.k-grouping-row .k-table-td {
|
|
@@ -34605,6 +34691,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34605
34691
|
.k-filter-row {
|
|
34606
34692
|
line-height: $kendo-form-line-height;
|
|
34607
34693
|
|
|
34694
|
+
td,
|
|
34608
34695
|
.k-table-td,
|
|
34609
34696
|
.k-table-th {
|
|
34610
34697
|
border-width: 0;
|
|
@@ -34613,6 +34700,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34613
34700
|
white-space: nowrap;
|
|
34614
34701
|
}
|
|
34615
34702
|
|
|
34703
|
+
td:first-child,
|
|
34616
34704
|
.k-table-td:first-child {
|
|
34617
34705
|
border-inline-start-width: 0;
|
|
34618
34706
|
}
|
|
@@ -34659,6 +34747,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34659
34747
|
border-color: inherit;
|
|
34660
34748
|
outline: 0;
|
|
34661
34749
|
|
|
34750
|
+
.k-table-row:last-child > td,
|
|
34662
34751
|
.k-table-row:last-child > .k-table-td {
|
|
34663
34752
|
border-bottom-width: 0;
|
|
34664
34753
|
}
|
|
@@ -34684,11 +34773,13 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34684
34773
|
// Edit row
|
|
34685
34774
|
.k-grid .k-edit-cell,
|
|
34686
34775
|
.k-grid .k-command-cell,
|
|
34776
|
+
.k-grid .k-grid-edit-row td,
|
|
34687
34777
|
.k-grid .k-grid-edit-row .k-table-td {
|
|
34688
34778
|
text-overflow: clip;
|
|
34689
34779
|
}
|
|
34690
34780
|
|
|
34691
34781
|
.k-grid .k-edit-cell,
|
|
34782
|
+
.k-grid .k-grid-edit-row td,
|
|
34692
34783
|
.k-grid .k-grid-edit-row .k-table-td {
|
|
34693
34784
|
|
|
34694
34785
|
> input:not([type="checkbox"]):not([type="radio"]),
|
|
@@ -34745,19 +34836,19 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34745
34836
|
|
|
34746
34837
|
.k-grid-virtual .k-grid-content {
|
|
34747
34838
|
.k-grid-table-wrap {
|
|
34748
|
-
float:
|
|
34839
|
+
float: left;
|
|
34749
34840
|
width: 100%;
|
|
34750
34841
|
}
|
|
34751
34842
|
|
|
34752
34843
|
.k-grid-table {
|
|
34753
34844
|
position: relative;
|
|
34754
|
-
float:
|
|
34845
|
+
float: left;
|
|
34755
34846
|
z-index: 1;
|
|
34756
34847
|
}
|
|
34757
34848
|
|
|
34758
34849
|
> .k-height-container {
|
|
34759
34850
|
position: relative;
|
|
34760
|
-
float:
|
|
34851
|
+
float: left;
|
|
34761
34852
|
}
|
|
34762
34853
|
|
|
34763
34854
|
&::after {
|
|
@@ -34776,6 +34867,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34776
34867
|
height: 1px;
|
|
34777
34868
|
}
|
|
34778
34869
|
|
|
34870
|
+
.k-grid-add-row td,
|
|
34779
34871
|
.k-grid-add-row .k-table-td {
|
|
34780
34872
|
border-bottom-style: solid;
|
|
34781
34873
|
border-bottom-width: 1px;
|
|
@@ -34851,6 +34943,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34851
34943
|
z-index: auto;
|
|
34852
34944
|
}
|
|
34853
34945
|
|
|
34946
|
+
.k-grid-row-sticky td,
|
|
34854
34947
|
.k-grid-row-sticky .k-table-td {
|
|
34855
34948
|
border-bottom-width: $kendo-grid-border-width;
|
|
34856
34949
|
border-top-width: $kendo-grid-border-width;
|
|
@@ -34858,12 +34951,11 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34858
34951
|
position: sticky;
|
|
34859
34952
|
top: inherit;
|
|
34860
34953
|
bottom: inherit;
|
|
34861
|
-
}
|
|
34862
|
-
|
|
34863
|
-
.k-grid-row-sticky .k-table-td {
|
|
34864
34954
|
z-index: 2;
|
|
34865
34955
|
}
|
|
34866
34956
|
|
|
34957
|
+
.k-grid-row-sticky td.k-grid-content-sticky,
|
|
34958
|
+
.k-grid-row-sticky.k-alt td.k-grid-content-sticky,
|
|
34867
34959
|
.k-grid-row-sticky .k-table-td.k-grid-content-sticky,
|
|
34868
34960
|
.k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
|
|
34869
34961
|
z-index: 3;
|
|
@@ -34890,6 +34982,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34890
34982
|
.k-grid .k-table .k-grid-footer-sticky {
|
|
34891
34983
|
border-inline-end-width: $kendo-grid-cell-vertical-border-width;
|
|
34892
34984
|
|
|
34985
|
+
&:not([style*="display: none"]) + td,
|
|
34893
34986
|
&:not([style*="display: none"]) + .k-table-td,
|
|
34894
34987
|
&:not([style*="display: none"]) + .k-table-th {
|
|
34895
34988
|
border-inline-start-width: 0;
|
|
@@ -34975,6 +35068,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34975
35068
|
padding: $_header-padding-y $_header-padding-x;
|
|
34976
35069
|
}
|
|
34977
35070
|
|
|
35071
|
+
td,
|
|
34978
35072
|
.k-table-td {
|
|
34979
35073
|
padding: $_cell-padding-y $_cell-padding-x;
|
|
34980
35074
|
}
|
|
@@ -35036,6 +35130,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35036
35130
|
// Edit row
|
|
35037
35131
|
.k-edit-cell,
|
|
35038
35132
|
.k-command-cell,
|
|
35133
|
+
.k-grid-edit-row td,
|
|
35039
35134
|
.k-grid-edit-row .k-table-td {
|
|
35040
35135
|
padding: $_edit-cell-padding-y $_edit-cell-padding-x;
|
|
35041
35136
|
}
|
|
@@ -35043,6 +35138,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35043
35138
|
|
|
35044
35139
|
// Filter row
|
|
35045
35140
|
.k-filter-row {
|
|
35141
|
+
td,
|
|
35046
35142
|
.k-table-td,
|
|
35047
35143
|
.k-table-th {
|
|
35048
35144
|
padding: $_filter-cell-padding-y $_filter-cell-padding-x;
|
|
@@ -35105,7 +35201,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35105
35201
|
// Remove Grid scrollbar during built-in export
|
|
35106
35202
|
.k-pdf-export-shadow {
|
|
35107
35203
|
.k-grid {
|
|
35108
|
-
float:
|
|
35204
|
+
float: left;
|
|
35109
35205
|
width: auto !important; // sass-lint:disable-line no-important
|
|
35110
35206
|
}
|
|
35111
35207
|
|
|
@@ -35213,6 +35309,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35213
35309
|
table-layout: auto !important;
|
|
35214
35310
|
|
|
35215
35311
|
.k-table-th,
|
|
35312
|
+
td,
|
|
35216
35313
|
.k-table-td {
|
|
35217
35314
|
white-space: nowrap !important;
|
|
35218
35315
|
}
|
|
@@ -35347,6 +35444,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35347
35444
|
background-color: inherit;
|
|
35348
35445
|
}
|
|
35349
35446
|
|
|
35447
|
+
td,
|
|
35350
35448
|
.k-table-td,
|
|
35351
35449
|
.k-grid-content,
|
|
35352
35450
|
.k-grid-header-locked,
|
|
@@ -35369,7 +35467,9 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35369
35467
|
|
|
35370
35468
|
// Selected state
|
|
35371
35469
|
.k-table-th.k-selected,
|
|
35470
|
+
td.k-selected,
|
|
35372
35471
|
.k-table-td.k-selected,
|
|
35472
|
+
.k-table-row.k-selected > td,
|
|
35373
35473
|
.k-table-row.k-selected > .k-table-td {
|
|
35374
35474
|
color: $kendo-grid-selected-text;
|
|
35375
35475
|
background-color: $kendo-grid-selected-bg;
|
|
@@ -35377,7 +35477,12 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35377
35477
|
|
|
35378
35478
|
// Focused state
|
|
35379
35479
|
.k-table-th,
|
|
35480
|
+
td,
|
|
35380
35481
|
.k-table-td,
|
|
35482
|
+
.k-master-row > td,
|
|
35483
|
+
.k-grouping-row > td,
|
|
35484
|
+
.k-detail-row > td,
|
|
35485
|
+
.k-group-footer > td,
|
|
35381
35486
|
.k-master-row > .k-table-td,
|
|
35382
35487
|
.k-grouping-row > .k-table-td,
|
|
35383
35488
|
.k-detail-row > .k-table-td,
|
|
@@ -35399,6 +35504,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35399
35504
|
.k-grid-header-locked,
|
|
35400
35505
|
.k-grid-content-locked,
|
|
35401
35506
|
.k-grid-header-locked .k-header,
|
|
35507
|
+
.k-grid-content-locked td,
|
|
35402
35508
|
.k-grid-content-locked .k-table-td {
|
|
35403
35509
|
border-color: $kendo-grid-sticky-header-border;
|
|
35404
35510
|
}
|
|
@@ -35408,25 +35514,31 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35408
35514
|
}
|
|
35409
35515
|
|
|
35410
35516
|
.k-grid-content-locked {
|
|
35517
|
+
.k-group-footer td,
|
|
35411
35518
|
.k-group-footer .k-table-td,
|
|
35412
35519
|
.k-group-cell {
|
|
35413
35520
|
@include fill( $border: $kendo-grid-header-border );
|
|
35414
35521
|
}
|
|
35415
35522
|
|
|
35523
|
+
.k-grouping-row + .k-table-row td,
|
|
35416
35524
|
.k-grouping-row + .k-table-row .k-table-td {
|
|
35417
35525
|
border-top-color: $kendo-grid-header-border;
|
|
35418
35526
|
}
|
|
35419
35527
|
|
|
35420
35528
|
// Selected state
|
|
35529
|
+
.k-selected td,
|
|
35421
35530
|
.k-selected .k-table-td {
|
|
35422
35531
|
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
35423
35532
|
}
|
|
35424
35533
|
|
|
35534
|
+
.k-selected.k-table-alt-row td,
|
|
35425
35535
|
.k-selected.k-table-alt-row .k-table-td {
|
|
35426
35536
|
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
35427
35537
|
}
|
|
35428
35538
|
|
|
35429
35539
|
// Selected hover
|
|
35540
|
+
.k-selected:hover td,
|
|
35541
|
+
.k-selected.k-hover td,
|
|
35430
35542
|
.k-selected:hover .k-table-td,
|
|
35431
35543
|
.k-selected.k-hover .k-table-td {
|
|
35432
35544
|
@include fill( $bg: $kendo-grid-sticky-selected-hover-bg );
|
|
@@ -35523,12 +35635,14 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35523
35635
|
// Selected state
|
|
35524
35636
|
&.k-selected .k-grid-content-sticky,
|
|
35525
35637
|
&.k-selected .k-grid-row-sticky,
|
|
35638
|
+
td.k-grid-content-sticky.k-selected,
|
|
35526
35639
|
.k-table-td.k-grid-content-sticky.k-selected {
|
|
35527
35640
|
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
35528
35641
|
}
|
|
35529
35642
|
|
|
35530
35643
|
&.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
35531
35644
|
&.k-selected.k-table-alt-row .k-grid-row-sticky,
|
|
35645
|
+
&.k-table-alt-row td.k-grid-content-sticky.k-selected,
|
|
35532
35646
|
&.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
35533
35647
|
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
35534
35648
|
}
|
|
@@ -35548,6 +35662,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35548
35662
|
&.k-selected.k-hover .k-grid-content-sticky,
|
|
35549
35663
|
&.k-selected:hover .k-grid-row-sticky,
|
|
35550
35664
|
&.k-selected.k-hover .k-grid-row-sticky,
|
|
35665
|
+
&:hover td.k-grid-content-sticky.k-selected,
|
|
35666
|
+
&.k-hover td.k-grid-content-sticky.k-selected,
|
|
35551
35667
|
&:hover .k-table-td.k-grid-content-sticky.k-selected,
|
|
35552
35668
|
&.k-hover .k-table-td.k-grid-content-sticky.k-selected {
|
|
35553
35669
|
background-color: $kendo-grid-sticky-selected-hover-bg;
|
|
@@ -35567,11 +35683,14 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35567
35683
|
}
|
|
35568
35684
|
}
|
|
35569
35685
|
|
|
35686
|
+
.k-grid-row-sticky td,
|
|
35570
35687
|
.k-grid-row-sticky .k-table-td {
|
|
35571
35688
|
border-top-color: $kendo-grid-sticky-border;
|
|
35572
35689
|
border-bottom-color: $kendo-grid-sticky-border;
|
|
35573
35690
|
background-color: $kendo-grid-sticky-bg;
|
|
35574
35691
|
|
|
35692
|
+
&:hover td,
|
|
35693
|
+
&.k-hover td,
|
|
35575
35694
|
&:hover .k-table-td,
|
|
35576
35695
|
&.k-hover .k-table-td {
|
|
35577
35696
|
background-color: $kendo-grid-sticky-hover-bg;
|
|
@@ -35579,12 +35698,15 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35579
35698
|
}
|
|
35580
35699
|
|
|
35581
35700
|
.k-table-alt-row .k-grid-content-sticky,
|
|
35701
|
+
.k-grid-row-sticky.k-table-alt-row td,
|
|
35582
35702
|
.k-grid-row-sticky.k-table-alt-row .k-table-td {
|
|
35583
35703
|
@include fill( $bg: $kendo-grid-sticky-alt-bg );
|
|
35584
35704
|
}
|
|
35585
35705
|
|
|
35586
35706
|
// Selected state
|
|
35587
35707
|
.k-table-row.k-selected .k-grid-content-sticky,
|
|
35708
|
+
.k-selected.k-grid-row-sticky td,
|
|
35709
|
+
.k-grid-row-sticky td.k-selected,
|
|
35588
35710
|
.k-selected.k-grid-row-sticky .k-table-td,
|
|
35589
35711
|
.k-grid-row-sticky .k-table-td.k-selected,
|
|
35590
35712
|
.k-selected.k-grid-content-sticky {
|
|
@@ -35592,6 +35714,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35592
35714
|
}
|
|
35593
35715
|
|
|
35594
35716
|
.k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
35717
|
+
.k-selected.k-table-alt-row.k-grid-row-sticky td,
|
|
35595
35718
|
.k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
|
|
35596
35719
|
.k-table-alt-row .k-selected.k-grid-content-sticky {
|
|
35597
35720
|
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
@@ -35600,6 +35723,10 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35600
35723
|
// Hover state
|
|
35601
35724
|
.k-table-row:hover .k-grid-content-sticky,
|
|
35602
35725
|
.k-table-row.k-hover .k-grid-content-sticky,
|
|
35726
|
+
.k-grid-row-sticky:hover td,
|
|
35727
|
+
.k-grid-row-sticky.k-hover td,
|
|
35728
|
+
.k-grid-row-sticky.k-table-alt-row:hover td,
|
|
35729
|
+
.k-grid-row-sticky.k-table-alt-row.k-hover td,
|
|
35603
35730
|
.k-grid-row-sticky:hover .k-table-td,
|
|
35604
35731
|
.k-grid-row-sticky.k-hover .k-table-td,
|
|
35605
35732
|
.k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
|
|
@@ -35612,12 +35739,18 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35612
35739
|
// Selected + Hover
|
|
35613
35740
|
.k-table-row.k-selected:hover .k-grid-content-sticky,
|
|
35614
35741
|
.k-table-row.k-selected.k-hover .k-grid-content-sticky,
|
|
35742
|
+
.k-selected.k-grid-row-sticky:hover td,
|
|
35743
|
+
.k-selected.k-grid-row-sticky.k-hover td,
|
|
35744
|
+
.k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
|
|
35745
|
+
.k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
|
|
35615
35746
|
.k-selected.k-grid-row-sticky:hover .k-table-td,
|
|
35616
35747
|
.k-selected.k-grid-row-sticky.k-hover .k-table-td,
|
|
35617
35748
|
.k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
|
|
35618
35749
|
.k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
|
|
35619
35750
|
.k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
|
|
35620
35751
|
.k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
|
|
35752
|
+
.k-grid-row-sticky:hover td.k-selected,
|
|
35753
|
+
.k-grid-row-sticky.k-hover td.k-selected,
|
|
35621
35754
|
.k-grid-row-sticky:hover .k-table-td.k-selected,
|
|
35622
35755
|
.k-grid-row-sticky.k-hover .k-table-td.k-selected,
|
|
35623
35756
|
.k-table-row:hover .k-grid-content-sticky.k-selected,
|
|
@@ -35638,6 +35771,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35638
35771
|
}
|
|
35639
35772
|
|
|
35640
35773
|
.k-group-footer {
|
|
35774
|
+
td,
|
|
35641
35775
|
.k-table-td,
|
|
35642
35776
|
.k-grid-footer-sticky {
|
|
35643
35777
|
@include fill( $bg: $kendo-grid-sticky-footer-bg );
|
|
@@ -38433,6 +38567,8 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
38433
38567
|
transform: translate(0, -50%);
|
|
38434
38568
|
}
|
|
38435
38569
|
|
|
38570
|
+
.k-table-row.k-footer td,
|
|
38571
|
+
.k-table-row.k-footer-template td,
|
|
38436
38572
|
.k-table-row.k-footer .k-table-td,
|
|
38437
38573
|
.k-table-row.k-footer-template .k-table-td {
|
|
38438
38574
|
border-width: $kendo-treelist-footer-row-border-width 0;
|
|
@@ -38440,6 +38576,7 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
38440
38576
|
font-weight: bold;
|
|
38441
38577
|
}
|
|
38442
38578
|
|
|
38579
|
+
.k-table-row.k-footer + .k-table-row.k-footer td,
|
|
38443
38580
|
.k-table-row.k-footer + .k-table-row.k-footer .k-table-td {
|
|
38444
38581
|
border-top-width: 0;
|
|
38445
38582
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "6.0.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@progress/kendo-font-icons": "^1.0.0",
|
|
52
|
-
"@progress/kendo-theme-core": "^
|
|
53
|
-
"@progress/kendo-theme-default": "^
|
|
54
|
-
"@progress/kendo-theme-utils": "^
|
|
52
|
+
"@progress/kendo-theme-core": "^6.0.0",
|
|
53
|
+
"@progress/kendo-theme-default": "^6.0.0",
|
|
54
|
+
"@progress/kendo-theme-utils": "^6.0.0",
|
|
55
55
|
"bootstrap": "5.2.1"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "55db62ccac1c6dfee205ade579d703e3989d1f64"
|
|
58
58
|
}
|