@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
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
// Popover
|
|
4
4
|
.k-popover {
|
|
5
|
-
@include border-radius( $popover-border-radius );
|
|
5
|
+
@include border-radius( $kendo-popover-border-radius );
|
|
6
6
|
padding: 0;
|
|
7
|
-
border-width: $popover-border-width;
|
|
8
|
-
border-style: $popover-border-style;
|
|
7
|
+
border-width: $kendo-popover-border-width;
|
|
8
|
+
border-style: $kendo-popover-border-style;
|
|
9
9
|
box-sizing: border-box;
|
|
10
10
|
outline: 0;
|
|
11
|
-
font-size: $popover-font-size;
|
|
12
|
-
font-family: $popover-font-family;
|
|
13
|
-
line-height: $popover-line-height;
|
|
11
|
+
font-size: $kendo-popover-font-size;
|
|
12
|
+
font-family: $kendo-popover-font-family;
|
|
13
|
+
line-height: $kendo-popover-line-height;
|
|
14
14
|
display: flex;
|
|
15
15
|
flex-flow: column nowrap;
|
|
16
16
|
z-index: 12000;
|
|
@@ -25,27 +25,29 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.k-popover-inner {
|
|
28
|
+
height: inherit;
|
|
28
29
|
position: relative;
|
|
29
30
|
border-radius: inherit;
|
|
30
|
-
|
|
31
|
+
border-color: inherit;
|
|
31
32
|
}
|
|
32
33
|
|
|
33
34
|
// Header
|
|
34
35
|
.k-popover-header {
|
|
35
|
-
@include border-top-radius( $popover-border-radius );
|
|
36
|
-
padding: $popover-header-padding-y $popover-header-padding-x;
|
|
37
|
-
border-width: 0 0 $popover-header-border-width;
|
|
38
|
-
border-style: $popover-header-border-style;
|
|
36
|
+
@include border-top-radius( $kendo-popover-border-radius );
|
|
37
|
+
padding: $kendo-popover-header-padding-y $kendo-popover-header-padding-x;
|
|
38
|
+
border-width: 0 0 $kendo-popover-header-border-width;
|
|
39
|
+
border-style: $kendo-popover-header-border-style;
|
|
40
|
+
border-color: inherit;
|
|
39
41
|
}
|
|
40
42
|
|
|
41
43
|
// Body
|
|
42
44
|
.k-popover-body {
|
|
43
|
-
padding: $popover-body-padding-y $popover-body-padding-x;
|
|
45
|
+
padding: $kendo-popover-body-padding-y $kendo-popover-body-padding-x;
|
|
44
46
|
}
|
|
45
47
|
|
|
46
48
|
// Actions
|
|
47
49
|
.k-popover-actions {
|
|
48
|
-
border-width: $popover-actions-border-width 0 0;
|
|
50
|
+
border-width: $kendo-popover-actions-border-width 0 0;
|
|
49
51
|
}
|
|
50
52
|
|
|
51
53
|
}
|
|
@@ -54,10 +56,10 @@
|
|
|
54
56
|
|
|
55
57
|
.k-popover-callout {
|
|
56
58
|
margin: 0;
|
|
57
|
-
width: $popover-callout-width;
|
|
58
|
-
height: $popover-callout-height;
|
|
59
|
-
border-width: $popover-callout-border-width;
|
|
60
|
-
border-style: $popover-callout-border-style;
|
|
59
|
+
width: $kendo-popover-callout-width;
|
|
60
|
+
height: $kendo-popover-callout-height;
|
|
61
|
+
border-width: $kendo-popover-callout-border-width;
|
|
62
|
+
border-style: $kendo-popover-callout-border-style;
|
|
61
63
|
position: absolute;
|
|
62
64
|
|
|
63
65
|
&.k-callout-n {
|
package/scss/popover/_theme.scss
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
// Popover
|
|
4
4
|
.k-popover {
|
|
5
|
-
@include box-shadow( $popover-shadow );
|
|
5
|
+
@include box-shadow( $kendo-popover-shadow );
|
|
6
6
|
|
|
7
7
|
@include fill(
|
|
8
|
-
$popover-text,
|
|
9
|
-
$popover-bg,
|
|
10
|
-
$popover-border
|
|
8
|
+
$kendo-popover-text,
|
|
9
|
+
$kendo-popover-bg,
|
|
10
|
+
$kendo-popover-border
|
|
11
11
|
);
|
|
12
12
|
}
|
|
13
13
|
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
// Header
|
|
20
20
|
.k-popover-header {
|
|
21
21
|
@include fill(
|
|
22
|
-
$popover-header-text,
|
|
23
|
-
$popover-header-bg,
|
|
24
|
-
$popover-header-border
|
|
22
|
+
$kendo-popover-header-text,
|
|
23
|
+
$kendo-popover-header-bg,
|
|
24
|
+
$kendo-popover-header-border
|
|
25
25
|
);
|
|
26
26
|
}
|
|
27
27
|
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
// Popover
|
|
2
|
-
$popover-border-width: $card-border-width !default;
|
|
3
|
-
$popover-border-style: solid !default;
|
|
4
|
-
$popover-border-radius: $card-border-radius !default;
|
|
5
|
-
$popover-font-size: $card-font-size !default;
|
|
6
|
-
$popover-font-family: $card-font-family !default;
|
|
7
|
-
$popover-line-height: $card-line-height !default;
|
|
8
|
-
$popover-bg: $kendo-component-bg !default;
|
|
9
|
-
$popover-text: $kendo-component-text !default;
|
|
10
|
-
$popover-border: $kendo-component-border !default;
|
|
11
|
-
$popover-shadow: $popup-shadow !default;
|
|
2
|
+
$kendo-popover-border-width: $card-border-width !default;
|
|
3
|
+
$kendo-popover-border-style: solid !default;
|
|
4
|
+
$kendo-popover-border-radius: $card-border-radius !default;
|
|
5
|
+
$kendo-popover-font-size: $card-font-size !default;
|
|
6
|
+
$kendo-popover-font-family: $card-font-family !default;
|
|
7
|
+
$kendo-popover-line-height: $card-line-height !default;
|
|
8
|
+
$kendo-popover-bg: $kendo-component-bg !default;
|
|
9
|
+
$kendo-popover-text: $kendo-component-text !default;
|
|
10
|
+
$kendo-popover-border: $kendo-component-border !default;
|
|
11
|
+
$kendo-popover-shadow: $popup-shadow !default;
|
|
12
12
|
|
|
13
|
-
$popover-header-padding-y: $card-header-padding-y !default;
|
|
14
|
-
$popover-header-padding-x: $card-header-padding-x !default;
|
|
15
|
-
$popover-header-border-width: $card-header-border-width !default;
|
|
16
|
-
$popover-header-border-style: $popover-border-style !default;
|
|
17
|
-
$popover-header-bg: $card-header-bg !default;
|
|
18
|
-
$popover-header-text: $card-header-text !default;
|
|
19
|
-
$popover-header-border: $card-header-border !default;
|
|
13
|
+
$kendo-popover-header-padding-y: $card-header-padding-y !default;
|
|
14
|
+
$kendo-popover-header-padding-x: $card-header-padding-x !default;
|
|
15
|
+
$kendo-popover-header-border-width: $card-header-border-width !default;
|
|
16
|
+
$kendo-popover-header-border-style: $kendo-popover-border-style !default;
|
|
17
|
+
$kendo-popover-header-bg: $card-header-bg !default;
|
|
18
|
+
$kendo-popover-header-text: $card-header-text !default;
|
|
19
|
+
$kendo-popover-header-border: $card-header-border !default;
|
|
20
20
|
|
|
21
|
-
$popover-body-padding-y: $card-body-padding-y !default;
|
|
22
|
-
$popover-body-padding-x: $card-body-padding-x !default;
|
|
21
|
+
$kendo-popover-body-padding-y: $card-body-padding-y !default;
|
|
22
|
+
$kendo-popover-body-padding-x: $card-body-padding-x !default;
|
|
23
23
|
|
|
24
|
-
$popover-actions-border-width: $popover-border-width !default;
|
|
24
|
+
$kendo-popover-actions-border-width: $kendo-popover-border-width !default;
|
|
25
25
|
|
|
26
|
-
$popover-callout-width: $card-callout-width !default;
|
|
27
|
-
$popover-callout-height: $card-callout-height !default;
|
|
28
|
-
$popover-callout-border-width: $popover-border-width !default;
|
|
29
|
-
$popover-callout-border-style: $popover-border-style !default;
|
|
30
|
-
$popover-callout-bg: $popover-bg !default;
|
|
31
|
-
$popover-callout-border: $popover-border !default;
|
|
26
|
+
$kendo-popover-callout-width: $card-callout-width !default;
|
|
27
|
+
$kendo-popover-callout-height: $card-callout-height !default;
|
|
28
|
+
$kendo-popover-callout-border-width: $kendo-popover-border-width !default;
|
|
29
|
+
$kendo-popover-callout-border-style: $kendo-popover-border-style !default;
|
|
30
|
+
$kendo-popover-callout-bg: $kendo-popover-bg !default;
|
|
31
|
+
$kendo-popover-callout-border: $kendo-popover-border !default;
|
package/scss/radio/_index.scss
CHANGED
package/scss/radio/_theme.scss
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
.k-radio:focus,
|
|
26
26
|
.k-radio.k-focus {
|
|
27
27
|
@include fill( $border: $kendo-radio-focus-border );
|
|
28
|
-
@include
|
|
28
|
+
@include focus-indicator( $kendo-radio-focus-shadow );
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
.k-radio:checked:focus,
|
|
55
55
|
.k-radio.k-checked.k-focus {
|
|
56
56
|
@include fill( $border: $kendo-radio-focus-checked-border );
|
|
57
|
-
@include
|
|
57
|
+
@include focus-indicator( $kendo-radio-focus-checked-shadow );
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
// Rating
|
|
2
|
+
|
|
2
3
|
$rating-font-family: $font-family !default;
|
|
3
4
|
$rating-font-size: $font-size !default;
|
|
4
5
|
$rating-line-height: $line-height !default;
|
|
@@ -12,7 +13,7 @@ $rating-label-margin-x: $kendo-padding-md-x !default;
|
|
|
12
13
|
$rating-label-margin-y: $kendo-padding-md-y !default;
|
|
13
14
|
$rating-label-line-height: $line-height-lg !default;
|
|
14
15
|
|
|
15
|
-
$rating-icon-size: ($icon-size * 1.5) !default;
|
|
16
|
+
$rating-icon-size: ($kendo-icon-size * 1.5) !default;
|
|
16
17
|
|
|
17
18
|
$rating-icon-text: $kendo-component-text !default;
|
|
18
19
|
$rating-icon-selected-text: $kendo-selected-bg !default;
|
|
@@ -220,16 +220,8 @@
|
|
|
220
220
|
display: inline-flex;
|
|
221
221
|
flex-flow: row nowrap;
|
|
222
222
|
align-items: center;
|
|
223
|
-
gap: $icon-spacing;
|
|
223
|
+
gap: $kendo-icon-spacing;
|
|
224
224
|
cursor: pointer;
|
|
225
|
-
|
|
226
|
-
.k-sm-date-format,
|
|
227
|
-
.k-lg-date-format {
|
|
228
|
-
white-space: nowrap;
|
|
229
|
-
overflow: hidden;
|
|
230
|
-
text-overflow: ellipsis;
|
|
231
|
-
}
|
|
232
|
-
.k-sm-date-format { display: none; }
|
|
233
225
|
}
|
|
234
226
|
|
|
235
227
|
|
|
@@ -238,17 +230,6 @@
|
|
|
238
230
|
display: inline-flex;
|
|
239
231
|
flex-flow: row nowrap;
|
|
240
232
|
}
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
// Responsive scheduler toolbar
|
|
244
|
-
@media (max-width: 1400px) {
|
|
245
|
-
.k-nav-current .k-lg-date-format { max-width: 200px; }
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
@media (max-width: 1024px) {
|
|
249
|
-
.k-nav-current .k-lg-date-format { display: none; }
|
|
250
|
-
.k-nav-current .k-sm-date-format { display: inline-block; }
|
|
251
|
-
}
|
|
252
233
|
}
|
|
253
234
|
|
|
254
235
|
|
|
@@ -425,7 +406,7 @@
|
|
|
425
406
|
line-height: $scheduler-event-line-height;
|
|
426
407
|
padding: $kendo-padding-md-y $kendo-padding-md-x;
|
|
427
408
|
// TODO: incompatible units
|
|
428
|
-
// padding-right: $kendo-padding-sm-x + $
|
|
409
|
+
// padding-right: $kendo-padding-sm-x + k-map-get( $kendo-spacing, 4 );
|
|
429
410
|
}
|
|
430
411
|
.k-event-time {
|
|
431
412
|
padding-bottom: 0;
|
|
@@ -495,7 +476,7 @@
|
|
|
495
476
|
}
|
|
496
477
|
.k-resize-n::before,
|
|
497
478
|
.k-resize-s::before {
|
|
498
|
-
width: $
|
|
479
|
+
width: k-map-get( $kendo-spacing, 8 );
|
|
499
480
|
border-bottom-width: 1px;
|
|
500
481
|
}
|
|
501
482
|
.k-resize-w {
|
|
@@ -508,7 +489,7 @@
|
|
|
508
489
|
}
|
|
509
490
|
.k-resize-w::before,
|
|
510
491
|
.k-resize-e::before {
|
|
511
|
-
height: $
|
|
492
|
+
height: k-map-get( $kendo-spacing, 8 );
|
|
512
493
|
border-left-width: 1px;
|
|
513
494
|
}
|
|
514
495
|
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
opacity: $scrollview-navigation-hover-opacity;
|
|
55
55
|
|
|
56
56
|
.k-icon::before {
|
|
57
|
-
|
|
57
|
+
@include focus-indicator( $scrollview-pagebutton-shadow );
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
|
|
80
80
|
&:focus,
|
|
81
81
|
&.k-focus {
|
|
82
|
-
|
|
82
|
+
@include focus-indicator( $scrollview-pagebutton-shadow );
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
|
package/scss/slider/_theme.scss
CHANGED
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
|
|
49
49
|
&:focus,
|
|
50
50
|
&.k-focus {
|
|
51
|
-
@include
|
|
51
|
+
@include focus-indicator( $slider-draghandle-focus-shadow );
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
&.k-focus {
|
|
56
56
|
.k-draghandle {
|
|
57
|
-
@include
|
|
57
|
+
@include focus-indicator( $slider-draghandle-focus-shadow );
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
|
|
@@ -232,8 +232,8 @@
|
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
.k-spreadsheet-sheets-remove {
|
|
235
|
-
margin-right: k-
|
|
236
|
-
margin-left: - k-
|
|
235
|
+
margin-right: k-map-get( $kendo-spacing, 2 );
|
|
236
|
+
margin-left: - k-map-get( $kendo-spacing, 2 );
|
|
237
237
|
padding: 0;
|
|
238
238
|
line-height: 1;
|
|
239
239
|
display: inline-flex;
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
|
|
552
552
|
@include exports( "spreadsheet/filter/layout" ) {
|
|
553
553
|
|
|
554
|
-
$filter-menu-padding-left: calc( #{$icon-size} + #{2 * $kendo-padding-md-y} );
|
|
554
|
+
$filter-menu-padding-left: calc( #{$kendo-icon-size} + #{2 * $kendo-padding-md-y} );
|
|
555
555
|
|
|
556
556
|
// Filter button
|
|
557
557
|
.k-spreadsheet .k-filter-wrapper {
|
|
@@ -593,7 +593,7 @@
|
|
|
593
593
|
padding-left: $filter-menu-padding-left;
|
|
594
594
|
}
|
|
595
595
|
.k-icon {
|
|
596
|
-
margin-left: calc(-1 * ( #{$icon-size} + #{$kendo-padding-md-y} ) );
|
|
596
|
+
margin-left: calc(-1 * ( #{$kendo-icon-size} + #{$kendo-padding-md-y} ) );
|
|
597
597
|
margin-right: $kendo-padding-md-y;
|
|
598
598
|
}
|
|
599
599
|
|
|
@@ -735,12 +735,12 @@
|
|
|
735
735
|
.k-spreadsheet-format-cells {
|
|
736
736
|
|
|
737
737
|
.k-spreadsheet-preview {
|
|
738
|
-
margin-top: k-
|
|
738
|
+
margin-top: k-map-get( $kendo-spacing, 2 );
|
|
739
739
|
text-align: center;
|
|
740
740
|
}
|
|
741
741
|
|
|
742
742
|
.k-list-scroller {
|
|
743
|
-
margin-top: k-
|
|
743
|
+
margin-top: k-map-get( $kendo-spacing, 2 );
|
|
744
744
|
height: 210px;
|
|
745
745
|
border-width: 1px;
|
|
746
746
|
border-style: solid;
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
.k-page-orientation {
|
|
771
771
|
position: absolute;
|
|
772
772
|
right: 0;
|
|
773
|
-
top: k-
|
|
773
|
+
top: k-map-get( $kendo-spacing, 2 );
|
|
774
774
|
|
|
775
775
|
.k-icon {
|
|
776
776
|
font-size: 6em;
|
|
@@ -87,7 +87,6 @@
|
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
.k-step-focus,
|
|
91
90
|
.k-step.k-focus,
|
|
92
91
|
.k-step-link:focus {
|
|
93
92
|
.k-step-indicator::after {
|
|
@@ -111,13 +110,13 @@
|
|
|
111
110
|
border-width: 0;
|
|
112
111
|
}
|
|
113
112
|
.k-step-label .k-step-text {
|
|
114
|
-
max-width: calc(10em - (#{$icon-size} + #{$icon-spacing}));
|
|
113
|
+
max-width: calc(10em - (#{$kendo-icon-size} + #{$kendo-icon-spacing}));
|
|
115
114
|
flex-grow: 1;
|
|
116
115
|
white-space: nowrap;
|
|
117
116
|
text-overflow: ellipsis;
|
|
118
117
|
overflow: hidden;
|
|
119
118
|
}
|
|
120
|
-
.k-step-label .k-icon { margin-left: $icon-spacing; }
|
|
119
|
+
.k-step-label .k-icon { margin-left: $kendo-icon-spacing; }
|
|
121
120
|
|
|
122
121
|
.k-step-current .k-step-label {
|
|
123
122
|
font-weight: bold;
|
|
@@ -248,7 +247,7 @@
|
|
|
248
247
|
|
|
249
248
|
.k-step-label .k-icon {
|
|
250
249
|
margin-left: 0;
|
|
251
|
-
margin-right: $icon-spacing;
|
|
250
|
+
margin-right: $kendo-icon-spacing;
|
|
252
251
|
}
|
|
253
252
|
|
|
254
253
|
// Horizontal
|
package/scss/stepper/_theme.scss
CHANGED
|
@@ -28,12 +28,11 @@
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
&.k-step-focus,
|
|
32
31
|
&.k-focus,
|
|
33
32
|
.k-step-link:focus {
|
|
34
33
|
// Labels only
|
|
35
34
|
.k-step-label:only-child {
|
|
36
|
-
@include
|
|
35
|
+
@include focus-indicator( $indicator: ( inset 0 0 0 $stepper-indicator-focus-size $kendo-component-border ), $inset: true );
|
|
37
36
|
}
|
|
38
37
|
}
|
|
39
38
|
|
package/scss/switch/_index.scss
CHANGED
package/scss/switch/_theme.scss
CHANGED
|
@@ -57,7 +57,11 @@
|
|
|
57
57
|
$kendo-switch-off-track-focus-border,
|
|
58
58
|
$kendo-switch-off-track-focus-gradient
|
|
59
59
|
);
|
|
60
|
-
|
|
60
|
+
@if $kendo-enable-focus-contrast {
|
|
61
|
+
@include box-shadow( 0 0 0 2px if( $dark-theme, $kendo-color-white, $kendo-color-black ) );
|
|
62
|
+
} @else {
|
|
63
|
+
outline: $kendo-switch-off-track-focus-ring;
|
|
64
|
+
}
|
|
61
65
|
}
|
|
62
66
|
}
|
|
63
67
|
|
|
@@ -133,7 +137,11 @@
|
|
|
133
137
|
$kendo-switch-on-track-focus-border,
|
|
134
138
|
$kendo-switch-on-track-focus-gradient
|
|
135
139
|
);
|
|
136
|
-
|
|
140
|
+
@if $kendo-enable-focus-contrast {
|
|
141
|
+
@include box-shadow( 0 0 0 2px if( $dark-theme, $kendo-color-white, $kendo-color-black ) );
|
|
142
|
+
} @else {
|
|
143
|
+
outline: $kendo-switch-on-track-focus-ring;
|
|
144
|
+
}
|
|
137
145
|
}
|
|
138
146
|
}
|
|
139
147
|
|
package/scss/table/_index.scss
CHANGED
|
@@ -3,17 +3,9 @@
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
5
|
@import "../common/_index.scss";
|
|
6
|
-
@import "../input/_index.scss";
|
|
7
|
-
@import "../floating-label/_index.scss";
|
|
8
|
-
@import "../combobox/_index.scss";
|
|
9
|
-
@import "../popup/_index.scss";
|
|
10
|
-
@import "../toolbar/_variables.scss";
|
|
11
|
-
@import "../menu/_variables.scss";
|
|
12
|
-
@import "../list/_variables.scss";
|
|
13
6
|
|
|
14
7
|
|
|
15
8
|
// Component
|
|
16
9
|
@import "./_variables.scss";
|
|
17
10
|
@import "./_layout.scss";
|
|
18
11
|
@import "./_theme.scss";
|
|
19
|
-
|
package/scss/table/_theme.scss
CHANGED
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
|
|
50
50
|
&:focus,
|
|
51
51
|
&.k-focus {
|
|
52
|
-
@include
|
|
52
|
+
@include focus-indicator( $tabstrip-item-focus-shadow, true );
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
&.k-tabstrip-dragging {
|
|
56
|
-
@include
|
|
56
|
+
@include focus-indicator( $tabstrip-item-dragging-shadow );
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
|
package/scss/toolbar/_theme.scss
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
// Template item
|
|
22
22
|
.k-toolbar-item:focus,
|
|
23
23
|
.k-toolbar-item.k-focus {
|
|
24
|
-
@include
|
|
24
|
+
@include focus-indicator( $kendo-toolbar-item-shadow );
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
// Button focus state
|
|
73
73
|
&:focus,
|
|
74
74
|
&.k-focus {
|
|
75
|
-
|
|
75
|
+
@include focus-indicator( $kendo-menu-popup-item-focus-shadow, true );
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
// Active state
|