@progress/kendo-theme-bootstrap 6.4.1-dev.1 → 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 +54 -25
- 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/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/list/_variables.scss +2 -2
- package/scss/splitter/_variables.scss +2 -0
- package/scss/treeview/_variables.scss +30 -4
package/dist/all.css
CHANGED
|
@@ -30160,7 +30160,11 @@ kendo-sortable {
|
|
|
30160
30160
|
}
|
|
30161
30161
|
|
|
30162
30162
|
.k-icon-action {
|
|
30163
|
+
display: inline-flex;
|
|
30163
30164
|
padding: 0.25rem;
|
|
30165
|
+
line-height: 1;
|
|
30166
|
+
align-items: center;
|
|
30167
|
+
vertical-align: middle;
|
|
30164
30168
|
cursor: pointer;
|
|
30165
30169
|
}
|
|
30166
30170
|
|
|
@@ -30659,7 +30663,7 @@ kendo-sortable {
|
|
|
30659
30663
|
border-width: 0;
|
|
30660
30664
|
border-width: 0 0 1px;
|
|
30661
30665
|
border-style: solid;
|
|
30662
|
-
font-weight:
|
|
30666
|
+
font-weight: 700;
|
|
30663
30667
|
white-space: nowrap;
|
|
30664
30668
|
display: flex;
|
|
30665
30669
|
flex-flow: row nowrap;
|
|
@@ -30713,6 +30717,7 @@ kendo-sortable {
|
|
|
30713
30717
|
}
|
|
30714
30718
|
|
|
30715
30719
|
.k-list-item-text::before,
|
|
30720
|
+
.k-list-header-text::before,
|
|
30716
30721
|
.k-list-optionlabel::before {
|
|
30717
30722
|
content: "\200b";
|
|
30718
30723
|
width: 0px;
|
|
@@ -30727,7 +30732,7 @@ kendo-sortable {
|
|
|
30727
30732
|
border-width: 0;
|
|
30728
30733
|
border-width: 1px 0 0;
|
|
30729
30734
|
border-style: solid;
|
|
30730
|
-
font-weight:
|
|
30735
|
+
font-weight: 700;
|
|
30731
30736
|
cursor: default;
|
|
30732
30737
|
display: flex;
|
|
30733
30738
|
flex-flow: row nowrap;
|
|
@@ -32217,6 +32222,10 @@ kendo-badge-container {
|
|
|
32217
32222
|
line-height: 1.25;
|
|
32218
32223
|
}
|
|
32219
32224
|
|
|
32225
|
+
.k-chip-sm .k-chip-action {
|
|
32226
|
+
padding: 0.125rem;
|
|
32227
|
+
}
|
|
32228
|
+
|
|
32220
32229
|
.k-chip-avatar {
|
|
32221
32230
|
width: 1em;
|
|
32222
32231
|
height: 1em;
|
|
@@ -32230,6 +32239,10 @@ kendo-badge-container {
|
|
|
32230
32239
|
line-height: 1.25;
|
|
32231
32240
|
}
|
|
32232
32241
|
|
|
32242
|
+
.k-chip-md .k-chip-action {
|
|
32243
|
+
padding: 0.25rem;
|
|
32244
|
+
}
|
|
32245
|
+
|
|
32233
32246
|
.k-chip-avatar {
|
|
32234
32247
|
width: 1em;
|
|
32235
32248
|
height: 1em;
|
|
@@ -32243,6 +32256,10 @@ kendo-badge-container {
|
|
|
32243
32256
|
line-height: 1.25;
|
|
32244
32257
|
}
|
|
32245
32258
|
|
|
32259
|
+
.k-chip-lg .k-chip-action {
|
|
32260
|
+
padding: 0.375rem;
|
|
32261
|
+
}
|
|
32262
|
+
|
|
32246
32263
|
.k-chip-avatar {
|
|
32247
32264
|
width: 1em;
|
|
32248
32265
|
height: 1em;
|
|
@@ -39576,13 +39593,13 @@ select.k-picker-lg {
|
|
|
39576
39593
|
.k-treeview-item {
|
|
39577
39594
|
outline-style: none;
|
|
39578
39595
|
margin: 0;
|
|
39579
|
-
padding: 0 0 0
|
|
39596
|
+
padding: 0 0 0 24px;
|
|
39580
39597
|
border-width: 0;
|
|
39581
39598
|
display: block;
|
|
39582
39599
|
}
|
|
39583
39600
|
|
|
39584
39601
|
.k-treeview-toggle {
|
|
39585
|
-
margin-
|
|
39602
|
+
margin-inline-start: -24px;
|
|
39586
39603
|
flex: none;
|
|
39587
39604
|
display: inline-flex;
|
|
39588
39605
|
flex-flow: row nowrap;
|
|
@@ -39590,14 +39607,18 @@ select.k-picker-lg {
|
|
|
39590
39607
|
cursor: pointer;
|
|
39591
39608
|
}
|
|
39592
39609
|
|
|
39610
|
+
.k-treeview-toggle .k-icon,
|
|
39611
|
+
.k-treeview-toggle .k-svg-icon {
|
|
39612
|
+
padding: 0.25rem;
|
|
39613
|
+
box-sizing: content-box;
|
|
39614
|
+
}
|
|
39615
|
+
|
|
39593
39616
|
.k-treeview-loading {
|
|
39594
39617
|
margin-right: 0.5rem;
|
|
39595
39618
|
}
|
|
39596
39619
|
|
|
39597
39620
|
.k-treeview .k-checkbox-wrap,
|
|
39598
39621
|
.k-treeview .k-checkbox-wrapper {
|
|
39599
|
-
margin-left: 0.5rem;
|
|
39600
|
-
margin-right: 0.5rem;
|
|
39601
39622
|
align-self: center;
|
|
39602
39623
|
}
|
|
39603
39624
|
|
|
@@ -39638,15 +39659,7 @@ select.k-picker-lg {
|
|
|
39638
39659
|
.k-treeview.k-rtl .k-treeview-item,
|
|
39639
39660
|
.k-treeview[dir="rtl"] .k-treeview-item {
|
|
39640
39661
|
padding-left: 0;
|
|
39641
|
-
padding-right:
|
|
39642
|
-
}
|
|
39643
|
-
|
|
39644
|
-
.k-rtl .k-treeview .k-treeview-toggle,
|
|
39645
|
-
[dir="rtl"] .k-treeview .k-treeview-toggle,
|
|
39646
|
-
.k-treeview.k-rtl .k-treeview-toggle,
|
|
39647
|
-
.k-treeview[dir="rtl"] .k-treeview-toggle {
|
|
39648
|
-
margin-left: 0;
|
|
39649
|
-
margin-right: -16px;
|
|
39662
|
+
padding-right: 24px;
|
|
39650
39663
|
}
|
|
39651
39664
|
|
|
39652
39665
|
.k-rtl .k-treeview .k-treeview-loading,
|
|
@@ -39703,6 +39716,11 @@ select.k-picker-lg {
|
|
|
39703
39716
|
padding-inline: 0.5rem;
|
|
39704
39717
|
}
|
|
39705
39718
|
|
|
39719
|
+
.k-treeview-sm .k-checkbox-wrap {
|
|
39720
|
+
padding-block: 0.125rem;
|
|
39721
|
+
padding-inline: 0.25rem;
|
|
39722
|
+
}
|
|
39723
|
+
|
|
39706
39724
|
.k-treeview-md {
|
|
39707
39725
|
font-size: 1rem;
|
|
39708
39726
|
line-height: 1.5;
|
|
@@ -39713,6 +39731,10 @@ select.k-picker-lg {
|
|
|
39713
39731
|
padding-inline: 0.75rem;
|
|
39714
39732
|
}
|
|
39715
39733
|
|
|
39734
|
+
.k-treeview-md .k-checkbox-wrap {
|
|
39735
|
+
padding-inline: 0.25rem;
|
|
39736
|
+
}
|
|
39737
|
+
|
|
39716
39738
|
.k-treeview-lg {
|
|
39717
39739
|
font-size: 1rem;
|
|
39718
39740
|
line-height: 1.5;
|
|
@@ -39723,6 +39745,10 @@ select.k-picker-lg {
|
|
|
39723
39745
|
padding-inline: 0.75rem;
|
|
39724
39746
|
}
|
|
39725
39747
|
|
|
39748
|
+
.k-treeview-lg .k-checkbox-wrap {
|
|
39749
|
+
padding-inline: 0.25rem;
|
|
39750
|
+
}
|
|
39751
|
+
|
|
39726
39752
|
.k-treeview-leaf {
|
|
39727
39753
|
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
|
|
39728
39754
|
}
|
|
@@ -39763,21 +39789,16 @@ select.k-picker-lg {
|
|
|
39763
39789
|
box-shadow: inset 0 0 0 2px rgba(33, 37, 41, 0.15);
|
|
39764
39790
|
}
|
|
39765
39791
|
|
|
39766
|
-
.k-popup-dropdowntree,
|
|
39767
|
-
.k-dropdowntree-popup,
|
|
39768
|
-
.k-multiselecttree-popup {
|
|
39769
|
-
padding: 0;
|
|
39792
|
+
.k-popup-dropdowntree .k-treeview,
|
|
39793
|
+
.k-dropdowntree-popup .k-treeview,
|
|
39794
|
+
.k-multiselecttree-popup .k-treeview {
|
|
39795
|
+
padding-block: 0.25rem;
|
|
39796
|
+
padding-inline: 0.25rem;
|
|
39770
39797
|
}
|
|
39771
39798
|
|
|
39772
39799
|
.k-popup-dropdowntree .k-check-all,
|
|
39773
39800
|
.k-dropdowntree-popup .k-check-all,
|
|
39774
39801
|
.k-multiselecttree-popup .k-check-all {
|
|
39775
|
-
padding: 0.5rem 0.5rem 0;
|
|
39776
|
-
}
|
|
39777
|
-
|
|
39778
|
-
.k-popup-dropdowntree .k-treeview,
|
|
39779
|
-
.k-dropdowntree-popup .k-treeview,
|
|
39780
|
-
.k-multiselecttree-popup .k-treeview {
|
|
39781
39802
|
padding-block: 0.5rem;
|
|
39782
39803
|
padding-inline: 0.5rem;
|
|
39783
39804
|
}
|
|
@@ -44948,6 +44969,7 @@ kendo-card-footer {
|
|
|
44948
44969
|
.k-splitbar .k-collapse-prev,
|
|
44949
44970
|
.k-splitbar .k-collapse-next {
|
|
44950
44971
|
cursor: pointer;
|
|
44972
|
+
padding: 0.125rem;
|
|
44951
44973
|
}
|
|
44952
44974
|
|
|
44953
44975
|
.k-splitbar-draggable-horizontal {
|
|
@@ -49629,6 +49651,12 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
49629
49651
|
margin-inline: .5em;
|
|
49630
49652
|
}
|
|
49631
49653
|
|
|
49654
|
+
.k-treelist-toggle {
|
|
49655
|
+
margin-block: -0.25rem;
|
|
49656
|
+
padding: 0.25rem;
|
|
49657
|
+
cursor: pointer;
|
|
49658
|
+
}
|
|
49659
|
+
|
|
49632
49660
|
.k-treelist tr.k-footer td,
|
|
49633
49661
|
.k-treelist tr.k-footer-template td {
|
|
49634
49662
|
font-weight: normal;
|
|
@@ -52213,6 +52241,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
52213
52241
|
.k-scheduler th,
|
|
52214
52242
|
.k-scheduler td,
|
|
52215
52243
|
.k-scheduler div,
|
|
52244
|
+
.k-scheduler .k-scheduler-edit-dialog,
|
|
52216
52245
|
.k-scheduler > * {
|
|
52217
52246
|
border-color: inherit;
|
|
52218
52247
|
}
|
package/dist/all.scss
CHANGED
|
@@ -16923,7 +16923,11 @@ $ki-rotate-map: (
|
|
|
16923
16923
|
}
|
|
16924
16924
|
|
|
16925
16925
|
.k-icon-action {
|
|
16926
|
+
display: inline-flex;
|
|
16926
16927
|
padding: $kendo-icon-padding;
|
|
16928
|
+
line-height: 1;
|
|
16929
|
+
align-items: center;
|
|
16930
|
+
vertical-align: middle;
|
|
16927
16931
|
cursor: pointer;
|
|
16928
16932
|
}
|
|
16929
16933
|
|
|
@@ -17472,7 +17476,7 @@ $kendo-list-lg-header-line-height: null !default;
|
|
|
17472
17476
|
|
|
17473
17477
|
/// The font weight of the List header.
|
|
17474
17478
|
/// @group list
|
|
17475
|
-
$kendo-list-header-font-weight: bold !default;
|
|
17479
|
+
$kendo-list-header-font-weight: $kendo-font-weight-bold !default;
|
|
17476
17480
|
|
|
17477
17481
|
/// The horizontal padding of the List items, when no size is set.
|
|
17478
17482
|
/// @group list
|
|
@@ -17536,7 +17540,7 @@ $kendo-list-lg-group-item-line-height: null !default;
|
|
|
17536
17540
|
|
|
17537
17541
|
/// The font weight of a List group item.
|
|
17538
17542
|
/// @group list
|
|
17539
|
-
$kendo-list-group-item-font-weight: bold !default;
|
|
17543
|
+
$kendo-list-group-item-font-weight: $kendo-font-weight-bold !default;
|
|
17540
17544
|
|
|
17541
17545
|
|
|
17542
17546
|
/// The map with the sizes of the List.
|
|
@@ -18371,6 +18375,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
18371
18375
|
}
|
|
18372
18376
|
}
|
|
18373
18377
|
.k-list-item-text,
|
|
18378
|
+
.k-list-header-text,
|
|
18374
18379
|
.k-list-optionlabel {
|
|
18375
18380
|
&::before {
|
|
18376
18381
|
content: "\200b";
|
|
@@ -21302,6 +21307,10 @@ $kendo-chip-list-sizes: (
|
|
|
21302
21307
|
padding-inline: $_padding-x;
|
|
21303
21308
|
font-size: $_font-size;
|
|
21304
21309
|
line-height: $_line-height;
|
|
21310
|
+
|
|
21311
|
+
.k-chip-action {
|
|
21312
|
+
padding: $_padding-y;
|
|
21313
|
+
}
|
|
21305
21314
|
}
|
|
21306
21315
|
|
|
21307
21316
|
.k-chip-avatar {
|
|
@@ -34411,7 +34420,7 @@ $kendo-treeview-lg-line-height: $kendo-line-height-md !default;
|
|
|
34411
34420
|
|
|
34412
34421
|
/// The indentation of child groups in the TreeView.
|
|
34413
34422
|
/// @group treeview
|
|
34414
|
-
$kendo-treeview-indent:
|
|
34423
|
+
$kendo-treeview-indent: 24px !default;
|
|
34415
34424
|
|
|
34416
34425
|
/// The horizontal padding of the TreeView items.
|
|
34417
34426
|
/// @group treeview
|
|
@@ -34444,6 +34453,25 @@ $kendo-treeview-item-border-width: 0px !default;
|
|
|
34444
34453
|
/// @group treeview
|
|
34445
34454
|
$kendo-treeview-item-border-radius: k-map-get( $kendo-spacing, 1 ) !default;
|
|
34446
34455
|
|
|
34456
|
+
/// The horizontal padding of the checkbox in the small TreeView.
|
|
34457
|
+
/// @group treeview
|
|
34458
|
+
$kendo-treeview-sm-checkbox-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
34459
|
+
/// The horizontal padding of the checkbox in the medium TreeView.
|
|
34460
|
+
/// @group treeview
|
|
34461
|
+
$kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
|
|
34462
|
+
/// The horizontal padding of the checkbox in the large TreeView.
|
|
34463
|
+
/// @group treeview
|
|
34464
|
+
$kendo-treeview-lg-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
|
|
34465
|
+
/// The vertical padding of the checkbox in the small TreeView.
|
|
34466
|
+
/// @group treeview
|
|
34467
|
+
$kendo-treeview-sm-checkbox-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
|
|
34468
|
+
/// The vertical padding of the checkbox in the medium TreeView.
|
|
34469
|
+
/// @group treeview
|
|
34470
|
+
$kendo-treeview-md-checkbox-padding-y: null !default;
|
|
34471
|
+
/// The vertical padding of the checkbox in the large TreeView.
|
|
34472
|
+
/// @group treeview
|
|
34473
|
+
$kendo-treeview-lg-checkbox-padding-y: null !default;
|
|
34474
|
+
|
|
34447
34475
|
|
|
34448
34476
|
/// The sizes map of the TreeView.
|
|
34449
34477
|
/// @group treeview
|
|
@@ -34452,19 +34480,25 @@ $kendo-treeview-sizes: (
|
|
|
34452
34480
|
font-size: $kendo-treeview-sm-font-size,
|
|
34453
34481
|
line-height: $kendo-treeview-sm-line-height,
|
|
34454
34482
|
item-padding-x: $kendo-treeview-sm-item-padding-x,
|
|
34455
|
-
item-padding-y: $kendo-treeview-sm-item-padding-y
|
|
34483
|
+
item-padding-y: $kendo-treeview-sm-item-padding-y,
|
|
34484
|
+
checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,
|
|
34485
|
+
checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y
|
|
34456
34486
|
),
|
|
34457
34487
|
md: (
|
|
34458
34488
|
font-size: $kendo-treeview-md-font-size,
|
|
34459
34489
|
line-height: $kendo-treeview-md-line-height,
|
|
34460
34490
|
item-padding-x: $kendo-treeview-md-item-padding-x,
|
|
34461
|
-
item-padding-y: $kendo-treeview-md-item-padding-y
|
|
34491
|
+
item-padding-y: $kendo-treeview-md-item-padding-y,
|
|
34492
|
+
checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,
|
|
34493
|
+
checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y
|
|
34462
34494
|
),
|
|
34463
34495
|
lg: (
|
|
34464
34496
|
font-size: $kendo-treeview-lg-font-size,
|
|
34465
34497
|
line-height: $kendo-treeview-lg-line-height,
|
|
34466
34498
|
item-padding-x: $kendo-treeview-lg-item-padding-x,
|
|
34467
|
-
item-padding-y: $kendo-treeview-lg-item-padding-y
|
|
34499
|
+
item-padding-y: $kendo-treeview-lg-item-padding-y,
|
|
34500
|
+
checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,
|
|
34501
|
+
checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y
|
|
34468
34502
|
)
|
|
34469
34503
|
) !default;
|
|
34470
34504
|
|
|
@@ -34542,6 +34576,7 @@ $kendo-treeview-loadmore-focus-border: null !default;
|
|
|
34542
34576
|
/// @group treeview
|
|
34543
34577
|
$kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !default;
|
|
34544
34578
|
|
|
34579
|
+
|
|
34545
34580
|
// #endregion
|
|
34546
34581
|
// #region @import "./_layout.scss"; -> scss/treeview/_layout.scss
|
|
34547
34582
|
// #region @import "@progress/kendo-theme-default/scss/treeview/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/treeview/_layout.scss
|
|
@@ -34620,13 +34655,18 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
34620
34655
|
|
|
34621
34656
|
// Treeview toggle
|
|
34622
34657
|
.k-treeview-toggle {
|
|
34623
|
-
margin-
|
|
34658
|
+
margin-inline-start: -$kendo-treeview-indent;
|
|
34624
34659
|
flex: none;
|
|
34625
34660
|
display: inline-flex;
|
|
34626
34661
|
flex-flow: row nowrap;
|
|
34627
34662
|
align-items: center;
|
|
34628
34663
|
cursor: pointer;
|
|
34629
34664
|
}
|
|
34665
|
+
.k-treeview-toggle .k-icon,
|
|
34666
|
+
.k-treeview-toggle .k-svg-icon {
|
|
34667
|
+
padding: $kendo-icon-padding;
|
|
34668
|
+
box-sizing: content-box;
|
|
34669
|
+
}
|
|
34630
34670
|
|
|
34631
34671
|
|
|
34632
34672
|
// Loading icon
|
|
@@ -34638,8 +34678,6 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
34638
34678
|
// Checkbox
|
|
34639
34679
|
.k-treeview .k-checkbox-wrap,
|
|
34640
34680
|
.k-treeview .k-checkbox-wrapper {
|
|
34641
|
-
margin-left: $kendo-icon-spacing;
|
|
34642
|
-
margin-right: $kendo-icon-spacing;
|
|
34643
34681
|
align-self: center;
|
|
34644
34682
|
}
|
|
34645
34683
|
|
|
@@ -34695,12 +34733,6 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
34695
34733
|
padding-right: $kendo-treeview-indent;
|
|
34696
34734
|
}
|
|
34697
34735
|
|
|
34698
|
-
// Treeview toggle
|
|
34699
|
-
.k-treeview-toggle {
|
|
34700
|
-
margin-left: 0;
|
|
34701
|
-
margin-right: -$kendo-treeview-indent;
|
|
34702
|
-
}
|
|
34703
|
-
|
|
34704
34736
|
// Loading
|
|
34705
34737
|
.k-treeview-loading {
|
|
34706
34738
|
margin-right: 0;
|
|
@@ -34725,6 +34757,8 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
34725
34757
|
$_line-height: k-map-get( $size-props, line-height);
|
|
34726
34758
|
$_item-padding-x: k-map-get( $size-props, item-padding-x);
|
|
34727
34759
|
$_item-padding-y: k-map-get( $size-props, item-padding-y);
|
|
34760
|
+
$_checkbox-padding-x: k-map-get( $size-props, checkbox-padding-x );
|
|
34761
|
+
$_checkbox-padding-y: k-map-get( $size-props, checkbox-padding-y );
|
|
34728
34762
|
|
|
34729
34763
|
.k-treeview-#{$size} {
|
|
34730
34764
|
font-size: $_font-size;
|
|
@@ -34734,6 +34768,11 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
34734
34768
|
padding-block: $_item-padding-y;
|
|
34735
34769
|
padding-inline: $_item-padding-x;
|
|
34736
34770
|
}
|
|
34771
|
+
|
|
34772
|
+
.k-checkbox-wrap {
|
|
34773
|
+
padding-block: $_checkbox-padding-y;
|
|
34774
|
+
padding-inline: $_checkbox-padding-x;
|
|
34775
|
+
}
|
|
34737
34776
|
}
|
|
34738
34777
|
}
|
|
34739
34778
|
|
|
@@ -34905,13 +34944,12 @@ $kendo-dropdowntree-popup-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
34905
34944
|
.k-popup-dropdowntree, // remove legacy class once updated in components
|
|
34906
34945
|
.k-dropdowntree-popup,
|
|
34907
34946
|
.k-multiselecttree-popup {
|
|
34908
|
-
|
|
34909
|
-
|
|
34910
|
-
|
|
34911
|
-
padding: $kendo-dropdowntree-popup-padding-y $kendo-dropdowntree-popup-padding-x 0;
|
|
34947
|
+
.k-treeview {
|
|
34948
|
+
padding-block: k-math-div( $kendo-dropdowntree-popup-padding-y, 2 );
|
|
34949
|
+
padding-inline: k-math-div( $kendo-dropdowntree-popup-padding-x, 2 );
|
|
34912
34950
|
}
|
|
34913
34951
|
|
|
34914
|
-
.k-
|
|
34952
|
+
.k-check-all {
|
|
34915
34953
|
padding-block: $kendo-dropdowntree-popup-padding-y;
|
|
34916
34954
|
padding-inline: $kendo-dropdowntree-popup-padding-x;
|
|
34917
34955
|
}
|
|
@@ -44066,6 +44104,8 @@ $kendo-splitter-splitbar-size: k-map-get( $kendo-spacing, 3 ) !default;
|
|
|
44066
44104
|
$kendo-splitter-drag-handle-length: 20px !default;
|
|
44067
44105
|
$kendo-splitter-drag-handle-thickness: 2px !default;
|
|
44068
44106
|
$kendo-splitter-drag-icon-margin: 7px !default;
|
|
44107
|
+
$kendo-splitter-collapse-icon-padding-x: null !default;
|
|
44108
|
+
$kendo-splitter-collapse-icon-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
|
|
44069
44109
|
|
|
44070
44110
|
$kendo-splitbar-bg: $kendo-base-bg !default;
|
|
44071
44111
|
$kendo-splitbar-text: $kendo-base-text !default;
|
|
@@ -44137,6 +44177,7 @@ $kendo-splitbar-selected-text: $kendo-selected-text !default;
|
|
|
44137
44177
|
.k-collapse-prev,
|
|
44138
44178
|
.k-collapse-next {
|
|
44139
44179
|
cursor: pointer;
|
|
44180
|
+
padding: $kendo-splitter-collapse-icon-padding-y $kendo-splitter-collapse-icon-padding-x;
|
|
44140
44181
|
}
|
|
44141
44182
|
|
|
44142
44183
|
}
|
|
@@ -51171,6 +51212,12 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
51171
51212
|
margin-inline: .5em;
|
|
51172
51213
|
}
|
|
51173
51214
|
|
|
51215
|
+
.k-treelist-toggle {
|
|
51216
|
+
margin-block: -$kendo-icon-padding;
|
|
51217
|
+
padding: $kendo-icon-padding;
|
|
51218
|
+
cursor: pointer;
|
|
51219
|
+
}
|
|
51220
|
+
|
|
51174
51221
|
}
|
|
51175
51222
|
|
|
51176
51223
|
|
|
@@ -55381,6 +55428,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
55381
55428
|
th,
|
|
55382
55429
|
td,
|
|
55383
55430
|
div,
|
|
55431
|
+
.k-scheduler-edit-dialog,
|
|
55384
55432
|
> * {
|
|
55385
55433
|
border-color: inherit;
|
|
55386
55434
|
}
|