@progress/kendo-theme-default 5.12.1-dev.1 → 5.12.1-dev.2
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 +11341 -11737
- package/dist/all.scss +7425 -8094
- package/dist/default-ocean-blue-a11y.scss +42 -0
- package/dist/default-ocean-blue.scss +20 -26
- 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 +272 -0
- package/lib/swatches/default-ocean-blue.json +21 -56
- 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 +67 -16
- package/scss/action-sheet/_theme.scss +1 -1
- package/scss/action-sheet/_variables.scss +1 -0
- package/scss/adaptive/_layout.scss +0 -4
- package/scss/badge/_index.scss +1 -1
- package/scss/bottom-navigation/_index.scss +1 -1
- package/scss/bottom-navigation/_variables.scss +1 -1
- package/scss/breadcrumb/_theme.scss +2 -2
- package/scss/breadcrumb/_variables.scss +6 -2
- package/scss/button/_index.scss +0 -1
- package/scss/button/_layout.scss +2 -2
- package/scss/button/_theme.scss +4 -4
- package/scss/button/_variables.scss +3 -0
- package/scss/calendar/_layout.scss +0 -4
- package/scss/calendar/_theme.scss +3 -3
- package/scss/calendar/_variables.scss +4 -0
- package/scss/captcha/_index.scss +1 -1
- package/scss/card/_index.scss +2 -2
- package/scss/card/_theme.scss +2 -2
- package/scss/checkbox/_index.scss +0 -2
- package/scss/checkbox/_theme.scss +2 -2
- package/scss/checkbox/_variables.scss +3 -0
- package/scss/chip/_index.scss +0 -1
- package/scss/chip/_theme.scss +5 -5
- package/scss/chip/_variables.scss +3 -0
- package/scss/color-preview/_layout.scss +1 -1
- package/scss/coloreditor/_theme.scss +1 -1
- package/scss/colorgradient/_index.scss +2 -2
- package/scss/colorgradient/_theme.scss +2 -2
- package/scss/colorpalette/_index.scss +1 -1
- package/scss/colorpalette/_theme.scss +1 -1
- package/scss/common/_base.scss +1 -1
- package/scss/common/_index.scss +0 -2
- package/scss/dataviz/_index.scss +0 -1
- package/scss/dataviz/_theme.scss +2 -0
- package/scss/dataviz/_variables.scss +4 -0
- package/scss/drawer/_theme.scss +1 -1
- package/scss/drawer/_variables.scss +1 -1
- package/scss/dropdowngrid/_index.scss +4 -7
- package/scss/dropdowngrid/_variables.scss +1 -0
- package/scss/dropzone/_variables.scss +2 -1
- package/scss/editor/_layout.scss +3 -3
- package/scss/expansion-panel/_index.scss +2 -2
- package/scss/expansion-panel/_theme.scss +2 -2
- package/scss/fab/_index.scss +1 -1
- package/scss/fab/_layout.scss +2 -2
- package/scss/fab/_theme.scss +14 -6
- package/scss/filemanager/_layout.scss +2 -2
- package/scss/filemanager/_variables.scss +2 -2
- package/scss/filter/_theme.scss +1 -1
- package/scss/forms/_index.scss +0 -4
- package/scss/forms/_layout.scss +9 -5
- package/scss/forms/_variables.scss +7 -0
- package/scss/gantt/_index.scss +1 -1
- package/scss/gantt/_layout.scss +5 -1
- package/scss/gantt/_variables.scss +4 -0
- package/scss/grid/_index.scss +2 -2
- package/scss/grid/_layout.scss +5 -5
- package/scss/grid/_theme.scss +4 -4
- package/scss/grid/_variables.scss +5 -5
- package/scss/icons/_layout.scss +6 -1093
- package/scss/input/_layout.scss +1 -1
- package/scss/input/_theme.scss +24 -24
- package/scss/input/_variables.scss +3 -3
- package/scss/list/_layout.scss +2 -2
- package/scss/list/_theme.scss +1 -1
- package/scss/listview/_index.scss +2 -2
- package/scss/listview/_theme.scss +1 -1
- package/scss/loader/_variables.scss +1 -0
- package/scss/map/_index.scss +1 -1
- package/scss/map/_layout.scss +1 -1
- package/scss/map/_variables.scss +4 -4
- package/scss/menu/_layout.scss +1 -1
- package/scss/menu/_theme.scss +2 -2
- package/scss/menu/_variables.scss +9 -5
- package/scss/messagebox/_variables.scss +1 -1
- package/scss/multiselect/_index.scss +0 -1
- package/scss/notification/_variables.scss +1 -1
- package/scss/orgchart/_index.scss +1 -1
- package/scss/orgchart/_theme.scss +2 -2
- package/scss/pager/_index.scss +0 -2
- package/scss/pager/_theme.scss +2 -2
- package/scss/pager/_variables.scss +5 -1
- package/scss/panelbar/_layout.scss +2 -2
- package/scss/panelbar/_theme.scss +2 -2
- package/scss/panelbar/_variables.scss +4 -0
- package/scss/pdf-viewer/_index.scss +1 -2
- package/scss/pdf-viewer/_variables.scss +2 -1
- package/scss/pivotgrid/_index.scss +5 -5
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/pivotgrid/_variables.scss +3 -0
- package/scss/popover/_layout.scss +19 -17
- package/scss/popover/_theme.scss +7 -7
- package/scss/popover/_variables.scss +26 -26
- package/scss/progressbar/_layout.scss +1 -1
- package/scss/radio/_index.scss +0 -3
- package/scss/radio/_theme.scss +2 -2
- package/scss/radio/_variables.scss +4 -0
- package/scss/rating/_variables.scss +2 -1
- package/scss/scheduler/_layout.scss +4 -23
- package/scss/scrollview/_theme.scss +2 -2
- package/scss/slider/_theme.scss +2 -2
- package/scss/split-button/_theme.scss +1 -1
- package/scss/spreadsheet/_layout.scss +7 -7
- package/scss/stepper/_layout.scss +3 -4
- package/scss/stepper/_theme.scss +1 -2
- package/scss/switch/_index.scss +1 -1
- package/scss/switch/_theme.scss +10 -2
- package/scss/table/_index.scss +0 -8
- package/scss/table/_theme.scss +1 -1
- package/scss/table/_variables.scss +3 -0
- package/scss/tabstrip/_theme.scss +2 -2
- package/scss/tabstrip/_variables.scss +4 -0
- package/scss/taskboard/_index.scss +1 -1
- package/scss/taskboard/_theme.scss +1 -1
- package/scss/tilelayout/_theme.scss +1 -1
- package/scss/timedurationpicker/_index.scss +1 -1
- package/scss/timeline/_layout.scss +1 -1
- package/scss/timeline/_theme.scss +1 -1
- package/scss/timeselector/_theme.scss +2 -0
- package/scss/timeselector/_variables.scss +4 -0
- package/scss/toolbar/_layout.scss +1 -1
- package/scss/toolbar/_theme.scss +2 -2
- package/scss/tooltip/_layout.scss +2 -2
- package/scss/treelist/_index.scss +1 -1
- package/scss/treeview/_layout.scss +6 -6
- package/scss/treeview/_theme.scss +2 -2
- package/scss/treeview/_variables.scss +3 -0
- package/scss/typography/_index.scss +0 -1
- package/scss/typography/_variables.scss +0 -36
- package/scss/upload/_index.scss +0 -1
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_theme.scss +5 -1
- package/scss/upload/_variables.scss +3 -2
- package/scss/utils/_index.scss +0 -22
- package/scss/window/_theme.scss +1 -1
- package/scss/window/_variables.scss +4 -0
- package/scss/icons/font/WebComponentsIcons.scss +0 -3
- package/scss/icons/font/WebComponentsIcons.ttf +0 -0
- package/scss/utils/_aspect-ratio.scss +0 -32
- package/scss/utils/_border.scss +0 -109
- package/scss/utils/_display.scss +0 -41
- package/scss/utils/_flex.scss +0 -189
- package/scss/utils/_float.scss +0 -85
- package/scss/utils/_grid.scss +0 -45
- package/scss/utils/_order.scss +0 -54
- package/scss/utils/_overflow.scss +0 -87
- package/scss/utils/_pointer-events.scss +0 -30
- package/scss/utils/_position.scss +0 -209
- package/scss/utils/_resize.scss +0 -47
- package/scss/utils/_spacer.scss +0 -16
- package/scss/utils/_spacing.scss +0 -162
- package/scss/utils/_table-layout.scss +0 -17
- package/scss/utils/_text.scss +0 -154
- package/scss/utils/_theme-colors.scss +0 -47
- package/scss/utils/_touch-action.scss +0 -30
- package/scss/utils/_transform.scss +0 -105
- package/scss/utils/_user-select.scss +0 -51
package/scss/input/_layout.scss
CHANGED
package/scss/input/_theme.scss
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
$kendo-input-focus-bg,
|
|
28
28
|
$kendo-input-focus-border
|
|
29
29
|
);
|
|
30
|
-
@include
|
|
30
|
+
@include focus-indicator( $kendo-input-focus-shadow );
|
|
31
31
|
}
|
|
32
32
|
&:focus-within {
|
|
33
33
|
@include fill (
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
$kendo-input-focus-bg,
|
|
36
36
|
$kendo-input-focus-border
|
|
37
37
|
);
|
|
38
|
-
@include
|
|
38
|
+
@include focus-indicator( $kendo-input-focus-shadow );
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
// Disabled
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
|
|
64
64
|
&:focus,
|
|
65
65
|
&.k-focus {
|
|
66
|
-
@include
|
|
66
|
+
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
67
67
|
}
|
|
68
68
|
&:focus-within {
|
|
69
|
-
@include
|
|
69
|
+
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
$kendo-picker-focus-border,
|
|
104
104
|
$kendo-picker-focus-gradient
|
|
105
105
|
);
|
|
106
|
-
@include
|
|
106
|
+
@include focus-indicator( $kendo-picker-focus-shadow );
|
|
107
107
|
}
|
|
108
108
|
&:focus-within {
|
|
109
109
|
@include fill (
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
$kendo-picker-focus-border,
|
|
113
113
|
$kendo-picker-focus-gradient
|
|
114
114
|
);
|
|
115
|
-
@include
|
|
115
|
+
@include focus-indicator( $kendo-picker-focus-shadow );
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
// Disabled
|
|
@@ -140,10 +140,10 @@
|
|
|
140
140
|
|
|
141
141
|
&:focus,
|
|
142
142
|
&.k-focus {
|
|
143
|
-
@include
|
|
143
|
+
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
144
144
|
}
|
|
145
145
|
&:focus-within {
|
|
146
|
-
@include
|
|
146
|
+
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
149
|
}
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
$kendo-input-outline-focus-bg,
|
|
189
189
|
$kendo-input-outline-focus-border
|
|
190
190
|
);
|
|
191
|
-
@include
|
|
191
|
+
@include focus-indicator( $kendo-input-outline-focus-shadow );
|
|
192
192
|
}
|
|
193
193
|
&:focus-within {
|
|
194
194
|
@include fill (
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
$kendo-input-outline-focus-bg,
|
|
197
197
|
$kendo-input-outline-focus-border
|
|
198
198
|
);
|
|
199
|
-
@include
|
|
199
|
+
@include focus-indicator( $kendo-input-outline-focus-shadow );
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
// Disabled
|
|
@@ -224,10 +224,10 @@
|
|
|
224
224
|
|
|
225
225
|
&:focus,
|
|
226
226
|
&.k-focus {
|
|
227
|
-
@include
|
|
227
|
+
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
228
228
|
}
|
|
229
229
|
&:focus-within {
|
|
230
|
-
@include
|
|
230
|
+
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
233
|
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
$kendo-picker-outline-focus-bg,
|
|
261
261
|
$kendo-picker-outline-focus-border
|
|
262
262
|
);
|
|
263
|
-
@include
|
|
263
|
+
@include focus-indicator( $kendo-picker-outline-focus-shadow );
|
|
264
264
|
}
|
|
265
265
|
&:focus-within {
|
|
266
266
|
@include fill (
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
$kendo-picker-outline-focus-bg,
|
|
269
269
|
$kendo-picker-outline-focus-border
|
|
270
270
|
);
|
|
271
|
-
@include
|
|
271
|
+
@include focus-indicator( $kendo-picker-outline-focus-shadow );
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
&:focus:hover,
|
|
@@ -307,10 +307,10 @@
|
|
|
307
307
|
|
|
308
308
|
&:focus,
|
|
309
309
|
&.k-focus {
|
|
310
|
-
@include
|
|
310
|
+
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
311
311
|
}
|
|
312
312
|
&:focus-within {
|
|
313
|
-
@include
|
|
313
|
+
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
}
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
$kendo-input-flat-focus-bg,
|
|
343
343
|
$kendo-input-flat-focus-border
|
|
344
344
|
);
|
|
345
|
-
@include
|
|
345
|
+
@include focus-indicator( $kendo-input-flat-focus-shadow );
|
|
346
346
|
}
|
|
347
347
|
&:focus-within {
|
|
348
348
|
@include fill (
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
$kendo-input-flat-focus-bg,
|
|
351
351
|
$kendo-input-flat-focus-border
|
|
352
352
|
);
|
|
353
|
-
@include
|
|
353
|
+
@include focus-indicator( $kendo-input-flat-focus-shadow );
|
|
354
354
|
}
|
|
355
355
|
|
|
356
356
|
// Disabled
|
|
@@ -378,10 +378,10 @@
|
|
|
378
378
|
|
|
379
379
|
&:focus,
|
|
380
380
|
&.k-focus {
|
|
381
|
-
@include
|
|
381
|
+
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
382
382
|
}
|
|
383
383
|
&:focus-within {
|
|
384
|
-
@include
|
|
384
|
+
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
385
385
|
}
|
|
386
386
|
}
|
|
387
387
|
}
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
$kendo-picker-flat-focus-bg,
|
|
414
414
|
$kendo-picker-flat-focus-border
|
|
415
415
|
);
|
|
416
|
-
@include
|
|
416
|
+
@include focus-indicator( $kendo-picker-flat-focus-shadow );
|
|
417
417
|
}
|
|
418
418
|
&:focus-within {
|
|
419
419
|
@include fill (
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
$kendo-picker-flat-focus-bg,
|
|
422
422
|
$kendo-picker-flat-focus-border
|
|
423
423
|
);
|
|
424
|
-
@include
|
|
424
|
+
@include focus-indicator( $kendo-picker-flat-focus-shadow );
|
|
425
425
|
}
|
|
426
426
|
|
|
427
427
|
&:focus:hover,
|
|
@@ -460,10 +460,10 @@
|
|
|
460
460
|
|
|
461
461
|
&:focus,
|
|
462
462
|
&.k-focus {
|
|
463
|
-
@include
|
|
463
|
+
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
464
464
|
}
|
|
465
465
|
&:focus-within {
|
|
466
|
-
@include
|
|
466
|
+
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
467
467
|
}
|
|
468
468
|
}
|
|
469
469
|
}
|
|
@@ -49,7 +49,7 @@ $kendo-input-sizes: (
|
|
|
49
49
|
padding-y: $kendo-input-padding-y-sm,
|
|
50
50
|
font-size: $kendo-input-font-size-sm,
|
|
51
51
|
line-height: $kendo-input-line-height-sm,
|
|
52
|
-
icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-sm * 2} ),
|
|
52
|
+
icon-size: calc( #{$kendo-icon-size} + #{$kendo-input-padding-y-sm * 2} ),
|
|
53
53
|
button-padding-x: $kendo-input-padding-y-sm,
|
|
54
54
|
button-padding-y: $kendo-input-padding-y-sm
|
|
55
55
|
),
|
|
@@ -58,7 +58,7 @@ $kendo-input-sizes: (
|
|
|
58
58
|
padding-y: $kendo-input-padding-y-md,
|
|
59
59
|
font-size: $kendo-input-font-size-md,
|
|
60
60
|
line-height: $kendo-input-line-height-md,
|
|
61
|
-
icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-md * 2} ),
|
|
61
|
+
icon-size: calc( #{$kendo-icon-size} + #{$kendo-input-padding-y-md * 2} ),
|
|
62
62
|
button-padding-x: $kendo-input-padding-y-md,
|
|
63
63
|
button-padding-y: $kendo-input-padding-y-md
|
|
64
64
|
),
|
|
@@ -67,7 +67,7 @@ $kendo-input-sizes: (
|
|
|
67
67
|
padding-y: $kendo-input-padding-y-lg,
|
|
68
68
|
font-size: $kendo-input-font-size-lg,
|
|
69
69
|
line-height: $kendo-input-line-height-lg,
|
|
70
|
-
icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-lg * 2} ),
|
|
70
|
+
icon-size: calc( #{$kendo-icon-size} + #{$kendo-input-padding-y-lg * 2} ),
|
|
71
71
|
button-padding-x: $kendo-input-padding-y-lg,
|
|
72
72
|
button-padding-y: $kendo-input-padding-y-lg
|
|
73
73
|
)
|
package/scss/list/_layout.scss
CHANGED
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
flex-flow: row nowrap;
|
|
94
94
|
align-items: center;
|
|
95
95
|
align-content: center;
|
|
96
|
-
gap: $icon-spacing;
|
|
96
|
+
gap: $kendo-icon-spacing;
|
|
97
97
|
position: relative;
|
|
98
98
|
transition-property: color, background-color, outline-color, box-shadow;
|
|
99
99
|
transition-duration: 200ms;
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
flex-flow: row nowrap;
|
|
137
137
|
align-items: center;
|
|
138
138
|
align-content: center;
|
|
139
|
-
gap: $icon-spacing;
|
|
139
|
+
gap: $kendo-icon-spacing;
|
|
140
140
|
position: relative;
|
|
141
141
|
}
|
|
142
142
|
|
package/scss/list/_theme.scss
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
5
|
@import "../common/_index.scss";
|
|
6
|
-
@import "../utils/_flex.scss";
|
|
7
|
-
@import "../utils/_grid.scss";
|
|
6
|
+
// @import "../utils/_flex.scss";
|
|
7
|
+
// @import "../utils/_grid.scss";
|
|
8
8
|
@import "../pager/_index.scss";
|
|
9
9
|
@import "../icons/_index.scss";
|
|
10
10
|
|
package/scss/map/_index.scss
CHANGED
package/scss/map/_layout.scss
CHANGED
package/scss/map/_variables.scss
CHANGED
|
@@ -9,13 +9,13 @@ $map-bg: $kendo-component-bg !default;
|
|
|
9
9
|
$map-text: $kendo-component-text !default;
|
|
10
10
|
$map-border: $kendo-component-border !default;
|
|
11
11
|
|
|
12
|
-
$map-navigator-margin: $
|
|
12
|
+
$map-navigator-margin: k-map-get( $kendo-spacing, 4 ) !default;
|
|
13
13
|
$map-navigator-padding: 2px !default;
|
|
14
|
-
$map-navigator-width: calc( #{$icon-size * 3} + #{$map-navigator-padding * 2} ) !default;
|
|
14
|
+
$map-navigator-width: calc( #{$kendo-icon-size * 3} + #{$map-navigator-padding * 2} ) !default;
|
|
15
15
|
$map-navigator-height: $map-navigator-width !default;
|
|
16
16
|
$map-navigator-border-width: 1px !default;
|
|
17
17
|
|
|
18
|
-
$map-zoom-control-margin: $
|
|
18
|
+
$map-zoom-control-margin: k-map-get( $kendo-spacing, 4 ) !default;
|
|
19
19
|
$map-zoom-control-button-padding-x: $kendo-button-padding-y !default;
|
|
20
20
|
$map-zoom-control-button-padding-y: $map-zoom-control-button-padding-x !default;
|
|
21
21
|
|
|
@@ -24,5 +24,5 @@ $map-attribution-padding-y: $kendo-padding-sm-y !default;
|
|
|
24
24
|
$map-attribution-font-size: ($map-font-size * .75) !default;
|
|
25
25
|
$map-attribution-bg: rgba( $map-bg, .8 ) !default;
|
|
26
26
|
|
|
27
|
-
$map-marker-size: $icon-size-
|
|
27
|
+
$map-marker-size: $kendo-icon-size-xxl !default;
|
|
28
28
|
$map-marker-fill: $kendo-color-primary !default;
|
package/scss/menu/_layout.scss
CHANGED
package/scss/menu/_theme.scss
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
&:focus,
|
|
40
40
|
&.k-focus {
|
|
41
|
-
@include
|
|
41
|
+
@include focus-indicator( $menu-item-focus-shadow, true );
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
.k-item:focus,
|
|
86
86
|
.k-item.k-focus {
|
|
87
87
|
> .k-link {
|
|
88
|
-
@include
|
|
88
|
+
@include focus-indicator( $kendo-menu-popup-item-focus-shadow, true );
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
+
@import "../typography/_variables.scss";
|
|
2
|
+
|
|
3
|
+
|
|
1
4
|
// Menu
|
|
5
|
+
|
|
2
6
|
$menu-padding-x: 0px !default;
|
|
3
7
|
$menu-padding-y: 0px !default;
|
|
4
8
|
$menu-border-width: 0px !default;
|
|
@@ -14,7 +18,7 @@ $menu-gradient: null !default;
|
|
|
14
18
|
$menu-item-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
|
|
15
19
|
$menu-item-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
16
20
|
$menu-item-spacing: 0 !default;
|
|
17
|
-
$menu-item-icon-spacing: $icon-spacing !default;
|
|
21
|
+
$menu-item-icon-spacing: $kendo-icon-spacing !default;
|
|
18
22
|
|
|
19
23
|
$menu-item-bg: null !default;
|
|
20
24
|
$menu-item-text: $link-text !default;
|
|
@@ -106,10 +110,10 @@ $kendo-menu-popup-item-padding-y-lg: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
|
106
110
|
|
|
107
111
|
/// The end padding of the menu item in popup.
|
|
108
112
|
/// @group menu
|
|
109
|
-
$kendo-menu-popup-item-padding-end: calc( #{$kendo-menu-popup-item-padding-x * 2} + #{$icon-size} ) !default;
|
|
110
|
-
$kendo-menu-popup-item-padding-end-sm: calc( #{$kendo-menu-popup-item-padding-x-sm * 2} + #{$icon-size} ) !default;
|
|
111
|
-
$kendo-menu-popup-item-padding-end-md: calc( #{$kendo-menu-popup-item-padding-x-md * 2} + #{$icon-size} ) !default;
|
|
112
|
-
$kendo-menu-popup-item-padding-end-lg: calc( #{$kendo-menu-popup-item-padding-x-lg * 2} + #{$icon-size} ) !default;
|
|
113
|
+
$kendo-menu-popup-item-padding-end: calc( #{$kendo-menu-popup-item-padding-x * 2} + #{$kendo-icon-size} ) !default;
|
|
114
|
+
$kendo-menu-popup-item-padding-end-sm: calc( #{$kendo-menu-popup-item-padding-x-sm * 2} + #{$kendo-icon-size} ) !default;
|
|
115
|
+
$kendo-menu-popup-item-padding-end-md: calc( #{$kendo-menu-popup-item-padding-x-md * 2} + #{$kendo-icon-size} ) !default;
|
|
116
|
+
$kendo-menu-popup-item-padding-end-lg: calc( #{$kendo-menu-popup-item-padding-x-lg * 2} + #{$kendo-icon-size} ) !default;
|
|
113
117
|
|
|
114
118
|
/// The start margin of the menu item expand icon.
|
|
115
119
|
/// @group menu
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Message box
|
|
2
|
-
$message-box-margin: 0 0 $
|
|
2
|
+
$message-box-margin: 0 0 k-map-get( $kendo-spacing, 4 ) 0 !default;
|
|
3
3
|
$message-box-padding-x: $kendo-padding-md-x !default;
|
|
4
4
|
$message-box-padding-y: $kendo-padding-md-y !default;
|
|
5
5
|
$message-box-border-width: 0 0 0 4px !default;
|
|
@@ -27,7 +27,7 @@ $kendo-notification-line-height: $line-height !default;
|
|
|
27
27
|
|
|
28
28
|
/// Horizontal spacing of the notification icon.
|
|
29
29
|
/// @group notification
|
|
30
|
-
$kendo-notification-icon-spacing: $icon-spacing !default;
|
|
30
|
+
$kendo-notification-icon-spacing: $kendo-icon-spacing !default;
|
|
31
31
|
|
|
32
32
|
/// Background color of the notification.
|
|
33
33
|
/// @group notification
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
&:focus,
|
|
21
21
|
&.k-focus {
|
|
22
|
-
@include
|
|
22
|
+
@include focus-indicator( $orgchart-card-focus-shadow );
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
}
|
|
34
34
|
.k-orgchart-node-group-container:focus,
|
|
35
35
|
.k-orgchart-node-group-container.k-focus {
|
|
36
|
-
@include
|
|
36
|
+
@include focus-indicator( $orgchart-node-group-focus-shadow );
|
|
37
37
|
@include fill ( $border: $orgchart-node-group-focus-border );
|
|
38
38
|
}
|
|
39
39
|
|
package/scss/pager/_index.scss
CHANGED
package/scss/pager/_theme.scss
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
&:focus,
|
|
11
11
|
&.k-focus {
|
|
12
12
|
@include fill( $bg: $kendo-pager-focus-bg );
|
|
13
|
-
@include
|
|
13
|
+
@include focus-indicator( $kendo-pager-focus-shadow, true );
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
&:focus,
|
|
43
43
|
&.k-focus {
|
|
44
44
|
background-color: $kendo-pager-item-focus-bg;
|
|
45
|
-
@include
|
|
45
|
+
@include focus-indicator( $kendo-pager-item-focus-shadow, true );
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@import "../list/_variables.scss";
|
|
2
|
+
|
|
3
|
+
|
|
1
4
|
// Pager
|
|
2
5
|
|
|
3
6
|
/// Horizontal padding of the pager according to the pager size.
|
|
@@ -56,7 +59,8 @@ $kendo-pager-focus-shadow: $kendo-focus-shadow !default;
|
|
|
56
59
|
|
|
57
60
|
/// Spacing between the pager sections.
|
|
58
61
|
/// @group pager
|
|
59
|
-
$kendo-pager-section-spacing: $
|
|
62
|
+
$kendo-pager-section-spacing: k-map-get( $kendo-spacing, 4 ) !default;
|
|
63
|
+
|
|
60
64
|
/// Border width of the pager items.
|
|
61
65
|
/// @group pager
|
|
62
66
|
$kendo-pager-item-border-width: 0px !default;
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
font-weight: 500;
|
|
41
41
|
display: flex;
|
|
42
42
|
flex-flow: row nowrap;
|
|
43
|
-
gap: $icon-spacing;
|
|
43
|
+
gap: $kendo-icon-spacing;
|
|
44
44
|
align-items: center;
|
|
45
45
|
align-content: center;
|
|
46
46
|
position: relative;
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
text-decoration: none;
|
|
77
77
|
display: flex;
|
|
78
78
|
flex-flow: row nowrap;
|
|
79
|
-
gap: $icon-spacing;
|
|
79
|
+
gap: $kendo-icon-spacing;
|
|
80
80
|
align-items: center;
|
|
81
81
|
align-content: center;
|
|
82
82
|
position: relative;
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
$panelbar-header-focus-border,
|
|
57
57
|
$panelbar-header-focus-gradient
|
|
58
58
|
);
|
|
59
|
-
|
|
59
|
+
@include focus-indicator( $panelbar-header-focus-shadow, true );
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
// Focus & Hover
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
$panelbar-item-focus-border,
|
|
149
149
|
$panelbar-item-focus-gradient
|
|
150
150
|
);
|
|
151
|
-
|
|
151
|
+
@include focus-indicator( $panelbar-item-focus-shadow, true );
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
// Focus & Hover
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
5
|
@import "../common/_index.scss";
|
|
6
|
-
@import "../utils/_index.scss";
|
|
7
|
-
@import "../button/_variables.scss";
|
|
6
|
+
// @import "../utils/_index.scss";
|
|
8
7
|
@import "../combobox/_index.scss";
|
|
9
8
|
@import "../toolbar/_index.scss";
|
|
10
9
|
@import "../dialog/_index.scss";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
// PDF viewer
|
|
2
|
+
|
|
2
3
|
$pdf-viewer-border-width: 1px !default;
|
|
3
4
|
$pdf-viewer-font-family: $font-family !default;
|
|
4
5
|
$pdf-viewer-font-size: $font-size !default;
|
|
@@ -42,4 +43,4 @@ $pdf-viewer-search-highlight-bg: $kendo-body-text !default;
|
|
|
42
43
|
$pdf-viewer-search-highlight-mark-bg: yellow !default;
|
|
43
44
|
|
|
44
45
|
$pdf-viewer-icon-text: $dropzone-icon-text !default;
|
|
45
|
-
$pdf-viewer-icon-size: calc( #{$icon-size} * 3 ) !default;
|
|
46
|
+
$pdf-viewer-icon-size: calc( #{$kendo-icon-size} * 3 ) !default;
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
@import "../treeview/_index.scss";
|
|
8
8
|
@import "../grid/_index.scss";
|
|
9
9
|
@import "../icons/_index.scss";
|
|
10
|
-
@import "../utils/_spacer.scss";
|
|
11
|
-
@import "../utils/_flex.scss";
|
|
12
|
-
@import "../utils/_grid.scss";
|
|
13
|
-
@import "../utils/_position.scss";
|
|
10
|
+
// @import "../utils/_spacer.scss";
|
|
11
|
+
// @import "../utils/_flex.scss";
|
|
12
|
+
// @import "../utils/_grid.scss";
|
|
13
|
+
// @import "../utils/_position.scss";
|
|
14
14
|
@import "../list/_index.scss";
|
|
15
|
-
|
|
15
|
+
|
|
16
16
|
|
|
17
17
|
// Component
|
|
18
18
|
@import "./_variables.scss";
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
.k-grouping-row > .k-pivotgrid-cell:focus,
|
|
68
68
|
.k-detail-row > .k-pivotgrid-cell:focus,
|
|
69
69
|
.k-group-footer > .k-pivotgrid-cell:focus {
|
|
70
|
-
@include
|
|
70
|
+
@include focus-indicator( $pivotgrid-focus-shadow, true );
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
// Selected state
|