@progress/kendo-theme-default 6.8.0-dev.2 → 7.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 +567 -4823
- package/dist/all.scss +257 -1320
- package/dist/meta/sassdoc-data.json +428 -320
- package/dist/meta/sassdoc-raw-data.json +166 -116
- package/dist/meta/variables.json +97 -121
- 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 +5 -5
- package/scss/_variables.scss +1 -1
- package/scss/action-sheet/_variables.scss +1 -1
- package/scss/appbar/_variables.scss +2 -2
- package/scss/bottom-navigation/_layout.scss +1 -0
- package/scss/bottom-navigation/_variables.scss +2 -2
- package/scss/breadcrumb/_layout.scss +1 -2
- package/scss/calendar/_theme.scss +1 -0
- package/scss/calendar/_variables.scss +1 -0
- package/scss/card/_variables.scss +2 -1
- package/scss/chat/_variables.scss +6 -6
- package/scss/coloreditor/_variables.scss +3 -2
- package/scss/colorgradient/_layout.scss +3 -3
- package/scss/colorgradient/_theme.scss +4 -2
- package/scss/colorgradient/_variables.scss +14 -8
- package/scss/common/_index.scss +1 -0
- package/scss/common/_indicators.scss +39 -0
- package/scss/core/_index.scss +3 -0
- package/scss/drawer/_layout.scss +0 -1
- package/scss/editor/_layout.scss +3 -7
- package/scss/fab/_variables.scss +2 -2
- package/scss/grid/_layout.scss +5 -10
- package/scss/grid/_theme.scss +3 -6
- package/scss/icons/_layout.scss +4 -4
- package/scss/index.scss +2 -0
- package/scss/input/_layout.scss +10 -10
- package/scss/list/_variables.scss +1 -1
- package/scss/listview/_variables.scss +1 -1
- package/scss/map/_layout.scss +1 -2
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/panelbar/_layout.scss +1 -0
- package/scss/panelbar/_theme.scss +0 -2
- package/scss/pdf-viewer/_theme.scss +1 -2
- package/scss/pdf-viewer/_variables.scss +1 -1
- package/scss/pivotgrid/_layout.scss +3 -6
- package/scss/pivotgrid/_variables.scss +5 -4
- package/scss/popup/_variables.scss +1 -1
- package/scss/rating/_theme.scss +0 -6
- package/scss/rating/_variables.scss +2 -2
- package/scss/scheduler/_layout.scss +2 -16
- package/scss/scheduler/_theme.scss +0 -17
- package/scss/scheduler/_variables.scss +1 -3
- package/scss/scrollview/_layout.scss +1 -2
- package/scss/spreadsheet/_layout.scss +2 -5
- package/scss/stepper/_layout.scss +2 -4
- package/scss/stepper/_theme.scss +1 -2
- package/scss/tabstrip/_layout.scss +1 -0
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/tilelayout/_layout.scss +1 -0
- package/scss/timeline/_variables.scss +1 -1
- package/scss/tooltip/_layout.scss +1 -2
- package/scss/tooltip/_theme.scss +1 -1
- package/scss/tooltip/_variables.scss +2 -0
- package/scss/treeview/_layout.scss +1 -4
- package/scss/upload/_layout.scss +1 -2
- package/scss/window/_variables.scss +2 -2
package/scss/input/_layout.scss
CHANGED
|
@@ -217,9 +217,7 @@
|
|
|
217
217
|
.k-input-validation-icon,
|
|
218
218
|
.k-input-loading-icon,
|
|
219
219
|
.k-input-prefix > .k-icon,
|
|
220
|
-
.k-input-
|
|
221
|
-
.k-input-suffix > .k-icon,
|
|
222
|
-
.k-input-suffix > .k-svg-icon {
|
|
220
|
+
.k-input-suffix > .k-icon {
|
|
223
221
|
flex: none;
|
|
224
222
|
align-self: center;
|
|
225
223
|
display: inline-flex;
|
|
@@ -229,6 +227,12 @@
|
|
|
229
227
|
box-sizing: content-box;
|
|
230
228
|
}
|
|
231
229
|
|
|
230
|
+
.k-input-loading-icon {
|
|
231
|
+
width: 1em;
|
|
232
|
+
height: 1em;
|
|
233
|
+
font-size: $kendo-icon-size;
|
|
234
|
+
}
|
|
235
|
+
|
|
232
236
|
// Input with SVG icon
|
|
233
237
|
.k-input-icon,
|
|
234
238
|
.k-input-validation-icon,
|
|
@@ -342,12 +346,10 @@
|
|
|
342
346
|
min-height: auto !important; // stylelint-disable-line declaration-no-important
|
|
343
347
|
}
|
|
344
348
|
}
|
|
345
|
-
.k-spinner-increase .k-icon
|
|
346
|
-
.k-spinner-increase .k-svg-icon {
|
|
349
|
+
.k-spinner-increase .k-icon {
|
|
347
350
|
bottom: if( $kendo-use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
|
|
348
351
|
}
|
|
349
|
-
.k-spinner-decrease .k-icon
|
|
350
|
-
.k-spinner-decrease .k-svg-icon {
|
|
352
|
+
.k-spinner-decrease .k-icon {
|
|
351
353
|
top: if( $kendo-use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
|
|
352
354
|
}
|
|
353
355
|
}
|
|
@@ -433,9 +435,7 @@
|
|
|
433
435
|
.k-input-loading-icon,
|
|
434
436
|
.k-clear-value,
|
|
435
437
|
.k-input-prefix > .k-icon,
|
|
436
|
-
.k-input-
|
|
437
|
-
.k-input-suffix > .k-icon,
|
|
438
|
-
.k-input-suffix > .k-svg-icon {
|
|
438
|
+
.k-input-suffix > .k-icon {
|
|
439
439
|
padding-block: $_padding-y;
|
|
440
440
|
padding-inline: $_padding-y;
|
|
441
441
|
box-sizing: content-box;
|
|
@@ -195,7 +195,7 @@ $kendo-list-header-text: null !default;
|
|
|
195
195
|
$kendo-list-header-border: inherit !default;
|
|
196
196
|
/// The box shadow of the List header.
|
|
197
197
|
/// @group list
|
|
198
|
-
$kendo-list-header-shadow:
|
|
198
|
+
$kendo-list-header-shadow: k-elevation(2) !default;
|
|
199
199
|
|
|
200
200
|
|
|
201
201
|
/// The background color of the List items.
|
|
@@ -57,4 +57,4 @@ $kendo-listview-item-focus-bg: null !default;
|
|
|
57
57
|
$kendo-listview-item-focus-border: null !default;
|
|
58
58
|
/// The box shadow of the focused ListView items.
|
|
59
59
|
/// @group listview
|
|
60
|
-
$kendo-listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
60
|
+
$kendo-listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
package/scss/map/_layout.scss
CHANGED
|
@@ -22,7 +22,7 @@ $kendo-orgchart-node-group-text: $kendo-base-text !default;
|
|
|
22
22
|
$kendo-orgchart-node-group-border: $kendo-base-border !default;
|
|
23
23
|
|
|
24
24
|
$kendo-orgchart-node-group-focus-border: $kendo-card-focus-border !default;
|
|
25
|
-
$kendo-orgchart-node-group-focus-shadow:
|
|
25
|
+
$kendo-orgchart-node-group-focus-shadow: k-elevation(1) !default;
|
|
26
26
|
|
|
27
27
|
$kendo-orgchart-node-group-title-font-size: $kendo-font-size-lg !default;
|
|
28
28
|
$kendo-orgchart-node-group-title-margin-bottom: k-math-div( $kendo-orgchart-spacer, 3 ) !default;
|
|
@@ -37,7 +37,7 @@ $kendo-orgchart-card-padding-y: $kendo-card-padding-y !default;
|
|
|
37
37
|
$kendo-orgchart-card-padding-x: $kendo-orgchart-card-padding-y !default;
|
|
38
38
|
$kendo-orgchart-card-border-width: $kendo-card-border-width !default;
|
|
39
39
|
$kendo-orgchart-card-shadow: $kendo-card-shadow !default;
|
|
40
|
-
$kendo-orgchart-card-focus-shadow:
|
|
40
|
+
$kendo-orgchart-card-focus-shadow: k-elevation(1) !default;
|
|
41
41
|
|
|
42
42
|
$kendo-orgchart-card-title-margin-bottom: 0px !default;
|
|
43
43
|
$kendo-orgchart-card-title-font-size: null !default;
|
|
@@ -23,7 +23,7 @@ $kendo-pdf-viewer-page-spacing: 30px !default;
|
|
|
23
23
|
$kendo-pdf-viewer-page-bg: white !default;
|
|
24
24
|
$kendo-pdf-viewer-page-text: $kendo-component-text !default;
|
|
25
25
|
$kendo-pdf-viewer-page-border: $kendo-component-border !default;
|
|
26
|
-
$kendo-pdf-viewer-page-shadow:
|
|
26
|
+
$kendo-pdf-viewer-page-shadow: k-elevation(3) !default;
|
|
27
27
|
|
|
28
28
|
$kendo-pdf-viewer-search-panel-padding-x: $kendo-toolbar-md-padding-x !default;
|
|
29
29
|
$kendo-pdf-viewer-search-panel-padding-y: calc( #{$kendo-toolbar-md-padding-x} * 2 ) !default;
|
|
@@ -144,8 +144,7 @@
|
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
.k-pivotgrid-cell .k-icon
|
|
148
|
-
.k-pivotgrid-cell .k-svg-icon {
|
|
147
|
+
.k-pivotgrid-cell .k-icon {
|
|
149
148
|
cursor: pointer;
|
|
150
149
|
padding-inline-end: $kendo-pivotgrid-icon-spacing;
|
|
151
150
|
}
|
|
@@ -197,8 +196,7 @@
|
|
|
197
196
|
span {
|
|
198
197
|
writing-mode: vertical-rl;
|
|
199
198
|
}
|
|
200
|
-
.k-icon
|
|
201
|
-
.k-svg-icon {
|
|
199
|
+
.k-icon {
|
|
202
200
|
vertical-align: baseline;
|
|
203
201
|
}
|
|
204
202
|
}
|
|
@@ -355,8 +353,7 @@
|
|
|
355
353
|
flex-direction: row;
|
|
356
354
|
align-items: center;
|
|
357
355
|
|
|
358
|
-
.k-icon
|
|
359
|
-
.k-svg-icon {
|
|
356
|
+
.k-icon {
|
|
360
357
|
margin-right: k-map-get( $kendo-spacing, 2 );
|
|
361
358
|
}
|
|
362
359
|
.k-dropdown-list {
|
|
@@ -69,10 +69,11 @@ $kendo-pivotgrid-configurator-header-bg: null !default;
|
|
|
69
69
|
$kendo-pivotgrid-configurator-header-text: $kendo-component-header-text !default;
|
|
70
70
|
$kendo-pivotgrid-configurator-header-border: null !default;
|
|
71
71
|
|
|
72
|
-
$kendo-pivotgrid-configurator-
|
|
73
|
-
$kendo-pivotgrid-configurator-
|
|
74
|
-
$kendo-pivotgrid-configurator-
|
|
75
|
-
$kendo-pivotgrid-configurator-
|
|
72
|
+
$kendo-pivotgrid-configurator-shadow: k-elevation(3) !default;
|
|
73
|
+
$kendo-pivotgrid-configurator-end-shadow: $kendo-pivotgrid-configurator-shadow !default; // -3px 0px 6px rgba(0, 0, 0, .16)
|
|
74
|
+
$kendo-pivotgrid-configurator-start-shadow: $kendo-pivotgrid-configurator-shadow !default; // 3px 0px 6px rgba(0, 0, 0, .16)
|
|
75
|
+
$kendo-pivotgrid-configurator-top-shadow: $kendo-pivotgrid-configurator-shadow !default; // 0px -3px 6px rgba(0, 0, 0, .16)
|
|
76
|
+
$kendo-pivotgrid-configurator-bottom-shadow: $kendo-pivotgrid-configurator-shadow !default; // 0px 3px 6px rgba(0, 0, 0, .16)
|
|
76
77
|
|
|
77
78
|
$kendo-pivotgrid-configurator-button-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
78
79
|
$kendo-pivotgrid-configurator-button-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
@@ -36,4 +36,4 @@ $kendo-popup-text: $kendo-component-text !default;
|
|
|
36
36
|
$kendo-popup-border: $kendo-component-border !default;
|
|
37
37
|
/// Box shadow of the popup.
|
|
38
38
|
/// @group popup
|
|
39
|
-
$kendo-popup-shadow:
|
|
39
|
+
$kendo-popup-shadow: k-elevation(4) !default;
|
package/scss/rating/_theme.scss
CHANGED
|
@@ -8,16 +8,10 @@
|
|
|
8
8
|
|
|
9
9
|
.k-rating-item {
|
|
10
10
|
> .k-icon {
|
|
11
|
-
text-shadow: $kendo-rating-icon-focus-shadow;
|
|
12
|
-
}
|
|
13
|
-
> .k-svg-icon {
|
|
14
11
|
filter: drop-shadow( $kendo-rating-icon-focus-shadow );
|
|
15
12
|
}
|
|
16
13
|
|
|
17
14
|
&.k-selected > .k-icon {
|
|
18
|
-
text-shadow: $kendo-rating-icon-focus-selected-shadow;
|
|
19
|
-
}
|
|
20
|
-
&.k-selected > .k-svg-icon {
|
|
21
15
|
filter: drop-shadow( $kendo-rating-icon-focus-selected-shadow );
|
|
22
16
|
}
|
|
23
17
|
}
|
|
@@ -20,5 +20,5 @@ $kendo-rating-icon-selected-text: $kendo-selected-bg !default;
|
|
|
20
20
|
$kendo-rating-icon-hover-text: $kendo-selected-bg !default;
|
|
21
21
|
$kendo-rating-icon-focus-text: $kendo-selected-bg !default;
|
|
22
22
|
|
|
23
|
-
$kendo-rating-icon-focus-shadow:
|
|
24
|
-
$kendo-rating-icon-focus-selected-shadow:
|
|
23
|
+
$kendo-rating-icon-focus-shadow: k-elevation(1) !default;
|
|
24
|
+
$kendo-rating-icon-focus-selected-shadow: k-elevation(1) !default;
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
line-height: $kendo-scheduler-line-height;
|
|
12
12
|
display: flex;
|
|
13
13
|
flex-direction: column;
|
|
14
|
+
position: relative;
|
|
14
15
|
-webkit-touch-callout: none;
|
|
15
16
|
-webkit-tap-highlight-color: $kendo-color-rgba-transparent;
|
|
16
17
|
|
|
@@ -527,8 +528,7 @@
|
|
|
527
528
|
position: absolute;
|
|
528
529
|
justify-content: center;
|
|
529
530
|
|
|
530
|
-
> .k-icon
|
|
531
|
-
> .k-svg-icon {
|
|
531
|
+
> .k-icon {
|
|
532
532
|
position: absolute;
|
|
533
533
|
top: 50%;
|
|
534
534
|
left: 50%;
|
|
@@ -536,20 +536,6 @@
|
|
|
536
536
|
}
|
|
537
537
|
}
|
|
538
538
|
|
|
539
|
-
// Current time
|
|
540
|
-
.k-current-time {
|
|
541
|
-
position: absolute;
|
|
542
|
-
|
|
543
|
-
&.k-current-time-arrow-left,
|
|
544
|
-
&.k-current-time-arrow-right,
|
|
545
|
-
&.k-current-time-arrow-down {
|
|
546
|
-
width: 0;
|
|
547
|
-
height: 0;
|
|
548
|
-
background: transparent;
|
|
549
|
-
border: 4px solid transparent;
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
|
-
|
|
553
539
|
// Draging hint
|
|
554
540
|
.k-event-drag-hint {
|
|
555
541
|
opacity: .5;
|
|
@@ -9,23 +9,6 @@
|
|
|
9
9
|
);
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
// Current time
|
|
13
|
-
.k-current-time {
|
|
14
|
-
background: $kendo-scheduler-current-time-color;
|
|
15
|
-
|
|
16
|
-
&.k-current-time-arrow-left {
|
|
17
|
-
border-right-color: $kendo-scheduler-current-time-color;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
&.k-current-time-arrow-right {
|
|
21
|
-
border-left-color: $kendo-scheduler-current-time-color;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
&.k-current-time-arrow-down {
|
|
25
|
-
border-top-color: $kendo-scheduler-current-time-color;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
12
|
// Header and footer
|
|
30
13
|
.k-scheduler-toolbar {
|
|
31
14
|
@include fill(
|
|
@@ -48,8 +48,6 @@ $kendo-scheduler-cell-height: $kendo-line-height-em !default;
|
|
|
48
48
|
$kendo-scheduler-datecolumn-width: 12em !default;
|
|
49
49
|
$kendo-scheduler-timecolumn-width: 11em !default;
|
|
50
50
|
|
|
51
|
-
$kendo-scheduler-current-time-color: #ff0000 !default;
|
|
52
|
-
|
|
53
51
|
$kendo-scheduler-nonwork-bg: k-try-shade( $kendo-scheduler-bg, .5 ) !default;
|
|
54
52
|
$kendo-scheduler-nonwork-text: null !default;
|
|
55
53
|
|
|
@@ -77,7 +75,7 @@ $kendo-scheduler-tooltip-border-width: 0 !default;
|
|
|
77
75
|
$kendo-scheduler-tooltip-bg: $kendo-color-primary-contrast !default;
|
|
78
76
|
$kendo-scheduler-tooltip-text: $kendo-base-text !default;
|
|
79
77
|
$kendo-scheduler-tooltip-border: null !default;
|
|
80
|
-
$kendo-scheduler-tooltip-shadow:
|
|
78
|
+
$kendo-scheduler-tooltip-shadow: k-elevation(2) !default;
|
|
81
79
|
|
|
82
80
|
$kendo-scheduler-tooltip-title-margin-y: k-map-get( $kendo-spacing, 3 ) !default;
|
|
83
81
|
$kendo-scheduler-tooltip-month-font-size: $kendo-font-size-sm !default;
|
|
@@ -63,8 +63,7 @@
|
|
|
63
63
|
gap: $kendo-spreadsheet-formula-bar-gap;
|
|
64
64
|
|
|
65
65
|
// move to legacy selector
|
|
66
|
-
> .k-icon
|
|
67
|
-
> .k-svg-icon {
|
|
66
|
+
> .k-icon {
|
|
68
67
|
padding-block: 0;
|
|
69
68
|
padding-inline: $kendo-padding-md-y;
|
|
70
69
|
box-sizing: content-box;
|
|
@@ -551,8 +550,7 @@
|
|
|
551
550
|
.k-link {
|
|
552
551
|
padding-left: calc( #{$kendo-icon-size} + #{2 * $kendo-padding-md-y} );
|
|
553
552
|
}
|
|
554
|
-
.k-icon
|
|
555
|
-
.k-svg-icon {
|
|
553
|
+
.k-icon {
|
|
556
554
|
margin-left: calc(-1 * ( #{$kendo-icon-size} + #{$kendo-padding-md-y} ) );
|
|
557
555
|
margin-right: $kendo-padding-md-y;
|
|
558
556
|
}
|
|
@@ -593,7 +591,6 @@
|
|
|
593
591
|
cursor: pointer;
|
|
594
592
|
|
|
595
593
|
> .k-icon,
|
|
596
|
-
> .k-svg-icon,
|
|
597
594
|
> .k-expander-indicator {
|
|
598
595
|
margin-right: $kendo-padding-md-y;
|
|
599
596
|
}
|
|
@@ -120,8 +120,7 @@
|
|
|
120
120
|
text-overflow: ellipsis;
|
|
121
121
|
overflow: hidden;
|
|
122
122
|
}
|
|
123
|
-
.k-step-label .k-icon
|
|
124
|
-
.k-step-label .k-svg-icon {
|
|
123
|
+
.k-step-label .k-icon {
|
|
125
124
|
margin-left: $kendo-icon-spacing;
|
|
126
125
|
}
|
|
127
126
|
|
|
@@ -251,8 +250,7 @@
|
|
|
251
250
|
.k-stepper[dir="rtl"] {
|
|
252
251
|
direction: rtl;
|
|
253
252
|
|
|
254
|
-
.k-step-label .k-icon
|
|
255
|
-
.k-step-label .k-svg-icon {
|
|
253
|
+
.k-step-label .k-icon {
|
|
256
254
|
margin-left: 0;
|
|
257
255
|
margin-right: $kendo-icon-spacing;
|
|
258
256
|
}
|
package/scss/stepper/_theme.scss
CHANGED
|
@@ -157,8 +157,7 @@
|
|
|
157
157
|
.k-step-label {
|
|
158
158
|
@include fill( $color: $kendo-stepper-label-text );
|
|
159
159
|
}
|
|
160
|
-
.k-step-success .k-step-label .k-icon
|
|
161
|
-
.k-step-success .k-step-label .k-svg-icon {
|
|
160
|
+
.k-step-success .k-step-label .k-icon {
|
|
162
161
|
@include fill( $color: $kendo-stepper-label-success-text );
|
|
163
162
|
}
|
|
164
163
|
|
|
@@ -80,7 +80,7 @@ $kendo-tabstrip-item-selected-gradient: null !default;
|
|
|
80
80
|
|
|
81
81
|
$kendo-tabstrip-item-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
82
82
|
|
|
83
|
-
$kendo-tabstrip-item-dragging-shadow:
|
|
83
|
+
$kendo-tabstrip-item-dragging-shadow: k-elevation(3) !default;
|
|
84
84
|
|
|
85
85
|
$kendo-tabstrip-item-disabled-bg: null !default;
|
|
86
86
|
$kendo-tabstrip-item-disabled-text: null !default;
|
|
@@ -27,7 +27,7 @@ $kendo-timeline-track-end-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 *
|
|
|
27
27
|
$kendo-timeline-track-bg: $kendo-button-bg !default;
|
|
28
28
|
$kendo-timeline-track-border-color: $kendo-button-border !default;
|
|
29
29
|
|
|
30
|
-
$kendo-timeline-track-item-focus-shadow:
|
|
30
|
+
$kendo-timeline-track-item-focus-shadow: k-elevation(2) !default;
|
|
31
31
|
|
|
32
32
|
$kendo-timeline-track-event-offset: 36px !default;
|
|
33
33
|
|
package/scss/tooltip/_theme.scss
CHANGED
|
@@ -18,6 +18,8 @@ $kendo-tooltip-bg: rgba( k-contrast-legacy( $kendo-body-bg ), .75 ) !default;
|
|
|
18
18
|
$kendo-tooltip-text: k-contrast-legacy( $kendo-tooltip-bg ) !default;
|
|
19
19
|
$kendo-tooltip-border: $kendo-tooltip-bg !default;
|
|
20
20
|
|
|
21
|
+
$kendo-tooltip-shadow: k-elevation(2) !default;
|
|
22
|
+
|
|
21
23
|
$kendo-tooltip-primary-bg: $kendo-color-primary !default;
|
|
22
24
|
$kendo-tooltip-primary-text: k-contrast-legacy( $kendo-tooltip-primary-bg ) !default;
|
|
23
25
|
$kendo-tooltip-primary-border: $kendo-tooltip-primary-bg !default;
|
|
@@ -80,8 +80,7 @@
|
|
|
80
80
|
align-items: center;
|
|
81
81
|
cursor: pointer;
|
|
82
82
|
}
|
|
83
|
-
.k-treeview-toggle .k-icon
|
|
84
|
-
.k-treeview-toggle .k-svg-icon {
|
|
83
|
+
.k-treeview-toggle .k-icon {
|
|
85
84
|
padding: $kendo-icon-padding;
|
|
86
85
|
box-sizing: content-box;
|
|
87
86
|
}
|
|
@@ -114,7 +113,6 @@
|
|
|
114
113
|
position: relative;
|
|
115
114
|
|
|
116
115
|
.k-icon,
|
|
117
|
-
.k-svg-icon,
|
|
118
116
|
.k-image,
|
|
119
117
|
.k-sprite {
|
|
120
118
|
margin-right: $kendo-icon-spacing;
|
|
@@ -161,7 +159,6 @@
|
|
|
161
159
|
.k-treeview-leaf,
|
|
162
160
|
.k-in {
|
|
163
161
|
.k-icon,
|
|
164
|
-
.k-svg-icon,
|
|
165
162
|
.k-image,
|
|
166
163
|
.k-sprite {
|
|
167
164
|
margin-right: 0;
|
package/scss/upload/_layout.scss
CHANGED
|
@@ -76,10 +76,10 @@ $kendo-window-text: $kendo-component-text !default;
|
|
|
76
76
|
$kendo-window-border: $kendo-component-border !default;
|
|
77
77
|
/// The box shadow of the Window.
|
|
78
78
|
/// @group window
|
|
79
|
-
$kendo-window-shadow:
|
|
79
|
+
$kendo-window-shadow: k-elevation(8) !default;
|
|
80
80
|
/// The box shadow of the focused Window.
|
|
81
81
|
/// @group window
|
|
82
|
-
$kendo-window-focus-shadow:
|
|
82
|
+
$kendo-window-focus-shadow: k-elevation(9) !default;
|
|
83
83
|
|
|
84
84
|
/// The background color of the Window titlebar.
|
|
85
85
|
/// @group window
|