@progress/kendo-theme-default 7.2.1-dev.7 → 7.2.1
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 +8 -1
- package/dist/all.scss +80 -81
- package/dist/meta/sassdoc-data.json +58 -58
- package/dist/meta/sassdoc-raw-data.json +29 -29
- 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/bottom-navigation/_theme.scss +3 -3
- package/scss/button/_theme.scss +5 -5
- package/scss/button/_variables.scss +1 -1
- package/scss/calendar/_theme.scss +1 -1
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/chip/_theme.scss +3 -3
- package/scss/chip/_variables.scss +2 -2
- package/scss/dataviz/_variables.scss +11 -11
- package/scss/dock-manager/_variables.scss +1 -1
- package/scss/fab/_theme.scss +6 -6
- package/scss/gantt/_variables.scss +1 -1
- package/scss/grid/_variables.scss +5 -5
- package/scss/input/_variables.scss +5 -5
- package/scss/listview/_variables.scss +1 -1
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_theme.scss +1 -1
- package/scss/mediaplayer/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +1 -1
- package/scss/progressbar/_theme.scss +1 -1
- package/scss/scheduler/_theme.scss +2 -2
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +4 -4
- package/scss/stepper/_variables.scss +3 -3
- package/scss/switch/_theme.scss +2 -2
- package/scss/switch/_variables.scss +2 -2
- package/scss/table/_layout.scss +5 -1
- package/scss/table/_variables.scss +3 -3
- package/scss/timeline/_variables.scss +2 -2
package/dist/all.scss
CHANGED
|
@@ -3814,7 +3814,7 @@ $kendo-palettes: (
|
|
|
3814
3814
|
color-on-subtle: k-color( #{$color}-on-subtle ),
|
|
3815
3815
|
on-color: k-color( on-#{$color} ),
|
|
3816
3816
|
color-on-surface: k-color( #{$color}-on-surface ),
|
|
3817
|
-
on-color-disabled:
|
|
3817
|
+
on-color-disabled: color-mix(in srgb, k-color( on-#{$color} ) 46%, transparent)
|
|
3818
3818
|
);
|
|
3819
3819
|
|
|
3820
3820
|
@return if( k-map-has-key( $map, $name ), k-map-get( $map, $name ), $name );
|
|
@@ -4077,15 +4077,11 @@ $_default-colors: (
|
|
|
4077
4077
|
$kendo-colors: $_default-colors !default;
|
|
4078
4078
|
$kendo-colors: k-map-merge($_default-colors, $kendo-colors);
|
|
4079
4079
|
|
|
4080
|
-
@function k-color($key
|
|
4080
|
+
@function k-color($key) {
|
|
4081
4081
|
$_color: k-map-get($kendo-colors, $key);
|
|
4082
4082
|
|
|
4083
4083
|
@if ($_color) {
|
|
4084
|
-
@
|
|
4085
|
-
@return var(--kendo-color-#{$key}-rgb, k-hex-to-rgb($_color));
|
|
4086
|
-
} @else {
|
|
4087
|
-
@return var(--kendo-color-#{$key}, $_color);
|
|
4088
|
-
}
|
|
4084
|
+
@return var(--kendo-color-#{$key}, $_color);
|
|
4089
4085
|
} @else {
|
|
4090
4086
|
@error "Color Variable \`#{$key}\` does not exists in the color collection.";
|
|
4091
4087
|
}
|
|
@@ -4096,7 +4092,6 @@ $kendo-colors: k-map-merge($_default-colors, $kendo-colors);
|
|
|
4096
4092
|
@each $key, $value in $kendo-colors {
|
|
4097
4093
|
@if($value) {
|
|
4098
4094
|
--kendo-color-#{$key}: #{$value};
|
|
4099
|
-
--kendo-color-#{$key}-rgb: #{k-hex-to-rgb($value)};
|
|
4100
4095
|
}
|
|
4101
4096
|
}
|
|
4102
4097
|
}
|
|
@@ -16257,7 +16252,7 @@ $kendo-checkbox-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .06) !default;
|
|
|
16257
16252
|
$kendo-checkbox-focus-checked-border: null !default;
|
|
16258
16253
|
/// The box shadow of the focused and checked CheckBox.
|
|
16259
16254
|
/// @group checkbox
|
|
16260
|
-
$kendo-checkbox-focus-checked-shadow: 0 0 0 2px if($kendo-enable-color-system,
|
|
16255
|
+
$kendo-checkbox-focus-checked-shadow: 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 30%, transparent), rgba( $kendo-color-primary, .3 )) !default;
|
|
16261
16256
|
|
|
16262
16257
|
/// The background color of the disabled CheckBox.
|
|
16263
16258
|
/// @group checkbox
|
|
@@ -17911,7 +17906,7 @@ $kendo-table-group-row-border: $kendo-table-header-border !default;
|
|
|
17911
17906
|
|
|
17912
17907
|
/// Background color of alternating rows in table.
|
|
17913
17908
|
/// @group table
|
|
17914
|
-
$kendo-table-alt-row-bg: if($kendo-enable-color-system,
|
|
17909
|
+
$kendo-table-alt-row-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 5%, transparent), rgba( k-contrast-legacy( $kendo-table-bg ), .04 )) !default;
|
|
17915
17910
|
/// Text color of alternating rows in table.
|
|
17916
17911
|
/// @group table
|
|
17917
17912
|
$kendo-table-alt-row-text: null !default;
|
|
@@ -17922,7 +17917,7 @@ $kendo-table-alt-row-border: null !default;
|
|
|
17922
17917
|
|
|
17923
17918
|
/// Background color of hovered rows in table.
|
|
17924
17919
|
/// @group table
|
|
17925
|
-
$kendo-table-hover-bg: if($kendo-enable-color-system,
|
|
17920
|
+
$kendo-table-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 11%, transparent), k-color-darken($kendo-table-bg, 7%)) !default;
|
|
17926
17921
|
/// Text color of hovered rows in table.
|
|
17927
17922
|
/// @group table
|
|
17928
17923
|
$kendo-table-hover-text: null !default;
|
|
@@ -17947,7 +17942,7 @@ $kendo-table-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
17947
17942
|
|
|
17948
17943
|
/// Background color of selected rows in table.
|
|
17949
17944
|
/// @group table
|
|
17950
|
-
$kendo-table-selected-bg: if($kendo-enable-color-system,
|
|
17945
|
+
$kendo-table-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25)) !default;
|
|
17951
17946
|
/// Text color of selected rows in table.
|
|
17952
17947
|
/// @group table
|
|
17953
17948
|
$kendo-table-selected-text: null !default;
|
|
@@ -18072,12 +18067,15 @@ $kendo-table-selected-border: null !default;
|
|
|
18072
18067
|
list-style: none;
|
|
18073
18068
|
outline: none;
|
|
18074
18069
|
|
|
18070
|
+
.k-table-row {
|
|
18071
|
+
position: relative;
|
|
18072
|
+
}
|
|
18073
|
+
|
|
18075
18074
|
.k-table-row,
|
|
18076
18075
|
.k-table-group-row {
|
|
18077
18076
|
width: 100%;
|
|
18078
18077
|
box-sizing: border-box;
|
|
18079
18078
|
display: table-row;
|
|
18080
|
-
position: relative;
|
|
18081
18079
|
}
|
|
18082
18080
|
.k-table-row.k-first {
|
|
18083
18081
|
border-top: 1px solid currentColor;
|
|
@@ -18089,6 +18087,7 @@ $kendo-table-selected-border: null !default;
|
|
|
18089
18087
|
}
|
|
18090
18088
|
|
|
18091
18089
|
.k-table-group-row {
|
|
18090
|
+
position: sticky;
|
|
18092
18091
|
|
|
18093
18092
|
&::before {
|
|
18094
18093
|
content: "\200b";
|
|
@@ -19210,7 +19209,7 @@ $kendo-button-focus-border: null !default;
|
|
|
19210
19209
|
$kendo-button-focus-gradient: null !default;
|
|
19211
19210
|
/// The base shadow of the focused Button.
|
|
19212
19211
|
/// @group button
|
|
19213
|
-
$kendo-button-focus-shadow: 0 0 0 2px if($kendo-enable-color-system,
|
|
19212
|
+
$kendo-button-focus-shadow: 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( $kendo-button-border, .08 )) !default;
|
|
19214
19213
|
|
|
19215
19214
|
/// The base background of the disabled Button.
|
|
19216
19215
|
/// @group button
|
|
@@ -19397,7 +19396,7 @@ $kendo-chip-solid-text: $kendo-button-text !default;
|
|
|
19397
19396
|
$kendo-chip-solid-border: $kendo-button-border !default;
|
|
19398
19397
|
/// The base shadow of the solid Chip.
|
|
19399
19398
|
/// @group chip
|
|
19400
|
-
$kendo-chip-solid-shadow: 0 0 0 2px if($kendo-enable-color-system,
|
|
19399
|
+
$kendo-chip-solid-shadow: 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) )) !default;
|
|
19401
19400
|
/// The base gradient of the solid Chip.
|
|
19402
19401
|
/// @group chip
|
|
19403
19402
|
$kendo-chip-solid-gradient: $kendo-button-gradient !default;
|
|
@@ -19434,7 +19433,7 @@ $kendo-chip-outline-text: $kendo-chip-solid-text !default;
|
|
|
19434
19433
|
$kendo-chip-outline-border: $kendo-chip-outline-text !default;
|
|
19435
19434
|
/// The base shadow of the outline Chip.
|
|
19436
19435
|
/// @group chip
|
|
19437
|
-
$kendo-chip-outline-shadow: 0 0 0 2px if($kendo-enable-color-system,
|
|
19436
|
+
$kendo-chip-outline-shadow: 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) )) !default;
|
|
19438
19437
|
|
|
19439
19438
|
/// The base background color of the hovered outline Chip.
|
|
19440
19439
|
/// @group chip
|
|
@@ -19669,7 +19668,7 @@ $kendo-chip-list-sizes: (
|
|
|
19669
19668
|
|
|
19670
19669
|
&:focus,
|
|
19671
19670
|
&.k-focus {
|
|
19672
|
-
@include focus-indicator( 0 0 0 2px if($kendo-enable-color-system,
|
|
19671
|
+
@include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 16%, transparent), rgba( $color, .16 )) );
|
|
19673
19672
|
}
|
|
19674
19673
|
|
|
19675
19674
|
&:hover,
|
|
@@ -19723,7 +19722,7 @@ $kendo-chip-list-sizes: (
|
|
|
19723
19722
|
|
|
19724
19723
|
&:focus,
|
|
19725
19724
|
&.k-focus {
|
|
19726
|
-
@include focus-indicator( 0 0 0 2px if($kendo-enable-color-system,
|
|
19725
|
+
@include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 16%, transparent), if( $kendo-is-dark-theme, rgba( k-color-tint( $color, 50% ), .32 ), rgba( $color, .16 ))) );
|
|
19727
19726
|
}
|
|
19728
19727
|
|
|
19729
19728
|
&:hover,
|
|
@@ -19749,7 +19748,7 @@ $kendo-chip-list-sizes: (
|
|
|
19749
19748
|
|
|
19750
19749
|
&:focus,
|
|
19751
19750
|
&.k-focus {
|
|
19752
|
-
@include focus-indicator( 0 0 0 2px if($kendo-enable-color-system,
|
|
19751
|
+
@include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 16%, transparent), if( $kendo-is-dark-theme, rgba( k-color-tint( $color, 50% ), .32 ), rgba( $color, .16 ))) );
|
|
19753
19752
|
}
|
|
19754
19753
|
|
|
19755
19754
|
&:hover,
|
|
@@ -20729,7 +20728,7 @@ $kendo-skeleton-rect-border-radius: 0 !default;
|
|
|
20729
20728
|
/// @group skeleton
|
|
20730
20729
|
$kendo-skeleton-circle-border-radius: 9999px !default;
|
|
20731
20730
|
|
|
20732
|
-
$kendo-skeleton-item-bg: if($kendo-enable-color-system,
|
|
20731
|
+
$kendo-skeleton-item-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 20%, transparent), rgba( $kendo-color-inverse, .2 )) !default;
|
|
20733
20732
|
|
|
20734
20733
|
$kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
20735
20734
|
|
|
@@ -21428,7 +21427,7 @@ $_kendo-module-meta: (
|
|
|
21428
21427
|
&:focus,
|
|
21429
21428
|
&.k-focus {
|
|
21430
21429
|
@if ( $kendo-solid-button-shadow ) {
|
|
21431
|
-
@include focus-indicator( 0 0 $kendo-solid-button-shadow-blur $kendo-solid-button-shadow-spread if($kendo-enable-color-system,
|
|
21430
|
+
@include focus-indicator( 0 0 $kendo-solid-button-shadow-blur $kendo-solid-button-shadow-spread if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) ( $kendo-solid-button-shadow-opacity * 100% ), transparent), rgba( $_button-border, $kendo-solid-button-shadow-opacity )), true, true );
|
|
21432
21431
|
}
|
|
21433
21432
|
}
|
|
21434
21433
|
|
|
@@ -21498,9 +21497,9 @@ $_kendo-module-meta: (
|
|
|
21498
21497
|
&.k-focus {
|
|
21499
21498
|
@if $kendo-outline-button-shadow {
|
|
21500
21499
|
@if $name == "base" {
|
|
21501
|
-
@include focus-indicator( 0 0 $kendo-outline-button-shadow-blur $kendo-outline-button-shadow-spread if($kendo-enable-color-system,
|
|
21500
|
+
@include focus-indicator( 0 0 $kendo-outline-button-shadow-blur $kendo-outline-button-shadow-spread if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) ( $kendo-outline-button-shadow-opacity * 100% ), transparent), rgba( $color, $kendo-outline-button-shadow-opacity )), true, true );
|
|
21502
21501
|
} @else {
|
|
21503
|
-
@include focus-indicator( 0 0 $kendo-outline-button-shadow-blur $kendo-outline-button-shadow-spread if($kendo-enable-color-system,
|
|
21502
|
+
@include focus-indicator( 0 0 $kendo-outline-button-shadow-blur $kendo-outline-button-shadow-spread if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) ( $kendo-outline-button-shadow-opacity * 100% ), transparent), rgba( $color, $kendo-outline-button-shadow-opacity )), true, true );
|
|
21504
21503
|
}
|
|
21505
21504
|
}
|
|
21506
21505
|
}
|
|
@@ -21583,9 +21582,9 @@ $_kendo-module-meta: (
|
|
|
21583
21582
|
&.k-focus {
|
|
21584
21583
|
@if ( $kendo-link-button-shadow ) {
|
|
21585
21584
|
@if $name == "base" {
|
|
21586
|
-
@include focus-indicator( 0 0 $kendo-link-button-shadow-blur $kendo-link-button-shadow-spread if($kendo-enable-color-system,
|
|
21585
|
+
@include focus-indicator( 0 0 $kendo-link-button-shadow-blur $kendo-link-button-shadow-spread if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) ( $kendo-link-button-shadow-opacity * 100% ), transparent), rgba( $color, $kendo-link-button-shadow-opacity )), true, true );
|
|
21587
21586
|
} @else {
|
|
21588
|
-
@include focus-indicator( 0 0 $kendo-link-button-shadow-blur $kendo-link-button-shadow-spread if($kendo-enable-color-system,
|
|
21587
|
+
@include focus-indicator( 0 0 $kendo-link-button-shadow-blur $kendo-link-button-shadow-spread if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) ( $kendo-link-button-shadow-opacity * 100% ), transparent), rgba( $color, $kendo-link-button-shadow-opacity )), true, true );
|
|
21589
21588
|
}
|
|
21590
21589
|
}
|
|
21591
21590
|
}
|
|
@@ -23183,7 +23182,7 @@ $kendo-input-focus-text: null !default;
|
|
|
23183
23182
|
$kendo-input-focus-border: $kendo-input-hover-border !default;
|
|
23184
23183
|
/// The shadow of the focused Input components.
|
|
23185
23184
|
/// @group input
|
|
23186
|
-
$kendo-input-focus-shadow: 0 0 0 2px if($kendo-enable-color-system,
|
|
23185
|
+
$kendo-input-focus-shadow: 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( $kendo-input-focus-border, .08 )) !default;
|
|
23187
23186
|
|
|
23188
23187
|
/// The background color of the selected Input components.
|
|
23189
23188
|
/// @group input
|
|
@@ -23216,7 +23215,7 @@ $kendo-input-outline-bg: null !default;
|
|
|
23216
23215
|
$kendo-input-outline-text: $kendo-input-text !default;
|
|
23217
23216
|
/// The border color of the outline Input components.
|
|
23218
23217
|
/// @group input
|
|
23219
|
-
$kendo-input-outline-border: if($kendo-enable-color-system,
|
|
23218
|
+
$kendo-input-outline-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-button-text, .5)) !default;
|
|
23220
23219
|
|
|
23221
23220
|
/// The background color of the outline hovered Input components.
|
|
23222
23221
|
/// @group input
|
|
@@ -23226,7 +23225,7 @@ $kendo-input-outline-hover-bg: null !default;
|
|
|
23226
23225
|
$kendo-input-outline-hover-text: null !default;
|
|
23227
23226
|
/// The border color of the outline hovered Input components.
|
|
23228
23227
|
/// @group input
|
|
23229
|
-
$kendo-input-outline-hover-border: if($kendo-enable-color-system,
|
|
23228
|
+
$kendo-input-outline-hover-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 80%, transparent), rgba( $kendo-button-text, .8)) !default;
|
|
23230
23229
|
|
|
23231
23230
|
/// The background color of the outline focused Input components.
|
|
23232
23231
|
/// @group input
|
|
@@ -23414,7 +23413,7 @@ $kendo-picker-outline-bg: null !default;
|
|
|
23414
23413
|
$kendo-picker-outline-text: $kendo-button-text !default;
|
|
23415
23414
|
/// The border color of the outline Picker components.
|
|
23416
23415
|
/// @group picker
|
|
23417
|
-
$kendo-picker-outline-border: if($kendo-enable-color-system,
|
|
23416
|
+
$kendo-picker-outline-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-picker-outline-text, .5)) !default;
|
|
23418
23417
|
|
|
23419
23418
|
/// The background color of the outline hovered Picker components.
|
|
23420
23419
|
/// @group picker
|
|
@@ -23461,7 +23460,7 @@ $kendo-picker-flat-border: $kendo-button-border !default;
|
|
|
23461
23460
|
|
|
23462
23461
|
/// The background color of the flat hovered Picker components.
|
|
23463
23462
|
/// @group picker
|
|
23464
|
-
$kendo-picker-flat-hover-bg: if($kendo-enable-color-system,
|
|
23463
|
+
$kendo-picker-flat-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 4%, transparent), rgba( $kendo-button-text, .04 )) !default;
|
|
23465
23464
|
/// The text color of the flat hovered Picker components.
|
|
23466
23465
|
/// @group picker
|
|
23467
23466
|
$kendo-picker-flat-hover-text: null !default;
|
|
@@ -27033,7 +27032,7 @@ $kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|
|
|
27033
27032
|
|
|
27034
27033
|
.k-progressbar-indeterminate {
|
|
27035
27034
|
@include fill( $kendo-progressbar-indeterminate-text, $kendo-progressbar-indeterminate-bg, $kendo-progressbar-indeterminate-border );
|
|
27036
|
-
@include striped-gradient( if($kendo-enable-color-system,
|
|
27035
|
+
@include striped-gradient( if($kendo-enable-color-system, color-mix(in srgb, k-color( base-emphasis ) 55%, transparent), k-color-shade($kendo-progressbar-indeterminate-bg)) );
|
|
27037
27036
|
background-size: $kendo-progressbar-height $kendo-progressbar-height;
|
|
27038
27037
|
animation: kendo-progressbar-indeterminate-animation $kendo-progressbar-animation-timing;
|
|
27039
27038
|
}
|
|
@@ -27772,7 +27771,7 @@ $kendo-slider-draghandle-pressed-gradient: null !default;
|
|
|
27772
27771
|
|
|
27773
27772
|
/// The shadow of the focused Slider drag handle.
|
|
27774
27773
|
/// @group slider
|
|
27775
|
-
$kendo-slider-draghandle-focus-shadow: 0 0 0 2px if($kendo-enable-color-system,
|
|
27774
|
+
$kendo-slider-draghandle-focus-shadow: 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 30%, transparent), rgba( $kendo-color-primary , .3 )) !default;
|
|
27776
27775
|
|
|
27777
27776
|
/// The transition speed of the Slider.
|
|
27778
27777
|
/// @group slider
|
|
@@ -29177,7 +29176,7 @@ $kendo-calendar-sizes: (
|
|
|
29177
29176
|
.k-calendar { // stylelint-disable-line
|
|
29178
29177
|
|
|
29179
29178
|
$kendo-calendar-range-gap: 1px !default;
|
|
29180
|
-
$kendo-calendar-range-bg: if($kendo-enable-color-system,
|
|
29179
|
+
$kendo-calendar-range-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-calendar-cell-selected-bg, .25 ));
|
|
29181
29180
|
$kendo-calendar-range-split-size: 5px !default;
|
|
29182
29181
|
|
|
29183
29182
|
.k-range-start,
|
|
@@ -33464,7 +33463,7 @@ $kendo-switch-off-track-focus-border: null !default;
|
|
|
33464
33463
|
$kendo-switch-off-track-focus-gradient: null !default;
|
|
33465
33464
|
/// The ring around the track when the focused Switch is not checked.
|
|
33466
33465
|
/// @group switch
|
|
33467
|
-
$kendo-switch-off-track-focus-ring: 2px solid if($kendo-enable-color-system,
|
|
33466
|
+
$kendo-switch-off-track-focus-ring: 2px solid if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) , .08 )) !default;
|
|
33468
33467
|
|
|
33469
33468
|
/// The background of the track when the disabled Switch is not checked.
|
|
33470
33469
|
/// @group switch
|
|
@@ -33546,7 +33545,7 @@ $kendo-switch-on-track-focus-border: null !default;
|
|
|
33546
33545
|
$kendo-switch-on-track-focus-gradient: null !default;
|
|
33547
33546
|
/// The ring around the track when the focused Switch is checked.
|
|
33548
33547
|
/// @group switch
|
|
33549
|
-
$kendo-switch-on-track-focus-ring: 2px solid if($kendo-enable-color-system,
|
|
33548
|
+
$kendo-switch-on-track-focus-ring: 2px solid if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-switch-on-track-border, .25 )) !default;
|
|
33550
33549
|
|
|
33551
33550
|
/// The background of the track when the disabled Switch is checked.
|
|
33552
33551
|
/// @group switch
|
|
@@ -33811,7 +33810,7 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
33811
33810
|
$kendo-switch-off-track-focus-gradient
|
|
33812
33811
|
);
|
|
33813
33812
|
@if $kendo-enable-focus-contrast {
|
|
33814
|
-
@include box-shadow( 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface
|
|
33813
|
+
@include box-shadow( 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )) );
|
|
33815
33814
|
} @else {
|
|
33816
33815
|
outline: $kendo-switch-off-track-focus-ring;
|
|
33817
33816
|
}
|
|
@@ -33891,7 +33890,7 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
33891
33890
|
$kendo-switch-on-track-focus-gradient
|
|
33892
33891
|
);
|
|
33893
33892
|
@if $kendo-enable-focus-contrast {
|
|
33894
|
-
@include box-shadow( 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface
|
|
33893
|
+
@include box-shadow( 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )) );
|
|
33895
33894
|
} @else {
|
|
33896
33895
|
outline: $kendo-switch-on-track-focus-ring;
|
|
33897
33896
|
}
|
|
@@ -35329,7 +35328,7 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
35329
35328
|
@if $kendo-enable-focus-contrast {
|
|
35330
35329
|
@include box-shadow( inset 0 0 0 2px currentColor );
|
|
35331
35330
|
} @else {
|
|
35332
|
-
outline: $kendo-fab-outline-style $kendo-fab-outline-width if($kendo-enable-color-system,
|
|
35331
|
+
outline: $kendo-fab-outline-style $kendo-fab-outline-width if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 30%, transparent), rgba( $color, .3 ));
|
|
35333
35332
|
}
|
|
35334
35333
|
}
|
|
35335
35334
|
}
|
|
@@ -35350,8 +35349,8 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
35350
35349
|
.k-disabled.k-fab-solid-#{$name},
|
|
35351
35350
|
.k-fab-solid-#{$name}:disabled {
|
|
35352
35351
|
@include box-shadow($kendo-fab-disabled-shadow);
|
|
35353
|
-
background-color: if($kendo-enable-color-system,
|
|
35354
|
-
color: if($kendo-enable-color-system,
|
|
35352
|
+
background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 60%, transparent), k-try-tint( $color, 5 ));
|
|
35353
|
+
color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-#{$name} ) 60%, transparent), k-try-tint( k-contrast-legacy( $color ), 5 ));
|
|
35355
35354
|
opacity: 1;
|
|
35356
35355
|
}
|
|
35357
35356
|
}
|
|
@@ -35390,7 +35389,7 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
35390
35389
|
.k-fab-item.k-focus .k-fab-item-text,
|
|
35391
35390
|
.k-fab-item.k-focus .k-fab-item-icon {
|
|
35392
35391
|
@if $kendo-enable-focus-contrast {
|
|
35393
|
-
@include box-shadow( inset 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface
|
|
35392
|
+
@include box-shadow( inset 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )) );
|
|
35394
35393
|
} @else {
|
|
35395
35394
|
outline: $kendo-fab-item-outline-style $kendo-fab-item-outline-width $kendo-fab-item-outline-color;
|
|
35396
35395
|
}
|
|
@@ -35412,8 +35411,8 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
35412
35411
|
.k-fab-item-text,
|
|
35413
35412
|
.k-fab-item-icon {
|
|
35414
35413
|
@include box-shadow($kendo-fab-item-disabled-shadow);
|
|
35415
|
-
background-color: if($kendo-enable-color-system,
|
|
35416
|
-
color: if($kendo-enable-color-system,
|
|
35414
|
+
background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( base ) 60%, transparent), k-try-tint( $kendo-fab-item-bg, 5 ));
|
|
35415
|
+
color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 60%, transparent), k-try-tint( $kendo-fab-item-text, 5 ));
|
|
35417
35416
|
}
|
|
35418
35417
|
}
|
|
35419
35418
|
|
|
@@ -38555,13 +38554,13 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
38555
38554
|
@each $name, $color in $kendo-theme-colors {
|
|
38556
38555
|
.k-bottom-nav-solid-#{$name} {
|
|
38557
38556
|
@include fill(
|
|
38558
|
-
$color: if($kendo-enable-color-system,
|
|
38557
|
+
$color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-#{$name} ) 65%, transparent), k-true-mix( $color, k-contrast-legacy( $color ), 35%)),
|
|
38559
38558
|
$bg: $color
|
|
38560
38559
|
);
|
|
38561
38560
|
|
|
38562
38561
|
.k-bottom-nav-item.k-focus,
|
|
38563
38562
|
.k-bottom-nav-item:focus {
|
|
38564
|
-
@include fill( $bg: if($kendo-enable-color-system,
|
|
38563
|
+
@include fill( $bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-#{$name} ) 12.5%, transparent), rgba(k-true-mix( $color, k-contrast-legacy( $color ), 35%), .2)));
|
|
38565
38564
|
}
|
|
38566
38565
|
|
|
38567
38566
|
.k-bottom-nav-item.k-selected {
|
|
@@ -38585,7 +38584,7 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
38585
38584
|
|
|
38586
38585
|
.k-bottom-nav-item.k-focus,
|
|
38587
38586
|
.k-bottom-nav-item:focus {
|
|
38588
|
-
@include fill( $bg: if($kendo-enable-color-system,
|
|
38587
|
+
@include fill( $bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 5%, transparent), rgba($kendo-bottom-nav-flat-text, .05)) );
|
|
38589
38588
|
}
|
|
38590
38589
|
|
|
38591
38590
|
.k-bottom-nav-item.k-selected {
|
|
@@ -39742,7 +39741,7 @@ $kendo-stepper-indicator-hover-border: null !default;
|
|
|
39742
39741
|
$kendo-stepper-indicator-disabled-bg: null !default;
|
|
39743
39742
|
/// The text color of the disabled Stepper indicator.
|
|
39744
39743
|
/// @group stepper
|
|
39745
|
-
$kendo-stepper-indicator-disabled-text: if($kendo-enable-color-system,
|
|
39744
|
+
$kendo-stepper-indicator-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text) !default;
|
|
39746
39745
|
/// The border color of the disabled Stepper indicator.
|
|
39747
39746
|
/// @group stepper
|
|
39748
39747
|
$kendo-stepper-indicator-disabled-border: null !default;
|
|
@@ -39769,7 +39768,7 @@ $kendo-stepper-indicator-done-hover-border: null !default;
|
|
|
39769
39768
|
|
|
39770
39769
|
/// The background color of the Stepper's disabled done indicator.
|
|
39771
39770
|
/// @group stepper
|
|
39772
|
-
$kendo-stepper-indicator-done-disabled-bg: if($kendo-enable-color-system,
|
|
39771
|
+
$kendo-stepper-indicator-done-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) !default;
|
|
39773
39772
|
/// The text color of the Stepper's disabled done indicator.
|
|
39774
39773
|
/// @group stepper
|
|
39775
39774
|
$kendo-stepper-indicator-done-disabled-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) !default;
|
|
@@ -39821,7 +39820,7 @@ $kendo-stepper-label-error-text: $kendo-color-error !default;
|
|
|
39821
39820
|
$kendo-stepper-label-hover-text: if($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-stepper-text, 2 )) !default;
|
|
39822
39821
|
/// The text color of the disabled Stepper label.
|
|
39823
39822
|
/// @group stepper
|
|
39824
|
-
$kendo-stepper-label-disabled-text: if($kendo-enable-color-system,
|
|
39823
|
+
$kendo-stepper-label-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text) !default;
|
|
39825
39824
|
|
|
39826
39825
|
/// The text color of the optional Stepper label.
|
|
39827
39826
|
/// @group stepper
|
|
@@ -42838,7 +42837,7 @@ $kendo-dock-manager-dock-preview-border-style: dashed !default;
|
|
|
42838
42837
|
$kendo-dock-manager-dock-preview-border-radius: $kendo-border-radius-sm !default;
|
|
42839
42838
|
/// The background color of the dropping area in the DockManager component.
|
|
42840
42839
|
/// @group dock-manager
|
|
42841
|
-
$kendo-dock-manager-dock-preview-bg: if($kendo-enable-color-system,
|
|
42840
|
+
$kendo-dock-manager-dock-preview-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 16%, transparent), rgba( $kendo-color-primary, .16 )) !default;
|
|
42842
42841
|
/// The border color of the dropping area in the DockManager component.
|
|
42843
42842
|
/// @group dock-manager
|
|
42844
42843
|
$kendo-dock-manager-dock-preview-border: $kendo-color-primary !default;
|
|
@@ -44163,7 +44162,7 @@ $kendo-grid-grouping-row-bg: $kendo-base-bg !default;
|
|
|
44163
44162
|
$kendo-grid-grouping-row-text: $kendo-grid-text !default;
|
|
44164
44163
|
|
|
44165
44164
|
$kendo-grid-sorted-icon-spacing: calc( #{$kendo-padding-md-x} - 1px ) !default;
|
|
44166
|
-
$kendo-grid-sorted-bg: if($kendo-enable-color-system,
|
|
44165
|
+
$kendo-grid-sorted-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 3%, transparent), rgba( k-contrast-legacy( $kendo-grid-bg ), .02 )) !default;
|
|
44167
44166
|
$kendo-grid-sorting-indicator-text: $kendo-color-primary !default;
|
|
44168
44167
|
$kendo-grid-sorting-index-font-size: $kendo-font-size-sm !default;
|
|
44169
44168
|
$kendo-grid-sorting-index-height: $kendo-icon-size !default;
|
|
@@ -44192,12 +44191,12 @@ $kendo-grid-sticky-header-border: $kendo-grid-sticky-border !default;
|
|
|
44192
44191
|
$kendo-grid-sticky-footer-bg: $kendo-grid-header-bg !default;
|
|
44193
44192
|
$kendo-grid-sticky-footer-hover-bg: $kendo-grid-hover-bg !default;
|
|
44194
44193
|
|
|
44195
|
-
$kendo-grid-sticky-selected-bg: if($kendo-enable-color-system,
|
|
44196
|
-
$kendo-grid-sticky-selected-alt-bg: if($kendo-enable-color-system,
|
|
44194
|
+
$kendo-grid-sticky-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), k-color-mix($kendo-selected-bg, #ffffff, 25%)) !default;
|
|
44195
|
+
$kendo-grid-sticky-selected-alt-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 24%, transparent), k-color-shade($kendo-grid-sticky-selected-bg, .4)) !default;
|
|
44197
44196
|
|
|
44198
44197
|
// Must be a solid color
|
|
44199
44198
|
$kendo-grid-sticky-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-color-darken($kendo-grid-bg, 8%)) !default;
|
|
44200
|
-
$kendo-grid-sticky-selected-hover-bg: if($kendo-enable-color-system,
|
|
44199
|
+
$kendo-grid-sticky-selected-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 24%, transparent), k-color-shade($kendo-grid-sticky-selected-bg, .7)) !default;
|
|
44201
44200
|
|
|
44202
44201
|
$kendo-grid-column-menu-width: 230px !default;
|
|
44203
44202
|
$kendo-grid-column-menu-max-width: 320px !default;
|
|
@@ -44248,7 +44247,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
44248
44247
|
|
|
44249
44248
|
/// Background color of the grid row resize indicator
|
|
44250
44249
|
/// @group grid
|
|
44251
|
-
$kendo-grid-row-resizer-hover-bg: if($kendo-enable-color-system,
|
|
44250
|
+
$kendo-grid-row-resizer-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 20%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .12 )) !default;
|
|
44252
44251
|
/// Active background color of the grid row resize indicator
|
|
44253
44252
|
/// @group grid
|
|
44254
44253
|
$kendo-grid-row-resizer-active-bg: $kendo-color-primary !default;
|
|
@@ -46284,7 +46283,7 @@ $kendo-listview-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
|
46284
46283
|
$kendo-listview-item-selected-text: null !default;
|
|
46285
46284
|
/// The background color of the selected ListView items.
|
|
46286
46285
|
/// @group listview
|
|
46287
|
-
$kendo-listview-item-selected-bg: if($kendo-enable-color-system,
|
|
46286
|
+
$kendo-listview-item-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25)) !default;
|
|
46288
46287
|
/// The border color of the selected ListView items.
|
|
46289
46288
|
/// @group listview
|
|
46290
46289
|
$kendo-listview-item-selected-border: null !default;
|
|
@@ -46705,7 +46704,7 @@ $kendo-spreadsheet-view-font-size: $kendo-spreadsheet-font-size !default;
|
|
|
46705
46704
|
|
|
46706
46705
|
/// The background color of the Spreadsheet selection.
|
|
46707
46706
|
/// @group spreadsheet
|
|
46708
|
-
$kendo-spreadsheet-selection-bg: if($kendo-enable-color-system,
|
|
46707
|
+
$kendo-spreadsheet-selection-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25)) !default;
|
|
46709
46708
|
/// The text color of the Spreadsheet selection.
|
|
46710
46709
|
/// @group spreadsheet
|
|
46711
46710
|
$kendo-spreadsheet-selection-text: null !default;
|
|
@@ -46728,7 +46727,7 @@ $kendo-spreadsheet-single-selection-border: $kendo-spreadsheet-bg !default;
|
|
|
46728
46727
|
|
|
46729
46728
|
/// The background color of the Spreadsheet partial selection.
|
|
46730
46729
|
/// @group spreadsheet
|
|
46731
|
-
$kendo-spreadsheet-partial-selection-bg: if($kendo-enable-color-system,
|
|
46730
|
+
$kendo-spreadsheet-partial-selection-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25)) !default;
|
|
46732
46731
|
|
|
46733
46732
|
/// The background color of the Spreadsheet active cell.
|
|
46734
46733
|
/// @group spreadsheet
|
|
@@ -46739,7 +46738,7 @@ $kendo-spreadsheet-active-cell-shadow: inset 0 0 0 1px $kendo-selected-bg !defau
|
|
|
46739
46738
|
|
|
46740
46739
|
/// The background color of the Spreadsheet auto fill.
|
|
46741
46740
|
/// @group spreadsheet
|
|
46742
|
-
$kendo-spreadsheet-auto-fill-bg: if($kendo-enable-color-system,
|
|
46741
|
+
$kendo-spreadsheet-auto-fill-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25)) !default;
|
|
46743
46742
|
/// The text color of the Spreadsheet auto fill.
|
|
46744
46743
|
/// @group spreadsheet
|
|
46745
46744
|
$kendo-spreadsheet-auto-fill-text: null !default;
|
|
@@ -46867,7 +46866,7 @@ $kendo-spreadsheet-drawing-outline-style: solid !default;
|
|
|
46867
46866
|
$kendo-spreadsheet-drawing-outline-width: 2px !default;
|
|
46868
46867
|
/// The background color of the Spreadsheet drawing anchor.
|
|
46869
46868
|
/// @group spreadsheet
|
|
46870
|
-
$kendo-spreadsheet-drawing-anchor-bg: if($kendo-enable-color-system,
|
|
46869
|
+
$kendo-spreadsheet-drawing-anchor-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25)) !default;
|
|
46871
46870
|
|
|
46872
46871
|
/// The vertical spacing of the Spreadsheet DropZone.
|
|
46873
46872
|
/// @group spreadsheet
|
|
@@ -48104,7 +48103,7 @@ $kendo-pivotgrid-hover-bg: if($kendo-enable-color-system, k-color( base-hover ),
|
|
|
48104
48103
|
$kendo-pivotgrid-hover-text: null !default;
|
|
48105
48104
|
$kendo-pivotgrid-hover-border: null !default;
|
|
48106
48105
|
|
|
48107
|
-
$kendo-pivotgrid-selected-bg: if($kendo-enable-color-system,
|
|
48106
|
+
$kendo-pivotgrid-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25)) !default;
|
|
48108
48107
|
$kendo-pivotgrid-selected-text: null !default;
|
|
48109
48108
|
$kendo-pivotgrid-selected-border: null !default;
|
|
48110
48109
|
|
|
@@ -52154,7 +52153,7 @@ $kendo-gantt-treelist-bg: null !default;
|
|
|
52154
52153
|
$kendo-gantt-treelist-text: null !default;
|
|
52155
52154
|
$kendo-gantt-treelist-border: null !default;
|
|
52156
52155
|
|
|
52157
|
-
$kendo-gantt-nonwork-bg: if($kendo-enable-color-system,
|
|
52156
|
+
$kendo-gantt-nonwork-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 3%, transparent), rgba( k-contrast-legacy( $kendo-gantt-bg ), .025 )) !default;
|
|
52158
52157
|
$kendo-gantt-nonwork-text: null !default;
|
|
52159
52158
|
$kendo-gantt-nonwork-border: null !default;
|
|
52160
52159
|
|
|
@@ -54711,7 +54710,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
54711
54710
|
|
|
54712
54711
|
.k-scheduler-layout td.k-selected,
|
|
54713
54712
|
.k-scheduler-layout .k-scheduler-cell.k-selected {
|
|
54714
|
-
background-color: if($kendo-enable-color-system,
|
|
54713
|
+
background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25));
|
|
54715
54714
|
}
|
|
54716
54715
|
|
|
54717
54716
|
.k-scheduler-layout-flex {
|
|
@@ -54828,7 +54827,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
54828
54827
|
|
|
54829
54828
|
// Selected
|
|
54830
54829
|
.k-scheduler-content tr.k-selected {
|
|
54831
|
-
background-color: if($kendo-enable-color-system,
|
|
54830
|
+
background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25));
|
|
54832
54831
|
}
|
|
54833
54832
|
.k-scheduler-content tr.k-selected .k-scheduler-datecolumn,
|
|
54834
54833
|
.k-scheduler-content tr.k-selected .k-scheduler-groupcolumn {
|
|
@@ -55784,7 +55783,7 @@ $kendo-media-player-titlebar-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
55784
55783
|
$kendo-media-player-titlebar-bg: null !default;
|
|
55785
55784
|
$kendo-media-player-titlebar-text: $kendo-media-player-bg !default;
|
|
55786
55785
|
$kendo-media-player-titlebar-border: null !default;
|
|
55787
|
-
$kendo-media-player-titlebar-gradient: if($kendo-enable-color-system, (
|
|
55786
|
+
$kendo-media-player-titlebar-gradient: if($kendo-enable-color-system, ( color-mix(in srgb, k-color( on-app-surface ) 70%, transparent), color-mix(in srgb, k-color( on-app-surface ) 0%, transparent) ), ( rgba( $kendo-media-player-text, .7 ), rgba( $kendo-media-player-text, 0 ) )) !default;
|
|
55788
55787
|
|
|
55789
55788
|
// #endregion
|
|
55790
55789
|
// #region @import "./_layout.scss"; -> scss/mediaplayer/_layout.scss
|
|
@@ -55913,7 +55912,7 @@ $kendo-media-player-titlebar-gradient: if($kendo-enable-color-system, ( rgba( k-
|
|
|
55913
55912
|
.k-mediaplayer-titlebar {
|
|
55914
55913
|
color: $kendo-media-player-titlebar-text;
|
|
55915
55914
|
background-image: linear-gradient( $kendo-media-player-titlebar-gradient );
|
|
55916
|
-
text-shadow: 0 0 2px if($kendo-enable-color-system,
|
|
55915
|
+
text-shadow: 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-media-player-text, .5 ));
|
|
55917
55916
|
}
|
|
55918
55917
|
|
|
55919
55918
|
}
|
|
@@ -56021,10 +56020,10 @@ $kendo-timeline-track-arrow-height: 30px !default;
|
|
|
56021
56020
|
|
|
56022
56021
|
/// The background color of the disabled Timeline track arrow.
|
|
56023
56022
|
/// @group timeline
|
|
56024
|
-
$kendo-timeline-track-arrow-disabled-bg: if($kendo-enable-color-system,
|
|
56023
|
+
$kendo-timeline-track-arrow-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( base-subtle ) 60%, transparent), k-true-mix($kendo-button-bg, $kendo-body-bg, 65%)) !default;
|
|
56025
56024
|
/// The text color of the disabled Timeline track arrow.
|
|
56026
56025
|
/// @group timeline
|
|
56027
|
-
$kendo-timeline-track-arrow-disabled-text: if($kendo-enable-color-system,
|
|
56026
|
+
$kendo-timeline-track-arrow-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 60%, transparent), k-true-mix($kendo-button-text, $kendo-body-bg, 65%)) !default;
|
|
56028
56027
|
/// The border color of the disabled Timeline track arrow.
|
|
56029
56028
|
/// @group timeline
|
|
56030
56029
|
$kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system, k-color( border ), k-true-mix(#000000, $kendo-body-bg, 4.8%)) !default;
|
|
@@ -58068,13 +58067,13 @@ $kendo-chart-pane-title-font-weight: $kendo-font-weight-normal !default;
|
|
|
58068
58067
|
|
|
58069
58068
|
/// The color of the Chart grid lines (major).
|
|
58070
58069
|
/// @group charts
|
|
58071
|
-
$kendo-chart-major-lines:
|
|
58070
|
+
$kendo-chart-major-lines: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )) !default;
|
|
58072
58071
|
|
|
58073
58072
|
/// The color of the Chart grid lines (minor).
|
|
58074
58073
|
/// @group charts
|
|
58075
|
-
$kendo-chart-minor-lines:
|
|
58074
|
+
$kendo-chart-minor-lines: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 4%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )) !default;
|
|
58076
58075
|
|
|
58077
|
-
$kendo-chart-inactive: if($kendo-enable-color-system,
|
|
58076
|
+
$kendo-chart-inactive: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-body-text, .5 )) !default;
|
|
58078
58077
|
$kendo-chart-area-opacity: .6 !default;
|
|
58079
58078
|
$kendo-chart-area-inactive-opacity: .1 !default;
|
|
58080
58079
|
$kendo-chart-line-inactive-opacity: .3 !default;
|
|
@@ -58085,20 +58084,20 @@ $kendo-chart-bg: $kendo-component-bg !default;
|
|
|
58085
58084
|
$kendo-chart-text: $kendo-component-text !default;
|
|
58086
58085
|
$kendo-chart-border: $kendo-component-border !default;
|
|
58087
58086
|
|
|
58088
|
-
$kendo-chart-crosshair-background:
|
|
58087
|
+
$kendo-chart-crosshair-background: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
|
|
58089
58088
|
$kendo-chart-crosshair-shared-tooltip-color: $kendo-chart-text !default;
|
|
58090
58089
|
$kendo-chart-crosshair-shared-tooltip-background: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-chart-bg, 1 )) !default;
|
|
58091
|
-
$kendo-chart-crosshair-shared-tooltip-border:
|
|
58090
|
+
$kendo-chart-crosshair-shared-tooltip-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )) !default;
|
|
58092
58091
|
|
|
58093
|
-
$kendo-chart-notes-background:
|
|
58094
|
-
$kendo-chart-notes-border:
|
|
58095
|
-
$kendo-chart-notes-lines:
|
|
58092
|
+
$kendo-chart-notes-background: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
|
|
58093
|
+
$kendo-chart-notes-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
|
|
58094
|
+
$kendo-chart-notes-lines: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
|
|
58096
58095
|
|
|
58097
|
-
$kendo-chart-error-bars-background:
|
|
58096
|
+
$kendo-chart-error-bars-background: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
|
|
58098
58097
|
|
|
58099
58098
|
$kendo-chart-selection-handle-size: 22px !default;
|
|
58100
|
-
$kendo-chart-selection-border-color:
|
|
58101
|
-
$kendo-chart-selection-shadow: inset 0 1px 7px
|
|
58099
|
+
$kendo-chart-selection-border-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )) !default;
|
|
58100
|
+
$kendo-chart-selection-shadow: inset 0 1px 7px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .15 )) !default;
|
|
58102
58101
|
|
|
58103
58102
|
|
|
58104
58103
|
// TreeMap
|
|
@@ -58844,7 +58843,7 @@ $kendo-map-zoom-control-button-padding-y: $kendo-map-zoom-control-button-padding
|
|
|
58844
58843
|
$kendo-map-attribution-padding-x: $kendo-padding-sm-x !default;
|
|
58845
58844
|
$kendo-map-attribution-padding-y: $kendo-padding-sm-y !default;
|
|
58846
58845
|
$kendo-map-attribution-font-size: ($kendo-map-font-size * .75) !default;
|
|
58847
|
-
$kendo-map-attribution-bg: if($kendo-enable-color-system,
|
|
58846
|
+
$kendo-map-attribution-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 80%, transparent), rgba( $kendo-map-bg, .8 )) !default;
|
|
58848
58847
|
|
|
58849
58848
|
$kendo-map-marker-fill: $kendo-color-primary !default;
|
|
58850
58849
|
|
|
@@ -59502,7 +59501,7 @@ $kendo-signature-lg-padding-y: $kendo-signature-lg-padding-x !default;
|
|
|
59502
59501
|
|
|
59503
59502
|
$kendo-signature-line-width: 1px !default;
|
|
59504
59503
|
$kendo-signature-line-style: dashed !default;
|
|
59505
|
-
$kendo-signature-line-color: if($kendo-enable-color-system,
|
|
59504
|
+
$kendo-signature-line-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( info ) 24%, transparent), rgba( $kendo-color-info, .24 )) !default;
|
|
59506
59505
|
|
|
59507
59506
|
$kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding-x} ) !default;
|
|
59508
59507
|
$kendo-signature-sm-line-size: calc( 100% - 2 * #{$kendo-signature-sm-padding-x} ) !default;
|