@progress/kendo-theme-default 5.6.1-dev.7 → 5.7.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 +245 -537
- package/dist/all.scss +113 -455
- 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.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 +2 -2
- package/scss/action-sheet/_theme.scss +0 -3
- package/scss/adaptive/_theme.scss +0 -2
- package/scss/bottom-navigation/_layout.scss +0 -1
- package/scss/bottom-navigation/_theme.scss +0 -8
- package/scss/breadcrumb/_theme.scss +0 -5
- package/scss/calendar/_layout.scss +0 -1
- package/scss/calendar/_theme.scss +9 -22
- package/scss/card/_theme.scss +3 -7
- package/scss/chat/_layout.scss +0 -3
- package/scss/chat/_theme.scss +0 -2
- package/scss/coloreditor/_theme.scss +0 -1
- package/scss/colorgradient/_theme.scss +3 -5
- package/scss/colorpalette/_layout.scss +0 -4
- package/scss/colorpalette/_theme.scss +0 -5
- package/scss/common/_base.scss +1 -3
- package/scss/dataviz/_theme.scss +1 -1
- package/scss/drawer/_theme.scss +0 -5
- package/scss/editor/_layout.scss +0 -2
- package/scss/editor/_theme.scss +1 -3
- package/scss/expansion-panel/_theme.scss +0 -4
- package/scss/filemanager/_theme.scss +0 -1
- package/scss/floating-label/_layout.scss +0 -7
- package/scss/floating-label/_theme.scss +1 -2
- package/scss/forms/_variables.scss +1 -1
- package/scss/gantt/_layout.scss +2 -5
- package/scss/gantt/_theme.scss +0 -7
- package/scss/grid/_theme.scss +5 -62
- package/scss/input/_layout.scss +2 -4
- package/scss/listview/_theme.scss +0 -2
- package/scss/loader/_theme.scss +5 -2
- package/scss/orgchart/_theme.scss +1 -5
- package/scss/pager/_layout.scss +0 -3
- package/scss/pager/_theme.scss +1 -13
- package/scss/panelbar/_layout.scss +4 -0
- package/scss/panelbar/_theme.scss +5 -54
- package/scss/pivotgrid/_theme.scss +7 -11
- package/scss/progressbar/_layout.scss +0 -12
- package/scss/progressbar/_theme.scss +0 -1
- package/scss/radio/_layout.scss +0 -1
- package/scss/radio/_theme.scss +0 -5
- package/scss/rating/_layout.scss +1 -1
- package/scss/rating/_theme.scss +0 -6
- package/scss/scheduler/_layout.scss +0 -5
- package/scss/scheduler/_theme.scss +1 -12
- package/scss/scrollview/_theme.scss +0 -4
- package/scss/signature/_layout.scss +9 -6
- package/scss/signature/_variables.scss +23 -21
- package/scss/slider/_layout.scss +0 -1
- package/scss/slider/_theme.scss +0 -3
- package/scss/splitter/_layout.scss +1 -1
- package/scss/splitter/_theme.scss +0 -4
- package/scss/spreadsheet/_layout.scss +1 -4
- package/scss/spreadsheet/_theme.scss +1 -7
- package/scss/stepper/_theme.scss +0 -1
- package/scss/tabstrip/_layout.scss +0 -7
- package/scss/tabstrip/_theme.scss +0 -6
- package/scss/taskboard/_layout.scss +1 -3
- package/scss/taskboard/_theme.scss +6 -13
- package/scss/tilelayout/_theme.scss +0 -3
- package/scss/timeline/_theme.scss +0 -2
- package/scss/timeselector/_layout.scss +0 -1
- package/scss/timeselector/_theme.scss +0 -1
- package/scss/treelist/_layout.scss +0 -1
- package/scss/typography/_variables.scss +1 -1
- package/scss/upload/_layout.scss +0 -1
- package/scss/upload/_theme.scss +0 -3
- package/scss/utils/_theme-colors.scss +14 -48
- package/scss/window/_theme.scss +0 -1
- package/scss/wizard/_layout.scss +0 -1
- package/scss/wizard/_theme.scss +2 -2
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
background-color: $splitbar-bg;
|
|
15
15
|
}
|
|
16
16
|
.k-splitbar:hover,
|
|
17
|
-
.k-splitbar.k-state-hover,
|
|
18
17
|
.k-splitbar.k-hover,
|
|
19
18
|
.k-splitbar-horizontal-hover,
|
|
20
19
|
.k-splitbar-vertical-hover {
|
|
@@ -22,9 +21,6 @@
|
|
|
22
21
|
background-color: $splitbar-hover-bg;
|
|
23
22
|
}
|
|
24
23
|
.k-splitbar:focus,
|
|
25
|
-
.k-splitbar.k-state-focus,
|
|
26
|
-
.k-splitbar.k-focus,
|
|
27
|
-
.k-splitbar.k-state-focused,
|
|
28
24
|
.k-splitbar.k-focus {
|
|
29
25
|
color: $splitbar-selected-text;
|
|
30
26
|
background: $splitbar-selected-bg;
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
[data-tool="merge"],
|
|
89
89
|
[data-tool="freeze"] {
|
|
90
90
|
width: auto;
|
|
91
|
-
min-width: $form-line-height * 1em;
|
|
91
|
+
min-width: calc( #{$form-line-height} * 1em );
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
.k-color-picker {
|
|
@@ -257,7 +257,6 @@
|
|
|
257
257
|
overflow: hidden;
|
|
258
258
|
|
|
259
259
|
// disabled cells in the Spreadsheet should allow navigation if link is used
|
|
260
|
-
.k-state-disabled,
|
|
261
260
|
.k-disabled {
|
|
262
261
|
pointer-events: auto;
|
|
263
262
|
}
|
|
@@ -819,7 +818,6 @@
|
|
|
819
818
|
background-position: 50% 50%;
|
|
820
819
|
|
|
821
820
|
&:hover div,
|
|
822
|
-
&.k-state-hovered div,
|
|
823
821
|
&.k-hover div {
|
|
824
822
|
margin: 0;
|
|
825
823
|
align-self: center;
|
|
@@ -885,7 +883,6 @@
|
|
|
885
883
|
.k-spreadsheet-insert-image-dialog {
|
|
886
884
|
.k-spreadsheet-has-image {
|
|
887
885
|
&:hover,
|
|
888
|
-
&.k-state-hovered,
|
|
889
886
|
&.k-hover {
|
|
890
887
|
border-radius: $spreadsheet-insert-image-dialog-preview-overlay-border-radius;
|
|
891
888
|
}
|
|
@@ -142,7 +142,6 @@
|
|
|
142
142
|
);
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
&.k-state-active,
|
|
146
145
|
&.k-active {
|
|
147
146
|
@include fill(
|
|
148
147
|
$kendo-button-active-text,
|
|
@@ -160,7 +159,7 @@
|
|
|
160
159
|
> .k-menu,
|
|
161
160
|
> .k-menu:not(.k-context-menu) {
|
|
162
161
|
|
|
163
|
-
.k-item
|
|
162
|
+
.k-item:hover,
|
|
164
163
|
.k-item.k-hover {
|
|
165
164
|
@include fill(
|
|
166
165
|
$kendo-list-item-hover-text,
|
|
@@ -191,7 +190,6 @@
|
|
|
191
190
|
.k-button {}
|
|
192
191
|
|
|
193
192
|
.k-button:hover,
|
|
194
|
-
.k-button.k-state-hover,
|
|
195
193
|
.k-button.k-hover {
|
|
196
194
|
@include fill(
|
|
197
195
|
$kendo-list-item-hover-text,
|
|
@@ -199,9 +197,7 @@
|
|
|
199
197
|
);
|
|
200
198
|
}
|
|
201
199
|
.k-button:active,
|
|
202
|
-
.k-button.k-state-active,
|
|
203
200
|
.k-button.k-active,
|
|
204
|
-
.k-button.k-state-selected,
|
|
205
201
|
.k-button.k-selected {
|
|
206
202
|
@include fill(
|
|
207
203
|
$kendo-list-item-selected-text,
|
|
@@ -223,13 +219,11 @@
|
|
|
223
219
|
|
|
224
220
|
.k-spreadsheet-has-image {
|
|
225
221
|
&:hover,
|
|
226
|
-
&.k-state-hovered,
|
|
227
222
|
&.k-hover {
|
|
228
223
|
box-shadow: $spreadsheet-insert-image-dialog-preview-overlay-shadow;
|
|
229
224
|
}
|
|
230
225
|
|
|
231
226
|
&:hover div,
|
|
232
|
-
&.k-state-hovered div,
|
|
233
227
|
&.k-hover div {
|
|
234
228
|
color: $spreadsheet-insert-image-dialog-overlay-hovered-text;
|
|
235
229
|
}
|
package/scss/stepper/_theme.scss
CHANGED
|
@@ -97,13 +97,11 @@
|
|
|
97
97
|
position: relative;
|
|
98
98
|
z-index: 1;
|
|
99
99
|
|
|
100
|
-
&.k-state-active,
|
|
101
100
|
&.k-active {
|
|
102
101
|
display: block;
|
|
103
102
|
}
|
|
104
103
|
|
|
105
104
|
&:focus,
|
|
106
|
-
&.k-state-focused,
|
|
107
105
|
&.k-focus {
|
|
108
106
|
outline-width: 1px;
|
|
109
107
|
outline-style: dotted;
|
|
@@ -192,7 +190,6 @@
|
|
|
192
190
|
margin-left: $tabstrip-item-gap;
|
|
193
191
|
}
|
|
194
192
|
|
|
195
|
-
.k-item.k-state-active,
|
|
196
193
|
.k-item.k-active {
|
|
197
194
|
border-bottom-color: transparent;
|
|
198
195
|
}
|
|
@@ -222,7 +219,6 @@
|
|
|
222
219
|
margin-left: $tabstrip-item-gap;
|
|
223
220
|
}
|
|
224
221
|
|
|
225
|
-
.k-item.k-state-active,
|
|
226
222
|
.k-item.k-active {
|
|
227
223
|
border-top-color: transparent;
|
|
228
224
|
}
|
|
@@ -256,7 +252,6 @@
|
|
|
256
252
|
margin-top: $tabstrip-item-gap;
|
|
257
253
|
}
|
|
258
254
|
|
|
259
|
-
.k-item.k-state-active,
|
|
260
255
|
.k-item.k-active {
|
|
261
256
|
border-right-color: transparent;
|
|
262
257
|
}
|
|
@@ -292,7 +287,6 @@
|
|
|
292
287
|
margin-top: $tabstrip-item-gap;
|
|
293
288
|
}
|
|
294
289
|
|
|
295
|
-
.k-item.k-state-active,
|
|
296
290
|
.k-item.k-active {
|
|
297
291
|
border-left-color: transparent;
|
|
298
292
|
}
|
|
@@ -338,7 +332,6 @@
|
|
|
338
332
|
border-left-width: $tabstrip-indicator-size;
|
|
339
333
|
}
|
|
340
334
|
}
|
|
341
|
-
.k-item.k-state-active::after,
|
|
342
335
|
.k-item.k-active::after {
|
|
343
336
|
display: block;
|
|
344
337
|
}
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
);
|
|
28
28
|
|
|
29
29
|
&:hover,
|
|
30
|
-
&.k-state-hover,
|
|
31
30
|
&.k-hover {
|
|
32
31
|
@include fill(
|
|
33
32
|
$tabstrip-item-hovered-text,
|
|
@@ -38,9 +37,7 @@
|
|
|
38
37
|
}
|
|
39
38
|
|
|
40
39
|
&:active,
|
|
41
|
-
&.k-state-active,
|
|
42
40
|
&.k-active,
|
|
43
|
-
&.k-state-selected,
|
|
44
41
|
&.k-selected {
|
|
45
42
|
@include fill(
|
|
46
43
|
$tabstrip-item-selected-text,
|
|
@@ -51,7 +48,6 @@
|
|
|
51
48
|
}
|
|
52
49
|
|
|
53
50
|
&:focus,
|
|
54
|
-
&.k-state-focused,
|
|
55
51
|
&.k-focus {
|
|
56
52
|
@include box-shadow( $tabstrip-item-focused-shadow );
|
|
57
53
|
}
|
|
@@ -74,7 +70,6 @@
|
|
|
74
70
|
);
|
|
75
71
|
|
|
76
72
|
&:focus,
|
|
77
|
-
&.k-state-focused,
|
|
78
73
|
&.k-focus {
|
|
79
74
|
outline-color: $tabstrip-content-border-focused;
|
|
80
75
|
}
|
|
@@ -85,7 +80,6 @@
|
|
|
85
80
|
@if ($tabstrip-indicator-size) {
|
|
86
81
|
|
|
87
82
|
.k-tabstrip-items-wrapper {
|
|
88
|
-
.k-item.k-state-active::after,
|
|
89
83
|
.k-item.k-active::after {
|
|
90
84
|
border-color: $tabstrip-indicator-color;
|
|
91
85
|
}
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
);
|
|
29
29
|
}
|
|
30
30
|
.k-taskboard-column:focus,
|
|
31
|
-
.k-taskboard-column.k-state-focus,
|
|
32
31
|
.k-taskboard-column.k-focus {
|
|
33
32
|
@include fill(
|
|
34
33
|
$taskboard-column-focus-text,
|
|
@@ -67,39 +66,33 @@
|
|
|
67
66
|
@include fill( $color: $taskboard-card-header-text );
|
|
68
67
|
|
|
69
68
|
&:focus,
|
|
70
|
-
&.k-focus
|
|
71
|
-
&.k-state-focus {
|
|
69
|
+
&.k-focus {
|
|
72
70
|
@include fill( $color: $taskboard-card-header-focus-text );
|
|
73
71
|
}
|
|
74
72
|
|
|
75
73
|
&:hover,
|
|
76
|
-
&.k-hover
|
|
77
|
-
&.k-state-hover {
|
|
74
|
+
&.k-hover {
|
|
78
75
|
@include fill( $color: $taskboard-card-header-hover-text );
|
|
79
76
|
}
|
|
80
77
|
}
|
|
81
78
|
|
|
82
79
|
&:focus,
|
|
83
|
-
&.k-focus
|
|
84
|
-
&.k-state-focus {
|
|
80
|
+
&.k-focus {
|
|
85
81
|
@include fill( $border: $taskboard-card-focus-border );
|
|
86
82
|
@include box-shadow( $taskboard-card-focus-shadow );
|
|
87
83
|
}
|
|
88
84
|
|
|
89
85
|
&:hover,
|
|
90
|
-
&.k-hover
|
|
91
|
-
&.k-state-hover {
|
|
86
|
+
&.k-hover {
|
|
92
87
|
@include fill( $border: $taskboard-card-hover-border );
|
|
93
88
|
}
|
|
94
89
|
|
|
95
|
-
&.k-selected
|
|
96
|
-
&.k-state-selected {
|
|
90
|
+
&.k-selected {
|
|
97
91
|
@include fill( $border: $taskboard-card-selected-border );
|
|
98
92
|
@include box-shadow( $taskboard-card-selected-shadow );
|
|
99
93
|
}
|
|
100
94
|
|
|
101
|
-
&.k-disabled
|
|
102
|
-
&.k-state-disabled {
|
|
95
|
+
&.k-disabled {
|
|
103
96
|
@include disabled( $disabled-styling );
|
|
104
97
|
}
|
|
105
98
|
}
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
color: $body-text;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.k-timeline-arrow.k-state-disabled,
|
|
45
44
|
.k-timeline-arrow.k-disabled {
|
|
46
45
|
opacity: 1; // The arrow button in disabled mode should have a solid background
|
|
47
46
|
color: $timeline-track-arrow-disabled-text;
|
|
@@ -62,7 +61,6 @@
|
|
|
62
61
|
background-color: $timeline-flag-bg;
|
|
63
62
|
}
|
|
64
63
|
|
|
65
|
-
.k-timeline-track-item.k-state-focus .k-timeline-circle,
|
|
66
64
|
.k-timeline-track-item.k-focus .k-timeline-circle {
|
|
67
65
|
@include box-shadow( $timeline-track-item-focus-shadow );
|
|
68
66
|
}
|
|
@@ -28,7 +28,7 @@ $line-height-xs: 1 !default;
|
|
|
28
28
|
$line-height-sm: 1.25 !default;
|
|
29
29
|
$line-height-md: $line-height !default;
|
|
30
30
|
$line-height-lg: 1.5 !default;
|
|
31
|
-
$line-height-em: $line-height * 1em !default;
|
|
31
|
+
$line-height-em: calc( #{$line-height} * 1em ) !default;
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
// Font weight
|
package/scss/upload/_layout.scss
CHANGED
package/scss/upload/_theme.scss
CHANGED
|
@@ -33,12 +33,10 @@
|
|
|
33
33
|
|
|
34
34
|
.k-file {
|
|
35
35
|
|
|
36
|
-
&.k-state-focused,
|
|
37
36
|
&.k-focus {
|
|
38
37
|
box-shadow: inset $upload-focused-shadow;
|
|
39
38
|
}
|
|
40
39
|
|
|
41
|
-
.k-upload-action.k-state-focused,
|
|
42
40
|
.k-upload-action.k-focus {
|
|
43
41
|
box-shadow: $upload-focused-shadow;
|
|
44
42
|
}
|
|
@@ -130,7 +128,6 @@
|
|
|
130
128
|
}
|
|
131
129
|
|
|
132
130
|
// Invalid,
|
|
133
|
-
&.k-state-invalid,
|
|
134
131
|
&.k-invalid,
|
|
135
132
|
&.ng-invalid.ng-touched,
|
|
136
133
|
&.ng-invalid.ng-dirty {
|
|
@@ -1,18 +1,28 @@
|
|
|
1
1
|
@include exports( "common/decoration/color" ) {
|
|
2
2
|
|
|
3
3
|
// sass-lint:disable-block no-important
|
|
4
|
+
// sass-lint:disable-block class-name-format
|
|
4
5
|
// stylelint-disable block-opening-brace-space-before
|
|
5
6
|
|
|
6
7
|
.k-text-base,
|
|
7
8
|
.k-color-base {
|
|
8
9
|
color: $base-text;
|
|
9
10
|
}
|
|
11
|
+
.\!k-text-base,
|
|
12
|
+
.\!k-color-base {
|
|
13
|
+
color: $base-text !important;
|
|
14
|
+
}
|
|
10
15
|
|
|
11
16
|
.k-color-inherit { color: inherit; }
|
|
17
|
+
.\!k-color-inherit { color: inherit !important; }
|
|
12
18
|
|
|
13
19
|
@each $name, $color in $kendo-theme-colors {
|
|
14
20
|
.k-text-#{$name},
|
|
15
21
|
.k-color-#{$name} {
|
|
22
|
+
color: $color;
|
|
23
|
+
}
|
|
24
|
+
.\!k-text-#{$name},
|
|
25
|
+
.\!k-color-#{$name} {
|
|
16
26
|
color: $color !important;
|
|
17
27
|
}
|
|
18
28
|
}
|
|
@@ -23,59 +33,15 @@
|
|
|
23
33
|
@include exports( "common/decoration/background" ) {
|
|
24
34
|
|
|
25
35
|
// sass-lint:disable-block no-important
|
|
36
|
+
// sass-lint:disable-block class-name-format
|
|
26
37
|
|
|
27
38
|
@each $name, $bg-color in $kendo-theme-colors {
|
|
28
39
|
.k-bg-#{$name} {
|
|
29
|
-
background-color: $bg-color
|
|
40
|
+
background-color: $bg-color;
|
|
30
41
|
}
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
@mixin variant( $base ) {
|
|
37
|
-
background-color: tint($base, 10);
|
|
38
|
-
color: shade($base, 6);
|
|
39
|
-
border-color: tint($base, 9);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
@include exports( "common/decoration/variant" ) {
|
|
43
|
-
|
|
44
|
-
@each $name, $variant in $kendo-theme-colors {
|
|
45
|
-
.k-state-#{$name} {
|
|
46
|
-
@include variant( $variant );
|
|
42
|
+
.\!k-bg-#{$name} {
|
|
43
|
+
background-color: $bg-color !important;
|
|
47
44
|
}
|
|
48
45
|
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
@include exports( "common/decoration/legacy" ) {
|
|
53
|
-
|
|
54
|
-
.k-info-colored {
|
|
55
|
-
color: #50607f;
|
|
56
|
-
border-color: #d0d9df;
|
|
57
|
-
background-color: #f0f9ff;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.k-success-colored {
|
|
61
|
-
color: #507f50;
|
|
62
|
-
border-color: #d0dfd0;
|
|
63
|
-
background-color: #f0fff0;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.k-error-colored {
|
|
67
|
-
color: #7f5050;
|
|
68
|
-
border-color: #dfd0d0;
|
|
69
|
-
background-color: #fff0f0;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.k-shadow {
|
|
73
|
-
// Shadow moved to popup/_layout.scss due to variable flow
|
|
74
|
-
// box-shadow: $popup-shadow;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.k-inset {
|
|
78
|
-
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .03), inset 0 4px 5px 0 rgba(0, 0, 0, .04);
|
|
79
|
-
}
|
|
80
46
|
|
|
81
47
|
}
|
package/scss/window/_theme.scss
CHANGED
package/scss/wizard/_layout.scss
CHANGED
package/scss/wizard/_theme.scss
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
@include exports("wizard/theme") {
|
|
2
|
+
|
|
2
3
|
.k-wizard-step {
|
|
3
4
|
&:focus,
|
|
4
|
-
&.k-state-focused,
|
|
5
5
|
&.k-focus {
|
|
6
6
|
outline-color: $wizard-step-border-focused;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.k-ie &:focus,
|
|
10
|
-
.k-ie &.k-state-focused,
|
|
11
10
|
.k-ie &.k-focus {
|
|
12
11
|
@include box-shadow($wizard-focused-shadow);
|
|
13
12
|
outline: none;
|
|
14
13
|
}
|
|
15
14
|
}
|
|
15
|
+
|
|
16
16
|
}
|