@progress/kendo-theme-bootstrap 12.1.0-dev.1 → 12.1.0-dev.3
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 +1 -1
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +1646 -1808
- package/dist/meta/sassdoc-raw-data.json +558 -633
- package/dist/meta/variables.json +288 -300
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +2 -2
- package/scss/adaptive/_variables.scss +1 -1
- package/scss/bottom-navigation/_variables.scss +1 -1
- package/scss/breadcrumb/_variables.scss +7 -7
- package/scss/calendar/_variables.scss +5 -9
- package/scss/captcha/_variables.scss +3 -3
- package/scss/card/_variables.scss +6 -10
- package/scss/checkbox/_variables.scss +3 -3
- package/scss/chip/_theme.scss +1 -22
- package/scss/chip/_variables.scss +7 -7
- package/scss/color-preview/_variables.scss +2 -2
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/colorgradient/_variables.scss +5 -5
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/column-menu/_variables.scss +1 -1
- package/scss/dataviz/_variables.scss +2 -2
- package/scss/dialog/_variables.scss +1 -1
- package/scss/dock-manager/_variables.scss +9 -9
- package/scss/drawer/_variables.scss +8 -8
- package/scss/editor/_variables.scss +1 -1
- package/scss/expansion-panel/_variables.scss +2 -2
- package/scss/fab/_variables.scss +10 -10
- package/scss/filemanager/_variables.scss +1 -1
- package/scss/filter/_variables.scss +1 -1
- package/scss/forms/_variables.scss +1 -1
- package/scss/gantt/_variables.scss +4 -4
- package/scss/imageeditor/_variables.scss +4 -4
- package/scss/input/_variables.scss +3 -3
- package/scss/list/_variables.scss +5 -5
- package/scss/listgroup/_variables.scss +1 -1
- package/scss/listview/_variables.scss +1 -1
- package/scss/loader/_variables.scss +2 -2
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_variables.scss +1 -1
- package/scss/notification/_variables.scss +2 -2
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/overlay/_variables.scss +1 -1
- package/scss/pager/_variables.scss +2 -2
- package/scss/panelbar/_variables.scss +4 -4
- package/scss/pdf-viewer/_variables.scss +6 -6
- package/scss/pivotgrid/_variables.scss +4 -4
- package/scss/rating/_variables.scss +4 -4
- package/scss/scheduler/_variables.scss +3 -3
- package/scss/scrollview/_theme.scss +0 -1
- package/scss/scrollview/_variables.scss +3 -7
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +2 -2
- package/scss/splitter/_variables.scss +3 -3
- package/scss/spreadsheet/_variables.scss +2 -2
- package/scss/stepper/_variables.scss +2 -2
- package/scss/switch/_variables.scss +6 -6
- package/scss/table/_variables.scss +4 -4
- package/scss/tabstrip/_variables.scss +7 -7
- package/scss/taskboard/_variables.scss +7 -7
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/time-marker/_variables.scss +3 -1
- package/scss/timeline/_variables.scss +2 -2
- package/scss/timeselector/_variables.scss +2 -2
- package/scss/tooltip/_variables.scss +3 -3
- package/scss/upload/_variables.scss +3 -3
- package/scss/window/_variables.scss +1 -1
- package/scss/wizard/_variables.scss +1 -1
|
@@ -35,23 +35,23 @@ $kendo-rating-label-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
|
35
35
|
|
|
36
36
|
/// The text color of the Rating icon.
|
|
37
37
|
/// @group rating
|
|
38
|
-
$kendo-rating-icon-text: k-color(
|
|
38
|
+
$kendo-rating-icon-text: k-color(on-app-surface) !default;
|
|
39
39
|
/// The text color of the selected Rating icon.
|
|
40
40
|
/// @group rating
|
|
41
41
|
$kendo-rating-icon-selected-text: k-color(primary) !default;
|
|
42
42
|
/// The text color of the hovered Rating icon.
|
|
43
43
|
/// @group rating
|
|
44
|
-
$kendo-rating-icon-hover-text: k-color(primary) !default;
|
|
44
|
+
$kendo-rating-icon-hover-text: k-color(primary-hover) !default;
|
|
45
45
|
/// The text color of the focused Rating icon.
|
|
46
46
|
/// @group rating
|
|
47
47
|
$kendo-rating-icon-focus-text: k-color(primary) !default;
|
|
48
48
|
|
|
49
49
|
/// The shadow of the focused Rating icon.
|
|
50
50
|
/// @group rating
|
|
51
|
-
$kendo-rating-icon-focus-shadow: 0
|
|
51
|
+
$kendo-rating-icon-focus-shadow: 0 0 0 .25rem color-mix(in srgb, k-color(border) 50%, transparent) !default;
|
|
52
52
|
/// The shadow of the focused and selected Rating icon.
|
|
53
53
|
/// @group rating
|
|
54
|
-
$kendo-rating-icon-focus-selected-shadow: 0
|
|
54
|
+
$kendo-rating-icon-focus-selected-shadow: 0 0 0 .25rem color-mix(in srgb, k-color(border) 50%, transparent) !default;
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
@forward "@progress/kendo-theme-core/scss/components/rating/_variables.scss" with (
|
|
@@ -22,7 +22,7 @@ $kendo-scheduler-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
22
22
|
|
|
23
23
|
/// The background color of the Scheduler.
|
|
24
24
|
/// @group scheduler
|
|
25
|
-
$kendo-scheduler-bg: k-color(
|
|
25
|
+
$kendo-scheduler-bg: k-color(surface-alt) !default;
|
|
26
26
|
/// The text color of the Scheduler.
|
|
27
27
|
/// @group scheduler
|
|
28
28
|
$kendo-scheduler-text: k-color(on-app-surface) !default;
|
|
@@ -112,11 +112,11 @@ $kendo-scheduler-event-selected-border: null !default;
|
|
|
112
112
|
$kendo-scheduler-event-selected-gradient: null !default;
|
|
113
113
|
/// The shadow of the selected Scheduler event.
|
|
114
114
|
/// @group scheduler
|
|
115
|
-
$kendo-scheduler-event-selected-shadow: inset 0 0 0 3px
|
|
115
|
+
$kendo-scheduler-event-selected-shadow: inset 0 0 0 3px color-mix(in srgb, k-color(on-primary) 50%, transparent) !default;
|
|
116
116
|
|
|
117
117
|
/// The shadow of the ongoing Scheduler event.
|
|
118
118
|
/// @group scheduler
|
|
119
|
-
$kendo-scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px
|
|
119
|
+
$kendo-scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px k-color(error-on-surface) !default;
|
|
120
120
|
|
|
121
121
|
/// The horizontal padding of the Scheduler cell.
|
|
122
122
|
/// @group scheduler
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
.k-scrollview-prev {
|
|
45
45
|
color: $kendo-scrollview-navigation-color;
|
|
46
46
|
background-color: $kendo-scrollview-navigation-bg;
|
|
47
|
-
text-shadow: $kendo-scrollview-navigation-icon-shadow;
|
|
48
47
|
opacity: $kendo-scrollview-navigation-default-opacity;
|
|
49
48
|
outline-width: 0;
|
|
50
49
|
-webkit-tap-highlight-color: $kendo-scrollview-arrow-tap-highlight-color;
|
|
@@ -21,7 +21,7 @@ $kendo-scrollview-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
21
21
|
$kendo-scrollview-text: k-color(on-app-surface) !default;
|
|
22
22
|
/// The background color of the ScrollView.
|
|
23
23
|
/// @group scrollview
|
|
24
|
-
$kendo-scrollview-bg: k-color(
|
|
24
|
+
$kendo-scrollview-bg: k-color(surface-alt) !default;
|
|
25
25
|
/// The border color of the ScrollView.
|
|
26
26
|
/// @group scrollview
|
|
27
27
|
$kendo-scrollview-border: k-color(border) !default;
|
|
@@ -43,7 +43,7 @@ $kendo-scrollview-pagebutton-primary-bg: k-color(primary) !default;
|
|
|
43
43
|
$kendo-scrollview-pagebutton-primary-border: k-color(primary) !default;
|
|
44
44
|
/// The box shadow of the ScrollView page button.
|
|
45
45
|
/// @group scrollview
|
|
46
|
-
$kendo-scrollview-pagebutton-shadow: 0 0 0 2px
|
|
46
|
+
$kendo-scrollview-pagebutton-shadow: 0 0 0 2px color-mix(in srgb, k-color(inverse) 13%, transparent) !default;
|
|
47
47
|
|
|
48
48
|
/// The offset of the ScrollView pager.
|
|
49
49
|
/// @group scrollview
|
|
@@ -64,12 +64,9 @@ $kendo-scrollview-arrow-tap-highlight-color: $kendo-color-rgba-transparent !defa
|
|
|
64
64
|
/// The color of the ScrollView navigation arrows.
|
|
65
65
|
/// @group scrollview
|
|
66
66
|
$kendo-scrollview-navigation-color: white !default;
|
|
67
|
-
/// The box shadow of the ScrollView navigation arrows.
|
|
68
|
-
/// @group scrollview
|
|
69
|
-
$kendo-scrollview-navigation-icon-shadow: rgba( black, .3 ) 0 0 15px !default;
|
|
70
67
|
/// The background color of the ScrollView navigation.
|
|
71
68
|
/// @group scrollview
|
|
72
|
-
$kendo-scrollview-navigation-bg:
|
|
69
|
+
$kendo-scrollview-navigation-bg: transparent !default;
|
|
73
70
|
/// The opacity of the ScrollView navigation.
|
|
74
71
|
/// @group scrollview
|
|
75
72
|
$kendo-scrollview-navigation-default-opacity: .7 !default;
|
|
@@ -115,7 +112,6 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
115
112
|
$kendo-scrollview-pager-height: $kendo-scrollview-pager-height,
|
|
116
113
|
$kendo-scrollview-arrow-tap-highlight-color: $kendo-scrollview-arrow-tap-highlight-color,
|
|
117
114
|
$kendo-scrollview-navigation-color: $kendo-scrollview-navigation-color,
|
|
118
|
-
$kendo-scrollview-navigation-icon-shadow: $kendo-scrollview-navigation-icon-shadow,
|
|
119
115
|
$kendo-scrollview-navigation-bg: $kendo-scrollview-navigation-bg,
|
|
120
116
|
$kendo-scrollview-navigation-default-opacity: $kendo-scrollview-navigation-default-opacity,
|
|
121
117
|
$kendo-scrollview-navigation-hover-opacity: $kendo-scrollview-navigation-hover-opacity,
|
|
@@ -22,7 +22,7 @@ $kendo-skeleton-circle-border-radius: 9999px !default;
|
|
|
22
22
|
$kendo-skeleton-item-bg: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
23
23
|
/// The background color of the Skeleton wave animation.
|
|
24
24
|
/// @group skeleton
|
|
25
|
-
$kendo-skeleton-wave-bg:
|
|
25
|
+
$kendo-skeleton-wave-bg: color-mix(in srgb, k-color(dark) 4%, transparent) !default;
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
@forward "@progress/kendo-theme-core/scss/components/skeleton/_variables.scss" with (
|
|
@@ -61,7 +61,7 @@ $kendo-slider-draghandle-hover-bg: k-color(primary-hover) !default;
|
|
|
61
61
|
$kendo-slider-draghandle-hover-text: k-color(on-primary) !default;
|
|
62
62
|
/// The border color of the hovered Slider drag handle.
|
|
63
63
|
/// @group slider
|
|
64
|
-
$kendo-slider-draghandle-hover-border: k-color(primary-
|
|
64
|
+
$kendo-slider-draghandle-hover-border: k-color(primary-emphasis) !default;
|
|
65
65
|
/// The gradient of the hovered Slider drag handle.
|
|
66
66
|
/// @group slider
|
|
67
67
|
$kendo-slider-draghandle-hover-gradient: null !default;
|
|
@@ -77,7 +77,7 @@ $kendo-slider-draghandle-pressed-bg: k-color(primary-active) !default;
|
|
|
77
77
|
$kendo-slider-draghandle-pressed-text: k-color(on-primary) !default;
|
|
78
78
|
/// The border color of the active Slider drag handle.
|
|
79
79
|
/// @group slider
|
|
80
|
-
$kendo-slider-draghandle-pressed-border: k-color(primary-
|
|
80
|
+
$kendo-slider-draghandle-pressed-border: k-color(primary-emphasis) !default;
|
|
81
81
|
/// The gradient of the active Slider drag handle.
|
|
82
82
|
/// @group slider
|
|
83
83
|
$kendo-slider-draghandle-pressed-gradient: null !default;
|
|
@@ -18,7 +18,7 @@ $kendo-splitter-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
18
18
|
|
|
19
19
|
/// The background color of the Splitter.
|
|
20
20
|
/// @group splitter
|
|
21
|
-
$kendo-splitter-bg: k-color(
|
|
21
|
+
$kendo-splitter-bg: k-color(surface-alt) !default;
|
|
22
22
|
/// The text color of the Splitter.
|
|
23
23
|
/// @group splitter
|
|
24
24
|
$kendo-splitter-text: k-color(on-app-surface) !default;
|
|
@@ -47,10 +47,10 @@ $kendo-splitter-collapse-icon-padding-y: k-spacing(0.5) !default;
|
|
|
47
47
|
|
|
48
48
|
/// The background color of the Splitter split bar.
|
|
49
49
|
/// @group splitter
|
|
50
|
-
$kendo-splitbar-bg: k-color(
|
|
50
|
+
$kendo-splitbar-bg: k-color(base-subtle) !default;
|
|
51
51
|
/// The text color of the Splitter split bar.
|
|
52
52
|
/// @group splitter
|
|
53
|
-
$kendo-splitbar-text: k-color(on-
|
|
53
|
+
$kendo-splitbar-text: k-color(base-on-subtle) !default;
|
|
54
54
|
|
|
55
55
|
/// The hover background color of the Splitter split bar.
|
|
56
56
|
/// @group splitter
|
|
@@ -19,7 +19,7 @@ $kendo-spreadsheet-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
19
19
|
|
|
20
20
|
/// The background color of the Spreadsheet.
|
|
21
21
|
/// @group spreadsheet
|
|
22
|
-
$kendo-spreadsheet-bg: k-color(
|
|
22
|
+
$kendo-spreadsheet-bg: k-color(surface-alt) !default;
|
|
23
23
|
/// The text color of the Spreadsheet.
|
|
24
24
|
/// @group spreadsheet
|
|
25
25
|
$kendo-spreadsheet-text: k-color(on-app-surface) !default;
|
|
@@ -221,7 +221,7 @@ $kendo-spreadsheet-insert-image-dialog-preview-border: k-color(border) !default;
|
|
|
221
221
|
$kendo-spreadsheet-insert-image-dialog-preview-border-radius: k-border-radius(md) !default;
|
|
222
222
|
/// The shadow of the Spreadsheet image Dialog preview.
|
|
223
223
|
/// @group spreadsheet
|
|
224
|
-
$kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px
|
|
224
|
+
$kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px color-mix(in srgb, k-color(inverse) 50%, transparent) !default;
|
|
225
225
|
/// The border radius of the Spreadsheet image Dialog preview overlay.
|
|
226
226
|
/// @group spreadsheet
|
|
227
227
|
$kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius: k-border-radius(md) !default;
|
|
@@ -87,7 +87,7 @@ $kendo-stepper-indicator-focus-calc-offset: calc( #{$kendo-stepper-indicator-foc
|
|
|
87
87
|
|
|
88
88
|
/// The background color of the Stepper indicator.
|
|
89
89
|
/// @group stepper
|
|
90
|
-
$kendo-stepper-indicator-bg: k-color(
|
|
90
|
+
$kendo-stepper-indicator-bg: k-color(surface-alt) !default;
|
|
91
91
|
/// The text color of the Stepper indicator.
|
|
92
92
|
/// @group stepper
|
|
93
93
|
$kendo-stepper-indicator-text: k-color(on-app-surface) !default;
|
|
@@ -97,7 +97,7 @@ $kendo-stepper-indicator-border: k-color(border) !default;
|
|
|
97
97
|
|
|
98
98
|
/// The background color of the hovered Stepper indicator.
|
|
99
99
|
/// @group stepper
|
|
100
|
-
$kendo-stepper-indicator-hover-bg: k-color(base-hover) !default;
|
|
100
|
+
$kendo-stepper-indicator-hover-bg: k-color(base-subtle-hover) !default;
|
|
101
101
|
/// The text color of the hovered Stepper indicator.
|
|
102
102
|
/// @group stepper
|
|
103
103
|
$kendo-stepper-indicator-hover-text: null !default;
|
|
@@ -34,13 +34,13 @@ $kendo-switch-sizes: (
|
|
|
34
34
|
|
|
35
35
|
/// The background of the track when the Switch is not checked.
|
|
36
36
|
/// @group switch
|
|
37
|
-
$kendo-switch-off-track-bg: k-color(
|
|
37
|
+
$kendo-switch-off-track-bg: k-color(surface-alt) !default;
|
|
38
38
|
/// The text color of the track when the Switch is not checked.
|
|
39
39
|
/// @group switch
|
|
40
40
|
$kendo-switch-off-track-text: unset !default;
|
|
41
41
|
/// The border color of the track when the Switch is not checked.
|
|
42
42
|
/// @group switch
|
|
43
|
-
$kendo-switch-off-track-border: k-color(
|
|
43
|
+
$kendo-switch-off-track-border: k-color(border) !default;
|
|
44
44
|
/// The background gradient of the track when the Switch is not checked.
|
|
45
45
|
/// @group switch
|
|
46
46
|
$kendo-switch-off-track-gradient: null !default;
|
|
@@ -76,13 +76,13 @@ $kendo-switch-off-track-focus-ring: .25rem solid color-mix(in srgb, k-color(prim
|
|
|
76
76
|
|
|
77
77
|
/// The background of the track when the disabled Switch is not checked.
|
|
78
78
|
/// @group switch
|
|
79
|
-
$kendo-switch-off-track-disabled-bg:
|
|
79
|
+
$kendo-switch-off-track-disabled-bg: null !default;
|
|
80
80
|
/// The text color of the track when the disabled Switch is not checked.
|
|
81
81
|
/// @group switch
|
|
82
82
|
$kendo-switch-off-track-disabled-text: null !default;
|
|
83
83
|
/// The border color of the track when the disabled Switch is not checked.
|
|
84
84
|
/// @group switch
|
|
85
|
-
$kendo-switch-off-track-disabled-border:
|
|
85
|
+
$kendo-switch-off-track-disabled-border: color-mix(in srgb, k-color(border) 65%, transparent) !default;
|
|
86
86
|
/// The background gradient of the track when the disabled Switch is not checked.
|
|
87
87
|
/// @group switch
|
|
88
88
|
$kendo-switch-off-track-disabled-gradient: null !default;
|
|
@@ -115,7 +115,7 @@ $kendo-switch-off-thumb-hover-gradient: null !default;
|
|
|
115
115
|
|
|
116
116
|
/// The background of the thumb when the disabled Switch is not checked.
|
|
117
117
|
/// @group switch
|
|
118
|
-
$kendo-switch-off-thumb-disabled-bg:
|
|
118
|
+
$kendo-switch-off-thumb-disabled-bg: color-mix(in srgb, k-color(base-emphasis) 34%, transparent) !default;
|
|
119
119
|
/// The text color of the thumb when the disabled Switch is not checked.
|
|
120
120
|
/// @group switch
|
|
121
121
|
$kendo-switch-off-thumb-disabled-text: null !default;
|
|
@@ -177,7 +177,7 @@ $kendo-switch-on-track-disabled-bg: color-mix(in srgb, k-color(primary) 50%, tra
|
|
|
177
177
|
$kendo-switch-on-track-disabled-text: null !default;
|
|
178
178
|
/// The border color of the track when the disabled Switch is checked.
|
|
179
179
|
/// @group switch
|
|
180
|
-
$kendo-switch-on-track-disabled-border:
|
|
180
|
+
$kendo-switch-on-track-disabled-border: transparent !default;
|
|
181
181
|
/// The background gradient of the track when the disabled Switch is checked.
|
|
182
182
|
/// @group switch
|
|
183
183
|
$kendo-switch-on-track-disabled-gradient: null !default;
|
|
@@ -56,7 +56,7 @@ $kendo-table-sizes: (
|
|
|
56
56
|
|
|
57
57
|
/// Background color of tables.
|
|
58
58
|
/// @group table
|
|
59
|
-
$kendo-table-bg: k-color(
|
|
59
|
+
$kendo-table-bg: k-color(surface-alt) !default;
|
|
60
60
|
/// Text color of tables.
|
|
61
61
|
/// @group table
|
|
62
62
|
$kendo-table-text: k-color(on-app-surface) !default;
|
|
@@ -103,7 +103,7 @@ $kendo-table-group-row-border: $kendo-table-header-border !default;
|
|
|
103
103
|
|
|
104
104
|
/// Background color of alternating rows in table.
|
|
105
105
|
/// @group table
|
|
106
|
-
$kendo-table-alt-row-bg: color-mix(in srgb, k-color(on-app-surface)
|
|
106
|
+
$kendo-table-alt-row-bg: color-mix(in srgb, k-color(on-app-surface) 4%, transparent) !default;
|
|
107
107
|
/// Text color of alternating rows in table.
|
|
108
108
|
/// @group table
|
|
109
109
|
$kendo-table-alt-row-text: null !default;
|
|
@@ -114,7 +114,7 @@ $kendo-table-alt-row-border: null !default;
|
|
|
114
114
|
|
|
115
115
|
/// Background color of hovered rows in table.
|
|
116
116
|
/// @group table
|
|
117
|
-
$kendo-table-hover-bg: color-mix(in srgb, k-color(on-app-surface)
|
|
117
|
+
$kendo-table-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
118
118
|
/// Text color of hovered rows in table.
|
|
119
119
|
/// @group table
|
|
120
120
|
$kendo-table-hover-text: null !default;
|
|
@@ -134,7 +134,7 @@ $kendo-table-focus-text: null !default;
|
|
|
134
134
|
$kendo-table-focus-border: null !default;
|
|
135
135
|
/// Box shadow of focused rows in table.
|
|
136
136
|
/// @group table
|
|
137
|
-
$kendo-table-focus-shadow: inset 0 0 0 2px
|
|
137
|
+
$kendo-table-focus-shadow: inset 0 0 0 2px color-mix(in srgb, k-color(inverse) 8%, transparent) !default;
|
|
138
138
|
|
|
139
139
|
|
|
140
140
|
/// Background color of selected rows in table.
|
|
@@ -71,7 +71,7 @@ $kendo-tabstrip-border: k-color(border) !default;
|
|
|
71
71
|
$kendo-tabstrip-item-border-width: 1px !default;
|
|
72
72
|
/// The border radius of the TabStrip items.
|
|
73
73
|
/// @group tabstrip
|
|
74
|
-
$kendo-tabstrip-item-border-radius: k-
|
|
74
|
+
$kendo-tabstrip-item-border-radius: k-border-radius(sm) !default;
|
|
75
75
|
/// The gap between the TabStrip items.
|
|
76
76
|
/// @group tabstrip
|
|
77
77
|
$kendo-tabstrip-item-gap: k-spacing(0) !default;
|
|
@@ -99,7 +99,7 @@ $kendo-tabstrip-lg-item-padding-y: k-spacing(2.5) !default;
|
|
|
99
99
|
$kendo-tabstrip-item-bg: null !default;
|
|
100
100
|
/// The text color of the TabStrip items.
|
|
101
101
|
/// @group tabstrip
|
|
102
|
-
$kendo-tabstrip-item-text: k-color(primary) !default;
|
|
102
|
+
$kendo-tabstrip-item-text: k-color(primary-on-surface) !default;
|
|
103
103
|
/// The border color of the TabStrip items.
|
|
104
104
|
/// @group tabstrip
|
|
105
105
|
$kendo-tabstrip-item-border: null !default;
|
|
@@ -112,17 +112,17 @@ $kendo-tabstrip-item-gradient: null !default;
|
|
|
112
112
|
$kendo-tabstrip-item-hover-bg: null !default;
|
|
113
113
|
/// The text color of the hovered TabStrip items.
|
|
114
114
|
/// @group tabstrip
|
|
115
|
-
$kendo-tabstrip-item-hover-text: k-color(primary-
|
|
115
|
+
$kendo-tabstrip-item-hover-text: color-mix(in srgb, k-color(primary-on-surface) 90%, transparent 10%) !default;
|
|
116
116
|
/// The border color of the hovered TabStrip items.
|
|
117
117
|
/// @group tabstrip
|
|
118
|
-
$kendo-tabstrip-item-hover-border: k-color(
|
|
118
|
+
$kendo-tabstrip-item-hover-border: k-color(border) !default;
|
|
119
119
|
/// The gradient of the hovered TabStrip items.
|
|
120
120
|
/// @group tabstrip
|
|
121
121
|
$kendo-tabstrip-item-hover-gradient: null !default;
|
|
122
122
|
|
|
123
123
|
/// The background color of the selected TabStrip items.
|
|
124
124
|
/// @group tabstrip
|
|
125
|
-
$kendo-tabstrip-item-selected-bg: k-color(
|
|
125
|
+
$kendo-tabstrip-item-selected-bg: k-color(surface-alt) !default;
|
|
126
126
|
/// The text color of the selected TabStrip items.
|
|
127
127
|
/// @group tabstrip
|
|
128
128
|
$kendo-tabstrip-item-selected-text: k-color(on-app-surface) !default;
|
|
@@ -182,7 +182,7 @@ $kendo-tabstrip-content-border-width: $kendo-tabstrip-border-width !default;
|
|
|
182
182
|
|
|
183
183
|
/// The background color of the TabStrip content.
|
|
184
184
|
/// @group tabstrip
|
|
185
|
-
$kendo-tabstrip-content-bg: k-color(
|
|
185
|
+
$kendo-tabstrip-content-bg: k-color(surface-alt) !default;
|
|
186
186
|
/// The text color of the TabStrip content.
|
|
187
187
|
/// @group tabstrip
|
|
188
188
|
$kendo-tabstrip-content-text: k-color(on-app-surface) !default;
|
|
@@ -191,7 +191,7 @@ $kendo-tabstrip-content-text: k-color(on-app-surface) !default;
|
|
|
191
191
|
$kendo-tabstrip-content-border: k-color(border) !default;
|
|
192
192
|
/// The border color of the focused TabStrip content.
|
|
193
193
|
/// @group tabstrip
|
|
194
|
-
$kendo-tabstrip-content-focus-border: k-color(
|
|
194
|
+
$kendo-tabstrip-content-focus-border: k-color(primary-emphasis) !default;
|
|
195
195
|
|
|
196
196
|
/// The left and right scroll overlay of the TabStrip.
|
|
197
197
|
/// @group tabstrip
|
|
@@ -95,7 +95,7 @@ $kendo-taskboard-column-focus-bg: null !default;
|
|
|
95
95
|
$kendo-taskboard-column-focus-text: null !default;
|
|
96
96
|
/// The border color of the focused TaskBoard column.
|
|
97
97
|
/// @group taskboard
|
|
98
|
-
$kendo-taskboard-column-focus-border: k-color(
|
|
98
|
+
$kendo-taskboard-column-focus-border: k-color(primary-emphasis) !default;
|
|
99
99
|
|
|
100
100
|
/// The vertical padding of the TaskBoard column header.
|
|
101
101
|
/// @group taskboard
|
|
@@ -140,7 +140,7 @@ $kendo-taskboard-pane-padding-x: null !default;
|
|
|
140
140
|
$kendo-taskboard-pane-border-width: 1px !default;
|
|
141
141
|
/// The background color of the TaskBoard pane.
|
|
142
142
|
/// @group taskboard
|
|
143
|
-
$kendo-taskboard-pane-bg: k-color(
|
|
143
|
+
$kendo-taskboard-pane-bg: k-color(surface-alt) !default;
|
|
144
144
|
/// The text color of the TaskBoard pane.
|
|
145
145
|
/// @group taskboard
|
|
146
146
|
$kendo-taskboard-pane-text: k-color(on-app-surface) !default;
|
|
@@ -210,27 +210,27 @@ $kendo-taskboard-card-hover-border: k-color(border-alt) !default;
|
|
|
210
210
|
|
|
211
211
|
/// The border color of the focused TaskBoard Card.
|
|
212
212
|
/// @group taskboard
|
|
213
|
-
$kendo-taskboard-card-focus-border: k-color(
|
|
213
|
+
$kendo-taskboard-card-focus-border: k-color(primary-emphasis) !default;
|
|
214
214
|
/// The shadow of the focused TaskBoard Card.
|
|
215
215
|
/// @group taskboard
|
|
216
216
|
$kendo-taskboard-card-focus-shadow: $kendo-card-focus-shadow !default;
|
|
217
217
|
|
|
218
218
|
/// The border of the selected TaskBoard Card.
|
|
219
219
|
/// @group taskboard
|
|
220
|
-
$kendo-taskboard-card-selected-border: k-color(primary-
|
|
220
|
+
$kendo-taskboard-card-selected-border: k-color(primary-on-surface) !default;
|
|
221
221
|
/// The shadow of the selected TaskBoard Card.
|
|
222
222
|
/// @group taskboard
|
|
223
223
|
$kendo-taskboard-card-selected-shadow: none !default;
|
|
224
224
|
|
|
225
225
|
/// The text color of the TaskBoard Card header text.
|
|
226
226
|
/// @group taskboard
|
|
227
|
-
$kendo-taskboard-card-header-text: k-color(primary) !default;
|
|
227
|
+
$kendo-taskboard-card-header-text: k-color(primary-on-surface) !default;
|
|
228
228
|
/// The text color of the hovered TaskBoard Card header text.
|
|
229
229
|
/// @group taskboard
|
|
230
|
-
$kendo-taskboard-card-header-focus-text: k-color(primary-
|
|
230
|
+
$kendo-taskboard-card-header-focus-text: color-mix(in srgb, k-color(primary-on-surface) 90%, transparent 10%) !default;
|
|
231
231
|
/// The text color of the focused TaskBoard Card header text.
|
|
232
232
|
/// @group taskboard
|
|
233
|
-
$kendo-taskboard-card-header-hover-text: k-color(primary-
|
|
233
|
+
$kendo-taskboard-card-header-hover-text: color-mix(in srgb, k-color(primary-on-surface) 90%, transparent 10%) !default;
|
|
234
234
|
|
|
235
235
|
/// The border width of the TaskBoard Card placeholder.
|
|
236
236
|
/// @group taskboard
|
|
@@ -36,7 +36,7 @@ $kendo-tile-layout-hint-border-radius: $kendo-card-border-radius !default;
|
|
|
36
36
|
$kendo-tile-layout-hint-border: k-color(border) !default;
|
|
37
37
|
/// The background color of the TileLayout hint.
|
|
38
38
|
/// @group tile-layout
|
|
39
|
-
$kendo-tile-layout-hint-bg:
|
|
39
|
+
$kendo-tile-layout-hint-bg: color-mix(in srgb, k-color(surface-alt) 20%, transparent) !default;
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
@forward "@progress/kendo-theme-core/scss/components/tilelayout/_variables.scss" with (
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
1
3
|
/// The border width of the current time indicator.
|
|
2
4
|
/// @group time-marker
|
|
3
5
|
$kendo-current-time-width: 1px !default;
|
|
4
6
|
/// The color of the current time indicator.
|
|
5
7
|
/// @group time-marker
|
|
6
|
-
$kendo-current-time-color:
|
|
8
|
+
$kendo-current-time-color: k-color(error-on-surface) !default;
|
|
7
9
|
|
|
8
10
|
|
|
9
11
|
@forward "@progress/kendo-theme-core/scss/components/time-marker/_variables.scss" with (
|
|
@@ -149,10 +149,10 @@ $kendo-timeline-mobile-vertical-padding-with-dates-calc: calc(#{$kendo-timeline-
|
|
|
149
149
|
|
|
150
150
|
/// The width of the Timeline circle.
|
|
151
151
|
/// @group timeline
|
|
152
|
-
$kendo-timeline-circle-width:
|
|
152
|
+
$kendo-timeline-circle-width: k-spacing(4) !default;
|
|
153
153
|
/// The height of the Timeline circle.
|
|
154
154
|
/// @group timeline
|
|
155
|
-
$kendo-timeline-circle-height:
|
|
155
|
+
$kendo-timeline-circle-height: $kendo-timeline-circle-width !default;
|
|
156
156
|
/// The background color of the Timeline circle.
|
|
157
157
|
/// @group timeline
|
|
158
158
|
$kendo-timeline-circle-bg: k-color(primary) !default;
|
|
@@ -9,7 +9,7 @@ $kendo-time-selector-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
9
9
|
$kendo-time-selector-font-size: var( --kendo-font-size, inherit ) !default;
|
|
10
10
|
$kendo-time-selector-line-height: var( --kendo-line-height, normal ) !default;
|
|
11
11
|
|
|
12
|
-
$kendo-time-selector-bg: k-color(
|
|
12
|
+
$kendo-time-selector-bg: k-color(surface-alt) !default;
|
|
13
13
|
$kendo-time-selector-text: k-color(on-app-surface) !default;
|
|
14
14
|
$kendo-time-selector-border: k-color(border) !default;
|
|
15
15
|
|
|
@@ -37,7 +37,7 @@ $kendo-time-list-highlight-height: calc( calc( #{$kendo-time-selector-font-size}
|
|
|
37
37
|
$kendo-time-list-highlight-bg: k-color(app-surface) !default;
|
|
38
38
|
$kendo-time-list-highlight-border: k-color(border) !default;
|
|
39
39
|
|
|
40
|
-
$kendo-time-list-focus-bg:
|
|
40
|
+
$kendo-time-list-focus-bg: color-mix(in srgb, k-color(inverse) 2%, transparent) !default;
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
// Time selector sizes
|
|
@@ -16,7 +16,7 @@ $kendo-tooltip-padding-x: k-spacing(2) !default;
|
|
|
16
16
|
$kendo-tooltip-border-width: 0px !default;
|
|
17
17
|
/// The border radius of the Tooltip.
|
|
18
18
|
/// @group tooltip
|
|
19
|
-
$kendo-tooltip-border-radius: k-
|
|
19
|
+
$kendo-tooltip-border-radius: k-border-radius(md) !default;
|
|
20
20
|
|
|
21
21
|
/// The font family of the Tooltip.
|
|
22
22
|
/// @group tooltip
|
|
@@ -41,10 +41,10 @@ $kendo-tooltip-callout-size: k-spacing(1.5) !default;
|
|
|
41
41
|
|
|
42
42
|
/// The default background of the Tooltip.
|
|
43
43
|
/// @group tooltip
|
|
44
|
-
$kendo-tooltip-bg: k-color(
|
|
44
|
+
$kendo-tooltip-bg: k-color(inverse) !default;
|
|
45
45
|
/// The default text color of the Tooltip.
|
|
46
46
|
/// @group tooltip
|
|
47
|
-
$kendo-tooltip-text: k-color(
|
|
47
|
+
$kendo-tooltip-text: k-color(on-inverse) !default;
|
|
48
48
|
/// The default border color of the Tooltip.
|
|
49
49
|
/// @group tooltip
|
|
50
50
|
$kendo-tooltip-border: $kendo-tooltip-bg !default;
|
|
@@ -25,7 +25,7 @@ $kendo-upload-max-height: 300px !default;
|
|
|
25
25
|
$kendo-upload-text: k-color(on-app-surface) !default;
|
|
26
26
|
/// The background color of the Upload.
|
|
27
27
|
/// @group upload
|
|
28
|
-
$kendo-upload-bg: k-color(
|
|
28
|
+
$kendo-upload-bg: k-color(surface-alt) !default;
|
|
29
29
|
/// The border color of the Upload.
|
|
30
30
|
/// @group upload
|
|
31
31
|
$kendo-upload-border: k-color(border) !default;
|
|
@@ -47,7 +47,7 @@ $kendo-upload-dropzone-bg: k-color(surface) !default;
|
|
|
47
47
|
$kendo-upload-dropzone-border: $kendo-upload-border !default;
|
|
48
48
|
/// The background color of the hovered Upload dropzone.
|
|
49
49
|
/// @group upload
|
|
50
|
-
$kendo-upload-dropzone-hover-bg: k-color(
|
|
50
|
+
$kendo-upload-dropzone-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
51
51
|
|
|
52
52
|
/// The text color of the Upload status message.
|
|
53
53
|
/// @group upload
|
|
@@ -103,7 +103,7 @@ $kendo-upload-error-bg: k-color(error) !default;
|
|
|
103
103
|
|
|
104
104
|
/// The shadow of the focused Upload button, actions and uploaded items.
|
|
105
105
|
/// @group upload
|
|
106
|
-
$kendo-upload-focus-shadow: 0 0 0 2px
|
|
106
|
+
$kendo-upload-focus-shadow: 0 0 0 2px color-mix(in srgb, k-color(inverse) 13%, transparent) !default;
|
|
107
107
|
|
|
108
108
|
$kendo-upload-files-list-margin: calc( -1 * #{k-spacing(2)} ) !default;
|
|
109
109
|
|
|
@@ -69,7 +69,7 @@ $kendo-window-buttongroup-border-width: 1px !default;
|
|
|
69
69
|
|
|
70
70
|
/// The background color of the Window.
|
|
71
71
|
/// @group window
|
|
72
|
-
$kendo-window-bg: k-color(
|
|
72
|
+
$kendo-window-bg: k-color(surface-alt) !default;
|
|
73
73
|
/// The text color of the Window.
|
|
74
74
|
/// @group window
|
|
75
75
|
$kendo-window-text: k-color(on-app-surface) !default;
|
|
@@ -33,7 +33,7 @@ $kendo-wizard-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
33
33
|
|
|
34
34
|
/// The outline of the focused Wizard step.
|
|
35
35
|
/// @group wizard
|
|
36
|
-
$kendo-wizard-step-focus-border:
|
|
36
|
+
$kendo-wizard-step-focus-border: k-color(primary-emphasis) !default;
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
@forward "@progress/kendo-theme-core/scss/components/wizard/_variables.scss" with (
|