@progress/kendo-theme-default 6.8.0-dev.2 → 7.0.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 +140 -106
- package/dist/all.scss +201 -97
- package/dist/meta/sassdoc-data.json +428 -320
- package/dist/meta/sassdoc-raw-data.json +166 -116
- package/dist/meta/variables.json +96 -100
- 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 +4 -4
- 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/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 +2 -0
- 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/fab/_variables.scss +2 -2
- package/scss/index.scss +2 -0
- package/scss/list/_variables.scss +1 -1
- package/scss/listview/_variables.scss +1 -1
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pdf-viewer/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +5 -4
- package/scss/popup/_variables.scss +1 -1
- package/scss/rating/_theme.scss +2 -2
- package/scss/rating/_variables.scss +2 -2
- package/scss/scheduler/_layout.scss +0 -14
- package/scss/scheduler/_theme.scss +0 -17
- package/scss/scheduler/_variables.scss +1 -3
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +1 -1
- package/scss/tooltip/_theme.scss +1 -1
- package/scss/tooltip/_variables.scss +2 -0
- package/scss/window/_variables.scss +2 -2
|
@@ -19,6 +19,7 @@ $kendo-calendar-header-bg: $kendo-component-header-bg !default;
|
|
|
19
19
|
$kendo-calendar-header-text: $kendo-component-header-text !default;
|
|
20
20
|
$kendo-calendar-header-border: $kendo-component-header-border !default;
|
|
21
21
|
$kendo-calendar-header-gradient: $kendo-component-header-gradient !default;
|
|
22
|
+
// TODO: variable is used, but the selector using it is not! Potentially remove;
|
|
22
23
|
$kendo-calendar-header-shadow: 0 1px 3px 1px rgba(black, .1) !default;
|
|
23
24
|
|
|
24
25
|
$kendo-calendar-nav-gap: null !default;
|
|
@@ -20,7 +20,8 @@ $kendo-card-shadow: null !default;
|
|
|
20
20
|
$kendo-card-focus-bg: null !default;
|
|
21
21
|
$kendo-card-focus-text: null !default;
|
|
22
22
|
$kendo-card-focus-border: rgba( black, .15 ) !default;
|
|
23
|
-
|
|
23
|
+
// TODO: double-check: the default theme is not supposed to elevate the card on focus
|
|
24
|
+
$kendo-card-focus-shadow: null !default;
|
|
24
25
|
|
|
25
26
|
$kendo-card-header-padding-x: $kendo-card-padding-x !default;
|
|
26
27
|
$kendo-card-header-padding-y: $kendo-card-padding-y !default;
|
|
@@ -52,16 +52,16 @@ $kendo-chat-border: $kendo-app-border !default;
|
|
|
52
52
|
$kendo-chat-bubble-bg: $kendo-component-bg !default;
|
|
53
53
|
$kendo-chat-bubble-text: $kendo-component-text !default;
|
|
54
54
|
$kendo-chat-bubble-border: $kendo-chat-bubble-bg !default;
|
|
55
|
-
$kendo-chat-bubble-shadow:
|
|
56
|
-
$kendo-chat-bubble-hover-shadow:
|
|
57
|
-
$kendo-chat-bubble-selected-shadow:
|
|
55
|
+
$kendo-chat-bubble-shadow: k-elevation(1) !default;
|
|
56
|
+
$kendo-chat-bubble-hover-shadow: k-elevation(2) !default;
|
|
57
|
+
$kendo-chat-bubble-selected-shadow: k-elevation(3) !default;
|
|
58
58
|
|
|
59
59
|
$kendo-chat-alt-bubble-bg: $kendo-color-primary !default;
|
|
60
60
|
$kendo-chat-alt-bubble-text: k-contrast-legacy( $kendo-chat-alt-bubble-bg ) !default;
|
|
61
61
|
$kendo-chat-alt-bubble-border: $kendo-chat-alt-bubble-bg !default;
|
|
62
|
-
$kendo-chat-alt-bubble-shadow:
|
|
63
|
-
$kendo-chat-alt-bubble-hover-shadow:
|
|
64
|
-
$kendo-chat-alt-bubble-selected-shadow:
|
|
62
|
+
$kendo-chat-alt-bubble-shadow: k-elevation(1) !default;
|
|
63
|
+
$kendo-chat-alt-bubble-hover-shadow: k-elevation(2) !default;
|
|
64
|
+
$kendo-chat-alt-bubble-selected-shadow: k-elevation(3) !default;
|
|
65
65
|
|
|
66
66
|
$kendo-chat-quick-reply-bg: transparent !default;
|
|
67
67
|
$kendo-chat-quick-reply-text: $kendo-color-primary !default;
|
|
@@ -35,9 +35,10 @@ $kendo-color-editor-border: $kendo-component-border !default;
|
|
|
35
35
|
/// The border color of the focused ColorEditor.
|
|
36
36
|
/// @group coloreditor
|
|
37
37
|
$kendo-color-editor-focus-border: null !default;
|
|
38
|
+
// TODO: does this ever get focused? Isn't it always in a popup?
|
|
38
39
|
/// The box shadow of the focused ColorEditor.
|
|
39
40
|
/// @group coloreditor
|
|
40
|
-
$kendo-color-editor-focus-shadow: 1px 1px 7px 1px rgba(0, 0, 0, .3)
|
|
41
|
+
$kendo-color-editor-focus-shadow: null !default; // 1px 1px 7px 1px rgba(0, 0, 0, .3)
|
|
41
42
|
|
|
42
43
|
/// The vertical padding of the ColorEditor header.
|
|
43
44
|
/// @group coloreditor
|
|
@@ -77,4 +78,4 @@ $kendo-color-editor-color-gradient-focus-outline-color: rgba(0, 0, 0, .3) !defau
|
|
|
77
78
|
$kendo-color-editor-color-gradient-focus-outline: 2px !default;
|
|
78
79
|
/// The outline offset of the focused ColorGradient.
|
|
79
80
|
/// @group coloreditor
|
|
80
|
-
$kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
|
|
81
|
+
$kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
|
|
@@ -67,6 +67,8 @@
|
|
|
67
67
|
height: $kendo-color-gradient-draghandle-height;
|
|
68
68
|
border-width: $kendo-color-gradient-draghandle-border-width;
|
|
69
69
|
border-style: solid;
|
|
70
|
+
outline-width: $kendo-color-gradient-draghandle-outline-width;
|
|
71
|
+
outline-style: solid;
|
|
70
72
|
box-sizing: border-box;
|
|
71
73
|
}
|
|
72
74
|
|
|
@@ -27,12 +27,14 @@
|
|
|
27
27
|
$kendo-color-gradient-draghandle-bg,
|
|
28
28
|
$kendo-color-gradient-draghandle-border
|
|
29
29
|
);
|
|
30
|
+
outline-color: $kendo-color-gradient-draghandle-focus-shadow;
|
|
30
31
|
@include box-shadow( $kendo-color-gradient-draghandle-shadow );
|
|
31
32
|
|
|
32
33
|
&:focus,
|
|
33
34
|
&.k-focus {
|
|
34
35
|
@include fill( $bg: transparent, $border: $kendo-color-white );
|
|
35
|
-
|
|
36
|
+
outline-color: $kendo-color-gradient-draghandle-focus-shadow;
|
|
37
|
+
@include focus-indicator( $kendo-color-gradient-draghandle-shadow );
|
|
36
38
|
}
|
|
37
39
|
|
|
38
40
|
&:hover,
|
|
@@ -40,7 +42,7 @@
|
|
|
40
42
|
&.k-active,
|
|
41
43
|
&:active {
|
|
42
44
|
@include fill( $bg: transparent, $border: $kendo-color-white );
|
|
43
|
-
|
|
45
|
+
outline-color: $kendo-color-gradient-draghandle-hover-shadow;
|
|
44
46
|
}
|
|
45
47
|
}
|
|
46
48
|
|
|
@@ -48,7 +48,7 @@ $kendo-color-gradient-border: $kendo-component-border !default;
|
|
|
48
48
|
$kendo-color-gradient-focus-border: null !default;
|
|
49
49
|
/// The box shadow of the focused ColorGradient.
|
|
50
50
|
/// @group cologradient
|
|
51
|
-
$kendo-color-gradient-focus-shadow:
|
|
51
|
+
$kendo-color-gradient-focus-shadow: k-elevation(3) !default;
|
|
52
52
|
|
|
53
53
|
/// The border radius of the ColorGradient canvas.
|
|
54
54
|
/// @group cologradient
|
|
@@ -86,6 +86,9 @@ $kendo-color-gradient-draghandle-height: 14px !default;
|
|
|
86
86
|
/// The width of the border around the ColorGradient canvas drag handle.
|
|
87
87
|
/// @group cologradient
|
|
88
88
|
$kendo-color-gradient-draghandle-border-width: 1px !default;
|
|
89
|
+
/// The width of the outline around the ColorGradient canvas drag handle.
|
|
90
|
+
/// @group cologradient
|
|
91
|
+
$kendo-color-gradient-draghandle-outline-width: 1px !default;
|
|
89
92
|
/// The border radius of the ColorGradient canvas drag handle.
|
|
90
93
|
/// @group cologradient
|
|
91
94
|
$kendo-color-gradient-draghandle-border-radius: 50% !default;
|
|
@@ -98,15 +101,18 @@ $kendo-color-gradient-draghandle-bg: transparent !default;
|
|
|
98
101
|
/// The color of the border around the ColorGradient canvas drag handle.
|
|
99
102
|
/// @group cologradient
|
|
100
103
|
$kendo-color-gradient-draghandle-border: rgba( $kendo-color-white, .8) !default;
|
|
101
|
-
/// The
|
|
104
|
+
/// The color of the outline around the ColorGradient canvas drag handle.
|
|
102
105
|
/// @group cologradient
|
|
103
|
-
$kendo-color-gradient-draghandle-shadow:
|
|
104
|
-
/// The
|
|
106
|
+
$kendo-color-gradient-draghandle-shadow: rgba( $kendo-color-black, .5 ) !default;
|
|
107
|
+
/// The focus color of the outline around the ColorGradient canvas drag handle.
|
|
105
108
|
/// @group cologradient
|
|
106
|
-
$kendo-color-gradient-draghandle-focus-shadow:
|
|
107
|
-
/// The
|
|
109
|
+
$kendo-color-gradient-draghandle-focus-shadow: $kendo-color-black !default;
|
|
110
|
+
/// The hover color of the outline around the ColorGradient canvas drag handle.
|
|
111
|
+
/// @group cologradient
|
|
112
|
+
$kendo-color-gradient-draghandle-hover-shadow: $kendo-color-black !default;
|
|
113
|
+
/// The box shadow of the ColorGradient canvas drag handle.
|
|
108
114
|
/// @group cologradient
|
|
109
|
-
$kendo-color-gradient-draghandle-
|
|
115
|
+
$kendo-color-gradient-draghandle-shadow: k-elevation(2) !default;
|
|
110
116
|
|
|
111
117
|
/// The vertical margin of the ColorGradient canvas drag handle.
|
|
112
118
|
/// @group cologradient
|
|
@@ -133,4 +139,4 @@ $kendo-color-gradient-input-label-text: $kendo-subtle-text !default;
|
|
|
133
139
|
$kendo-color-gradient-contrast-ratio-font-weight: $kendo-font-weight-bold !default;
|
|
134
140
|
/// The spacing between the items in the ColorGradient contrast tool.
|
|
135
141
|
/// @group cologradient
|
|
136
|
-
$kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer, 1.5 ) !default;
|
|
142
|
+
$kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer, 1.5 ) !default;
|
package/scss/common/_index.scss
CHANGED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
@include exports( "common/indicators/current-time" ) {
|
|
2
|
+
|
|
3
|
+
$kendo-current-time-width: 1px !default;
|
|
4
|
+
$kendo-current-time-color: #ff0000 !default;
|
|
5
|
+
|
|
6
|
+
// Layout
|
|
7
|
+
.k-current-time {
|
|
8
|
+
width: $kendo-current-time-width;
|
|
9
|
+
position: absolute;
|
|
10
|
+
|
|
11
|
+
&.k-current-time-arrow-left,
|
|
12
|
+
&.k-current-time-arrow-right,
|
|
13
|
+
&.k-current-time-arrow-down {
|
|
14
|
+
width: 0;
|
|
15
|
+
height: 0;
|
|
16
|
+
background: transparent;
|
|
17
|
+
border: 4px solid transparent;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
// Theme
|
|
23
|
+
.k-current-time {
|
|
24
|
+
background: $kendo-current-time-color;
|
|
25
|
+
|
|
26
|
+
&.k-current-time-arrow-left {
|
|
27
|
+
border-right-color: $kendo-current-time-color;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&.k-current-time-arrow-right {
|
|
31
|
+
border-left-color: $kendo-current-time-color;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&.k-current-time-arrow-down {
|
|
35
|
+
border-top-color: $kendo-current-time-color;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
}
|
package/scss/core/_index.scss
CHANGED
package/scss/fab/_variables.scss
CHANGED
|
@@ -115,10 +115,10 @@ $kendo-fab-sizes: (
|
|
|
115
115
|
|
|
116
116
|
/// The base shadow of the FAB.
|
|
117
117
|
/// @group floating-action-button
|
|
118
|
-
$kendo-fab-shadow:
|
|
118
|
+
$kendo-fab-shadow: k-elevation(5) !default;
|
|
119
119
|
/// The shadow of the disabled FAB.
|
|
120
120
|
/// @group floating-action-button
|
|
121
|
-
$kendo-fab-disabled-shadow:
|
|
121
|
+
$kendo-fab-disabled-shadow: k-elevation(5) !default;
|
|
122
122
|
/// The shadow of the active FAB.
|
|
123
123
|
/// @group floating-action-button
|
|
124
124
|
$kendo-fab-active-shadow: null !default;
|
package/scss/index.scss
CHANGED
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
text-shadow: $kendo-rating-icon-focus-shadow;
|
|
12
12
|
}
|
|
13
13
|
> .k-svg-icon {
|
|
14
|
-
filter:
|
|
14
|
+
filter: k-shadow-filter($kendo-rating-icon-focus-selected-shadow);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
&.k-selected > .k-icon {
|
|
18
18
|
text-shadow: $kendo-rating-icon-focus-selected-shadow;
|
|
19
19
|
}
|
|
20
20
|
&.k-selected > .k-svg-icon {
|
|
21
|
-
filter:
|
|
21
|
+
filter: k-shadow-filter($kendo-rating-icon-focus-selected-shadow);
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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
|