@progress/kendo-theme-classic 6.4.1-dev.0 → 6.5.0-dev.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 +55 -23
- package/dist/all.scss +68 -20
- package/dist/meta/sassdoc-data.json +528 -204
- package/dist/meta/sassdoc-raw-data.json +246 -96
- package/dist/meta/variables.json +38 -6
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/list/_variables.scss +2 -2
- package/scss/splitter/_variables.scss +2 -0
- package/scss/treeview/_variables.scss +30 -4
package/dist/all.css
CHANGED
|
@@ -30171,7 +30171,11 @@ kendo-sortable {
|
|
|
30171
30171
|
}
|
|
30172
30172
|
|
|
30173
30173
|
.k-icon-action {
|
|
30174
|
+
display: inline-flex;
|
|
30174
30175
|
padding: 4px;
|
|
30176
|
+
line-height: 1;
|
|
30177
|
+
align-items: center;
|
|
30178
|
+
vertical-align: middle;
|
|
30175
30179
|
cursor: pointer;
|
|
30176
30180
|
}
|
|
30177
30181
|
|
|
@@ -30656,6 +30660,7 @@ kendo-sortable {
|
|
|
30656
30660
|
border-width: 0;
|
|
30657
30661
|
border-width: 0 0 1px;
|
|
30658
30662
|
border-style: solid;
|
|
30663
|
+
font-weight: 700;
|
|
30659
30664
|
white-space: nowrap;
|
|
30660
30665
|
display: flex;
|
|
30661
30666
|
flex-flow: row nowrap;
|
|
@@ -30709,6 +30714,7 @@ kendo-sortable {
|
|
|
30709
30714
|
}
|
|
30710
30715
|
|
|
30711
30716
|
.k-list-item-text::before,
|
|
30717
|
+
.k-list-header-text::before,
|
|
30712
30718
|
.k-list-optionlabel::before {
|
|
30713
30719
|
content: "\200b";
|
|
30714
30720
|
width: 0px;
|
|
@@ -30723,6 +30729,7 @@ kendo-sortable {
|
|
|
30723
30729
|
border-width: 0;
|
|
30724
30730
|
border-width: 1px 0 0;
|
|
30725
30731
|
border-style: solid;
|
|
30732
|
+
font-weight: 700;
|
|
30726
30733
|
cursor: default;
|
|
30727
30734
|
display: flex;
|
|
30728
30735
|
flex-flow: row nowrap;
|
|
@@ -32205,6 +32212,10 @@ kendo-badge-container {
|
|
|
32205
32212
|
line-height: 1;
|
|
32206
32213
|
}
|
|
32207
32214
|
|
|
32215
|
+
.k-chip-sm .k-chip-action {
|
|
32216
|
+
padding: 2px;
|
|
32217
|
+
}
|
|
32218
|
+
|
|
32208
32219
|
.k-chip-avatar {
|
|
32209
32220
|
width: 1em;
|
|
32210
32221
|
height: 1em;
|
|
@@ -32218,6 +32229,10 @@ kendo-badge-container {
|
|
|
32218
32229
|
line-height: 1;
|
|
32219
32230
|
}
|
|
32220
32231
|
|
|
32232
|
+
.k-chip-md .k-chip-action {
|
|
32233
|
+
padding: 4px;
|
|
32234
|
+
}
|
|
32235
|
+
|
|
32221
32236
|
.k-chip-avatar {
|
|
32222
32237
|
width: 1em;
|
|
32223
32238
|
height: 1em;
|
|
@@ -32231,6 +32246,10 @@ kendo-badge-container {
|
|
|
32231
32246
|
line-height: 1;
|
|
32232
32247
|
}
|
|
32233
32248
|
|
|
32249
|
+
.k-chip-lg .k-chip-action {
|
|
32250
|
+
padding: 6px;
|
|
32251
|
+
}
|
|
32252
|
+
|
|
32234
32253
|
.k-chip-avatar {
|
|
32235
32254
|
width: 1em;
|
|
32236
32255
|
height: 1em;
|
|
@@ -39438,13 +39457,13 @@ select.k-picker-lg {
|
|
|
39438
39457
|
.k-treeview-item {
|
|
39439
39458
|
outline-style: none;
|
|
39440
39459
|
margin: 0;
|
|
39441
|
-
padding: 0 0 0
|
|
39460
|
+
padding: 0 0 0 24px;
|
|
39442
39461
|
border-width: 0;
|
|
39443
39462
|
display: block;
|
|
39444
39463
|
}
|
|
39445
39464
|
|
|
39446
39465
|
.k-treeview-toggle {
|
|
39447
|
-
margin-
|
|
39466
|
+
margin-inline-start: -24px;
|
|
39448
39467
|
flex: none;
|
|
39449
39468
|
display: inline-flex;
|
|
39450
39469
|
flex-flow: row nowrap;
|
|
@@ -39452,14 +39471,18 @@ select.k-picker-lg {
|
|
|
39452
39471
|
cursor: pointer;
|
|
39453
39472
|
}
|
|
39454
39473
|
|
|
39474
|
+
.k-treeview-toggle .k-icon,
|
|
39475
|
+
.k-treeview-toggle .k-svg-icon {
|
|
39476
|
+
padding: 4px;
|
|
39477
|
+
box-sizing: content-box;
|
|
39478
|
+
}
|
|
39479
|
+
|
|
39455
39480
|
.k-treeview-loading {
|
|
39456
39481
|
margin-right: 4px;
|
|
39457
39482
|
}
|
|
39458
39483
|
|
|
39459
39484
|
.k-treeview .k-checkbox-wrap,
|
|
39460
39485
|
.k-treeview .k-checkbox-wrapper {
|
|
39461
|
-
margin-left: 4px;
|
|
39462
|
-
margin-right: 4px;
|
|
39463
39486
|
align-self: center;
|
|
39464
39487
|
}
|
|
39465
39488
|
|
|
@@ -39500,15 +39523,7 @@ select.k-picker-lg {
|
|
|
39500
39523
|
.k-treeview.k-rtl .k-treeview-item,
|
|
39501
39524
|
.k-treeview[dir="rtl"] .k-treeview-item {
|
|
39502
39525
|
padding-left: 0;
|
|
39503
|
-
padding-right:
|
|
39504
|
-
}
|
|
39505
|
-
|
|
39506
|
-
.k-rtl .k-treeview .k-treeview-toggle,
|
|
39507
|
-
[dir="rtl"] .k-treeview .k-treeview-toggle,
|
|
39508
|
-
.k-treeview.k-rtl .k-treeview-toggle,
|
|
39509
|
-
.k-treeview[dir="rtl"] .k-treeview-toggle {
|
|
39510
|
-
margin-left: 0;
|
|
39511
|
-
margin-right: -16px;
|
|
39526
|
+
padding-right: 24px;
|
|
39512
39527
|
}
|
|
39513
39528
|
|
|
39514
39529
|
.k-rtl .k-treeview .k-treeview-loading,
|
|
@@ -39565,6 +39580,11 @@ select.k-picker-lg {
|
|
|
39565
39580
|
padding-inline: 8px;
|
|
39566
39581
|
}
|
|
39567
39582
|
|
|
39583
|
+
.k-treeview-sm .k-checkbox-wrap {
|
|
39584
|
+
padding-block: 2px;
|
|
39585
|
+
padding-inline: 4px;
|
|
39586
|
+
}
|
|
39587
|
+
|
|
39568
39588
|
.k-treeview-md {
|
|
39569
39589
|
font-size: 14px;
|
|
39570
39590
|
line-height: 1.4285714286;
|
|
@@ -39575,6 +39595,11 @@ select.k-picker-lg {
|
|
|
39575
39595
|
padding-inline: 8px;
|
|
39576
39596
|
}
|
|
39577
39597
|
|
|
39598
|
+
.k-treeview-md .k-checkbox-wrap {
|
|
39599
|
+
padding-block: 2px;
|
|
39600
|
+
padding-inline: 4px;
|
|
39601
|
+
}
|
|
39602
|
+
|
|
39578
39603
|
.k-treeview-lg {
|
|
39579
39604
|
font-size: 16px;
|
|
39580
39605
|
line-height: 1.5;
|
|
@@ -39585,6 +39610,10 @@ select.k-picker-lg {
|
|
|
39585
39610
|
padding-inline: 12px;
|
|
39586
39611
|
}
|
|
39587
39612
|
|
|
39613
|
+
.k-treeview-lg .k-checkbox-wrap {
|
|
39614
|
+
padding-inline: 4px;
|
|
39615
|
+
}
|
|
39616
|
+
|
|
39588
39617
|
.k-treeview {
|
|
39589
39618
|
color: #272727;
|
|
39590
39619
|
}
|
|
@@ -39623,21 +39652,16 @@ select.k-picker-lg {
|
|
|
39623
39652
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
39624
39653
|
}
|
|
39625
39654
|
|
|
39626
|
-
.k-popup-dropdowntree,
|
|
39627
|
-
.k-dropdowntree-popup,
|
|
39628
|
-
.k-multiselecttree-popup {
|
|
39629
|
-
padding:
|
|
39655
|
+
.k-popup-dropdowntree .k-treeview,
|
|
39656
|
+
.k-dropdowntree-popup .k-treeview,
|
|
39657
|
+
.k-multiselecttree-popup .k-treeview {
|
|
39658
|
+
padding-block: 4px;
|
|
39659
|
+
padding-inline: 4px;
|
|
39630
39660
|
}
|
|
39631
39661
|
|
|
39632
39662
|
.k-popup-dropdowntree .k-check-all,
|
|
39633
39663
|
.k-dropdowntree-popup .k-check-all,
|
|
39634
39664
|
.k-multiselecttree-popup .k-check-all {
|
|
39635
|
-
padding: 8px 8px 0;
|
|
39636
|
-
}
|
|
39637
|
-
|
|
39638
|
-
.k-popup-dropdowntree .k-treeview,
|
|
39639
|
-
.k-dropdowntree-popup .k-treeview,
|
|
39640
|
-
.k-multiselecttree-popup .k-treeview {
|
|
39641
39665
|
padding-block: 8px;
|
|
39642
39666
|
padding-inline: 8px;
|
|
39643
39667
|
}
|
|
@@ -44780,6 +44804,7 @@ kendo-card-footer {
|
|
|
44780
44804
|
.k-splitbar .k-collapse-prev,
|
|
44781
44805
|
.k-splitbar .k-collapse-next {
|
|
44782
44806
|
cursor: pointer;
|
|
44807
|
+
padding: 2px;
|
|
44783
44808
|
}
|
|
44784
44809
|
|
|
44785
44810
|
.k-splitbar-draggable-horizontal {
|
|
@@ -49487,6 +49512,12 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
49487
49512
|
margin-inline: .5em;
|
|
49488
49513
|
}
|
|
49489
49514
|
|
|
49515
|
+
.k-treelist-toggle {
|
|
49516
|
+
margin-block: -4px;
|
|
49517
|
+
padding: 4px;
|
|
49518
|
+
cursor: pointer;
|
|
49519
|
+
}
|
|
49520
|
+
|
|
49490
49521
|
.k-treelist tr.k-footer,
|
|
49491
49522
|
.k-treelist tr.k-footer-template {
|
|
49492
49523
|
background-color: #ebebeb;
|
|
@@ -52047,6 +52078,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
52047
52078
|
.k-scheduler th,
|
|
52048
52079
|
.k-scheduler td,
|
|
52049
52080
|
.k-scheduler div,
|
|
52081
|
+
.k-scheduler .k-scheduler-edit-dialog,
|
|
52050
52082
|
.k-scheduler > * {
|
|
52051
52083
|
border-color: inherit;
|
|
52052
52084
|
}
|
package/dist/all.scss
CHANGED
|
@@ -14953,7 +14953,11 @@ $ki-rotate-map: (
|
|
|
14953
14953
|
}
|
|
14954
14954
|
|
|
14955
14955
|
.k-icon-action {
|
|
14956
|
+
display: inline-flex;
|
|
14956
14957
|
padding: $kendo-icon-padding;
|
|
14958
|
+
line-height: 1;
|
|
14959
|
+
align-items: center;
|
|
14960
|
+
vertical-align: middle;
|
|
14957
14961
|
cursor: pointer;
|
|
14958
14962
|
}
|
|
14959
14963
|
|
|
@@ -15502,7 +15506,7 @@ $kendo-list-lg-header-line-height: null !default;
|
|
|
15502
15506
|
|
|
15503
15507
|
/// The font weight of the List header.
|
|
15504
15508
|
/// @group list
|
|
15505
|
-
$kendo-list-header-font-weight:
|
|
15509
|
+
$kendo-list-header-font-weight: $kendo-font-weight-bold !default;
|
|
15506
15510
|
|
|
15507
15511
|
/// The horizontal padding of the List items, when no size is set.
|
|
15508
15512
|
/// @group list
|
|
@@ -15566,7 +15570,7 @@ $kendo-list-lg-group-item-line-height: null !default;
|
|
|
15566
15570
|
|
|
15567
15571
|
/// The font weight of a List group item.
|
|
15568
15572
|
/// @group list
|
|
15569
|
-
$kendo-list-group-item-font-weight:
|
|
15573
|
+
$kendo-list-group-item-font-weight: $kendo-font-weight-bold !default;
|
|
15570
15574
|
|
|
15571
15575
|
|
|
15572
15576
|
/// The map with the sizes of the List.
|
|
@@ -16388,6 +16392,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
16388
16392
|
}
|
|
16389
16393
|
}
|
|
16390
16394
|
.k-list-item-text,
|
|
16395
|
+
.k-list-header-text,
|
|
16391
16396
|
.k-list-optionlabel {
|
|
16392
16397
|
&::before {
|
|
16393
16398
|
content: "\200b";
|
|
@@ -19313,6 +19318,10 @@ $kendo-chip-list-sizes: (
|
|
|
19313
19318
|
padding-inline: $_padding-x;
|
|
19314
19319
|
font-size: $_font-size;
|
|
19315
19320
|
line-height: $_line-height;
|
|
19321
|
+
|
|
19322
|
+
.k-chip-action {
|
|
19323
|
+
padding: $_padding-y;
|
|
19324
|
+
}
|
|
19316
19325
|
}
|
|
19317
19326
|
|
|
19318
19327
|
.k-chip-avatar {
|
|
@@ -32302,7 +32311,7 @@ $kendo-treeview-md-line-height: $kendo-line-height-md !default;
|
|
|
32302
32311
|
$kendo-treeview-lg-line-height: $kendo-line-height-lg !default;
|
|
32303
32312
|
/// The indentation of child groups in the TreeView.
|
|
32304
32313
|
/// @group treeview
|
|
32305
|
-
$kendo-treeview-indent:
|
|
32314
|
+
$kendo-treeview-indent: 24px !default;
|
|
32306
32315
|
|
|
32307
32316
|
/// The horizontal padding of the TreeView items.
|
|
32308
32317
|
/// @group treeview
|
|
@@ -32335,6 +32344,25 @@ $kendo-treeview-item-border-width: 0px !default;
|
|
|
32335
32344
|
/// @group treeview
|
|
32336
32345
|
$kendo-treeview-item-border-radius: $kendo-border-radius-md !default;
|
|
32337
32346
|
|
|
32347
|
+
/// The horizontal padding of the checkbox in the small TreeView.
|
|
32348
|
+
/// @group treeview
|
|
32349
|
+
$kendo-treeview-sm-checkbox-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
32350
|
+
/// The horizontal padding of the checkbox in the medium TreeView.
|
|
32351
|
+
/// @group treeview
|
|
32352
|
+
$kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
|
|
32353
|
+
/// The horizontal padding of the checkbox in the large TreeView.
|
|
32354
|
+
/// @group treeview
|
|
32355
|
+
$kendo-treeview-lg-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
|
|
32356
|
+
/// The vertical padding of the checkbox in the small TreeView.
|
|
32357
|
+
/// @group treeview
|
|
32358
|
+
$kendo-treeview-sm-checkbox-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
|
|
32359
|
+
/// The vertical padding of the checkbox in the medium TreeView.
|
|
32360
|
+
/// @group treeview
|
|
32361
|
+
$kendo-treeview-md-checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y !default;
|
|
32362
|
+
/// The vertical padding of the checkbox in the large TreeView.
|
|
32363
|
+
/// @group treeview
|
|
32364
|
+
$kendo-treeview-lg-checkbox-padding-y: null !default;
|
|
32365
|
+
|
|
32338
32366
|
|
|
32339
32367
|
/// The sizes map of the TreeView.
|
|
32340
32368
|
/// @group treeview
|
|
@@ -32343,19 +32371,25 @@ $kendo-treeview-sizes: (
|
|
|
32343
32371
|
font-size: $kendo-treeview-sm-font-size,
|
|
32344
32372
|
line-height: $kendo-treeview-sm-line-height,
|
|
32345
32373
|
item-padding-x: $kendo-treeview-sm-item-padding-x,
|
|
32346
|
-
item-padding-y: $kendo-treeview-sm-item-padding-y
|
|
32374
|
+
item-padding-y: $kendo-treeview-sm-item-padding-y,
|
|
32375
|
+
checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,
|
|
32376
|
+
checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y
|
|
32347
32377
|
),
|
|
32348
32378
|
md: (
|
|
32349
32379
|
font-size: $kendo-treeview-md-font-size,
|
|
32350
32380
|
line-height: $kendo-treeview-md-line-height,
|
|
32351
32381
|
item-padding-x: $kendo-treeview-md-item-padding-x,
|
|
32352
|
-
item-padding-y: $kendo-treeview-md-item-padding-y
|
|
32382
|
+
item-padding-y: $kendo-treeview-md-item-padding-y,
|
|
32383
|
+
checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,
|
|
32384
|
+
checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y
|
|
32353
32385
|
),
|
|
32354
32386
|
lg: (
|
|
32355
32387
|
font-size: $kendo-treeview-lg-font-size,
|
|
32356
32388
|
line-height: $kendo-treeview-lg-line-height,
|
|
32357
32389
|
item-padding-x: $kendo-treeview-lg-item-padding-x,
|
|
32358
|
-
item-padding-y: $kendo-treeview-lg-item-padding-y
|
|
32390
|
+
item-padding-y: $kendo-treeview-lg-item-padding-y,
|
|
32391
|
+
checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,
|
|
32392
|
+
checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y
|
|
32359
32393
|
)
|
|
32360
32394
|
) !default;
|
|
32361
32395
|
|
|
@@ -32433,6 +32467,7 @@ $kendo-treeview-loadmore-focus-border: null !default;
|
|
|
32433
32467
|
/// @group treeview
|
|
32434
32468
|
$kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !default;
|
|
32435
32469
|
|
|
32470
|
+
|
|
32436
32471
|
// #endregion
|
|
32437
32472
|
// #region @import "./_layout.scss"; -> scss/treeview/_layout.scss
|
|
32438
32473
|
// #region @import "@progress/kendo-theme-default/scss/treeview/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/treeview/_layout.scss
|
|
@@ -32511,13 +32546,18 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
32511
32546
|
|
|
32512
32547
|
// Treeview toggle
|
|
32513
32548
|
.k-treeview-toggle {
|
|
32514
|
-
margin-
|
|
32549
|
+
margin-inline-start: -$kendo-treeview-indent;
|
|
32515
32550
|
flex: none;
|
|
32516
32551
|
display: inline-flex;
|
|
32517
32552
|
flex-flow: row nowrap;
|
|
32518
32553
|
align-items: center;
|
|
32519
32554
|
cursor: pointer;
|
|
32520
32555
|
}
|
|
32556
|
+
.k-treeview-toggle .k-icon,
|
|
32557
|
+
.k-treeview-toggle .k-svg-icon {
|
|
32558
|
+
padding: $kendo-icon-padding;
|
|
32559
|
+
box-sizing: content-box;
|
|
32560
|
+
}
|
|
32521
32561
|
|
|
32522
32562
|
|
|
32523
32563
|
// Loading icon
|
|
@@ -32529,8 +32569,6 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
32529
32569
|
// Checkbox
|
|
32530
32570
|
.k-treeview .k-checkbox-wrap,
|
|
32531
32571
|
.k-treeview .k-checkbox-wrapper {
|
|
32532
|
-
margin-left: $kendo-icon-spacing;
|
|
32533
|
-
margin-right: $kendo-icon-spacing;
|
|
32534
32572
|
align-self: center;
|
|
32535
32573
|
}
|
|
32536
32574
|
|
|
@@ -32586,12 +32624,6 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
32586
32624
|
padding-right: $kendo-treeview-indent;
|
|
32587
32625
|
}
|
|
32588
32626
|
|
|
32589
|
-
// Treeview toggle
|
|
32590
|
-
.k-treeview-toggle {
|
|
32591
|
-
margin-left: 0;
|
|
32592
|
-
margin-right: -$kendo-treeview-indent;
|
|
32593
|
-
}
|
|
32594
|
-
|
|
32595
32627
|
// Loading
|
|
32596
32628
|
.k-treeview-loading {
|
|
32597
32629
|
margin-right: 0;
|
|
@@ -32616,6 +32648,8 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
32616
32648
|
$_line-height: k-map-get( $size-props, line-height);
|
|
32617
32649
|
$_item-padding-x: k-map-get( $size-props, item-padding-x);
|
|
32618
32650
|
$_item-padding-y: k-map-get( $size-props, item-padding-y);
|
|
32651
|
+
$_checkbox-padding-x: k-map-get( $size-props, checkbox-padding-x );
|
|
32652
|
+
$_checkbox-padding-y: k-map-get( $size-props, checkbox-padding-y );
|
|
32619
32653
|
|
|
32620
32654
|
.k-treeview-#{$size} {
|
|
32621
32655
|
font-size: $_font-size;
|
|
@@ -32625,6 +32659,11 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
32625
32659
|
padding-block: $_item-padding-y;
|
|
32626
32660
|
padding-inline: $_item-padding-x;
|
|
32627
32661
|
}
|
|
32662
|
+
|
|
32663
|
+
.k-checkbox-wrap {
|
|
32664
|
+
padding-block: $_checkbox-padding-y;
|
|
32665
|
+
padding-inline: $_checkbox-padding-x;
|
|
32666
|
+
}
|
|
32628
32667
|
}
|
|
32629
32668
|
}
|
|
32630
32669
|
|
|
@@ -32785,13 +32824,12 @@ $kendo-dropdowntree-popup-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
32785
32824
|
.k-popup-dropdowntree, // remove legacy class once updated in components
|
|
32786
32825
|
.k-dropdowntree-popup,
|
|
32787
32826
|
.k-multiselecttree-popup {
|
|
32788
|
-
|
|
32789
|
-
|
|
32790
|
-
|
|
32791
|
-
padding: $kendo-dropdowntree-popup-padding-y $kendo-dropdowntree-popup-padding-x 0;
|
|
32827
|
+
.k-treeview {
|
|
32828
|
+
padding-block: k-math-div( $kendo-dropdowntree-popup-padding-y, 2 );
|
|
32829
|
+
padding-inline: k-math-div( $kendo-dropdowntree-popup-padding-x, 2 );
|
|
32792
32830
|
}
|
|
32793
32831
|
|
|
32794
|
-
.k-
|
|
32832
|
+
.k-check-all {
|
|
32795
32833
|
padding-block: $kendo-dropdowntree-popup-padding-y;
|
|
32796
32834
|
padding-inline: $kendo-dropdowntree-popup-padding-x;
|
|
32797
32835
|
}
|
|
@@ -41794,6 +41832,8 @@ $kendo-splitter-splitbar-size: k-map-get( $kendo-spacing, 3 ) !default;
|
|
|
41794
41832
|
$kendo-splitter-drag-handle-length: 20px !default;
|
|
41795
41833
|
$kendo-splitter-drag-handle-thickness: 2px !default;
|
|
41796
41834
|
$kendo-splitter-drag-icon-margin: 7px !default;
|
|
41835
|
+
$kendo-splitter-collapse-icon-padding-x: null !default;
|
|
41836
|
+
$kendo-splitter-collapse-icon-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
|
|
41797
41837
|
|
|
41798
41838
|
$kendo-splitbar-bg: $kendo-base-bg !default;
|
|
41799
41839
|
$kendo-splitbar-text: $kendo-base-text !default;
|
|
@@ -41865,6 +41905,7 @@ $kendo-splitbar-selected-text: $kendo-selected-text !default;
|
|
|
41865
41905
|
.k-collapse-prev,
|
|
41866
41906
|
.k-collapse-next {
|
|
41867
41907
|
cursor: pointer;
|
|
41908
|
+
padding: $kendo-splitter-collapse-icon-padding-y $kendo-splitter-collapse-icon-padding-x;
|
|
41868
41909
|
}
|
|
41869
41910
|
|
|
41870
41911
|
}
|
|
@@ -48193,6 +48234,12 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
48193
48234
|
margin-inline: .5em;
|
|
48194
48235
|
}
|
|
48195
48236
|
|
|
48237
|
+
.k-treelist-toggle {
|
|
48238
|
+
margin-block: -$kendo-icon-padding;
|
|
48239
|
+
padding: $kendo-icon-padding;
|
|
48240
|
+
cursor: pointer;
|
|
48241
|
+
}
|
|
48242
|
+
|
|
48196
48243
|
}
|
|
48197
48244
|
|
|
48198
48245
|
|
|
@@ -52371,6 +52418,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
52371
52418
|
th,
|
|
52372
52419
|
td,
|
|
52373
52420
|
div,
|
|
52421
|
+
.k-scheduler-edit-dialog,
|
|
52374
52422
|
> * {
|
|
52375
52423
|
border-color: inherit;
|
|
52376
52424
|
}
|