@progress/kendo-theme-default 7.2.1-dev.6 → 7.2.1-dev.8
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 +0 -48
- package/dist/all.scss +75 -189
- package/dist/meta/sassdoc-data.json +426 -534
- package/dist/meta/sassdoc-raw-data.json +213 -263
- package/dist/meta/variables.json +0 -8
- 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/_theme.scss +0 -102
- package/scss/input/_variables.scss +5 -12
- 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/_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;
|
|
@@ -19210,7 +19205,7 @@ $kendo-button-focus-border: null !default;
|
|
|
19210
19205
|
$kendo-button-focus-gradient: null !default;
|
|
19211
19206
|
/// The base shadow of the focused Button.
|
|
19212
19207
|
/// @group button
|
|
19213
|
-
$kendo-button-focus-shadow: 0 0 0 2px if($kendo-enable-color-system,
|
|
19208
|
+
$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
19209
|
|
|
19215
19210
|
/// The base background of the disabled Button.
|
|
19216
19211
|
/// @group button
|
|
@@ -19397,7 +19392,7 @@ $kendo-chip-solid-text: $kendo-button-text !default;
|
|
|
19397
19392
|
$kendo-chip-solid-border: $kendo-button-border !default;
|
|
19398
19393
|
/// The base shadow of the solid Chip.
|
|
19399
19394
|
/// @group chip
|
|
19400
|
-
$kendo-chip-solid-shadow: 0 0 0 2px if($kendo-enable-color-system,
|
|
19395
|
+
$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
19396
|
/// The base gradient of the solid Chip.
|
|
19402
19397
|
/// @group chip
|
|
19403
19398
|
$kendo-chip-solid-gradient: $kendo-button-gradient !default;
|
|
@@ -19434,7 +19429,7 @@ $kendo-chip-outline-text: $kendo-chip-solid-text !default;
|
|
|
19434
19429
|
$kendo-chip-outline-border: $kendo-chip-outline-text !default;
|
|
19435
19430
|
/// The base shadow of the outline Chip.
|
|
19436
19431
|
/// @group chip
|
|
19437
|
-
$kendo-chip-outline-shadow: 0 0 0 2px if($kendo-enable-color-system,
|
|
19432
|
+
$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
19433
|
|
|
19439
19434
|
/// The base background color of the hovered outline Chip.
|
|
19440
19435
|
/// @group chip
|
|
@@ -19669,7 +19664,7 @@ $kendo-chip-list-sizes: (
|
|
|
19669
19664
|
|
|
19670
19665
|
&:focus,
|
|
19671
19666
|
&.k-focus {
|
|
19672
|
-
@include focus-indicator( 0 0 0 2px if($kendo-enable-color-system,
|
|
19667
|
+
@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
19668
|
}
|
|
19674
19669
|
|
|
19675
19670
|
&:hover,
|
|
@@ -19723,7 +19718,7 @@ $kendo-chip-list-sizes: (
|
|
|
19723
19718
|
|
|
19724
19719
|
&:focus,
|
|
19725
19720
|
&.k-focus {
|
|
19726
|
-
@include focus-indicator( 0 0 0 2px if($kendo-enable-color-system,
|
|
19721
|
+
@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
19722
|
}
|
|
19728
19723
|
|
|
19729
19724
|
&:hover,
|
|
@@ -19749,7 +19744,7 @@ $kendo-chip-list-sizes: (
|
|
|
19749
19744
|
|
|
19750
19745
|
&:focus,
|
|
19751
19746
|
&.k-focus {
|
|
19752
|
-
@include focus-indicator( 0 0 0 2px if($kendo-enable-color-system,
|
|
19747
|
+
@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
19748
|
}
|
|
19754
19749
|
|
|
19755
19750
|
&:hover,
|
|
@@ -20729,7 +20724,7 @@ $kendo-skeleton-rect-border-radius: 0 !default;
|
|
|
20729
20724
|
/// @group skeleton
|
|
20730
20725
|
$kendo-skeleton-circle-border-radius: 9999px !default;
|
|
20731
20726
|
|
|
20732
|
-
$kendo-skeleton-item-bg: if($kendo-enable-color-system,
|
|
20727
|
+
$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
20728
|
|
|
20734
20729
|
$kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
20735
20730
|
|
|
@@ -21428,7 +21423,7 @@ $_kendo-module-meta: (
|
|
|
21428
21423
|
&:focus,
|
|
21429
21424
|
&.k-focus {
|
|
21430
21425
|
@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,
|
|
21426
|
+
@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
21427
|
}
|
|
21433
21428
|
}
|
|
21434
21429
|
|
|
@@ -21498,9 +21493,9 @@ $_kendo-module-meta: (
|
|
|
21498
21493
|
&.k-focus {
|
|
21499
21494
|
@if $kendo-outline-button-shadow {
|
|
21500
21495
|
@if $name == "base" {
|
|
21501
|
-
@include focus-indicator( 0 0 $kendo-outline-button-shadow-blur $kendo-outline-button-shadow-spread if($kendo-enable-color-system,
|
|
21496
|
+
@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
21497
|
} @else {
|
|
21503
|
-
@include focus-indicator( 0 0 $kendo-outline-button-shadow-blur $kendo-outline-button-shadow-spread if($kendo-enable-color-system,
|
|
21498
|
+
@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
21499
|
}
|
|
21505
21500
|
}
|
|
21506
21501
|
}
|
|
@@ -21583,9 +21578,9 @@ $_kendo-module-meta: (
|
|
|
21583
21578
|
&.k-focus {
|
|
21584
21579
|
@if ( $kendo-link-button-shadow ) {
|
|
21585
21580
|
@if $name == "base" {
|
|
21586
|
-
@include focus-indicator( 0 0 $kendo-link-button-shadow-blur $kendo-link-button-shadow-spread if($kendo-enable-color-system,
|
|
21581
|
+
@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
21582
|
} @else {
|
|
21588
|
-
@include focus-indicator( 0 0 $kendo-link-button-shadow-blur $kendo-link-button-shadow-spread if($kendo-enable-color-system,
|
|
21583
|
+
@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
21584
|
}
|
|
21590
21585
|
}
|
|
21591
21586
|
}
|
|
@@ -23183,7 +23178,7 @@ $kendo-input-focus-text: null !default;
|
|
|
23183
23178
|
$kendo-input-focus-border: $kendo-input-hover-border !default;
|
|
23184
23179
|
/// The shadow of the focused Input components.
|
|
23185
23180
|
/// @group input
|
|
23186
|
-
$kendo-input-focus-shadow: 0 0 0 2px if($kendo-enable-color-system,
|
|
23181
|
+
$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
23182
|
|
|
23188
23183
|
/// The background color of the selected Input components.
|
|
23189
23184
|
/// @group input
|
|
@@ -23216,7 +23211,7 @@ $kendo-input-outline-bg: null !default;
|
|
|
23216
23211
|
$kendo-input-outline-text: $kendo-input-text !default;
|
|
23217
23212
|
/// The border color of the outline Input components.
|
|
23218
23213
|
/// @group input
|
|
23219
|
-
$kendo-input-outline-border: if($kendo-enable-color-system,
|
|
23214
|
+
$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
23215
|
|
|
23221
23216
|
/// The background color of the outline hovered Input components.
|
|
23222
23217
|
/// @group input
|
|
@@ -23226,7 +23221,7 @@ $kendo-input-outline-hover-bg: null !default;
|
|
|
23226
23221
|
$kendo-input-outline-hover-text: null !default;
|
|
23227
23222
|
/// The border color of the outline hovered Input components.
|
|
23228
23223
|
/// @group input
|
|
23229
|
-
$kendo-input-outline-hover-border: if($kendo-enable-color-system,
|
|
23224
|
+
$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
23225
|
|
|
23231
23226
|
/// The background color of the outline focused Input components.
|
|
23232
23227
|
/// @group input
|
|
@@ -23342,13 +23337,6 @@ $kendo-input-invalid-border: $kendo-invalid-border !default;
|
|
|
23342
23337
|
/// @group input
|
|
23343
23338
|
$kendo-input-invalid-shadow: $kendo-invalid-shadow !default;
|
|
23344
23339
|
|
|
23345
|
-
/// The border color of the valid Input components.
|
|
23346
|
-
/// @group input
|
|
23347
|
-
$kendo-input-valid-border: $kendo-valid-border !default;
|
|
23348
|
-
/// The shadow of the valid Input components.
|
|
23349
|
-
/// @group input
|
|
23350
|
-
$kendo-input-valid-shadow: $kendo-valid-shadow !default;
|
|
23351
|
-
|
|
23352
23340
|
/// The background color of the Picker components.
|
|
23353
23341
|
/// @group picker
|
|
23354
23342
|
$kendo-picker-bg: $kendo-button-bg !default;
|
|
@@ -23421,7 +23409,7 @@ $kendo-picker-outline-bg: null !default;
|
|
|
23421
23409
|
$kendo-picker-outline-text: $kendo-button-text !default;
|
|
23422
23410
|
/// The border color of the outline Picker components.
|
|
23423
23411
|
/// @group picker
|
|
23424
|
-
$kendo-picker-outline-border: if($kendo-enable-color-system,
|
|
23412
|
+
$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;
|
|
23425
23413
|
|
|
23426
23414
|
/// The background color of the outline hovered Picker components.
|
|
23427
23415
|
/// @group picker
|
|
@@ -23468,7 +23456,7 @@ $kendo-picker-flat-border: $kendo-button-border !default;
|
|
|
23468
23456
|
|
|
23469
23457
|
/// The background color of the flat hovered Picker components.
|
|
23470
23458
|
/// @group picker
|
|
23471
|
-
$kendo-picker-flat-hover-bg: if($kendo-enable-color-system,
|
|
23459
|
+
$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;
|
|
23472
23460
|
/// The text color of the flat hovered Picker components.
|
|
23473
23461
|
/// @group picker
|
|
23474
23462
|
$kendo-picker-flat-hover-text: null !default;
|
|
@@ -25307,23 +25295,6 @@ $_kendo-module-meta: (
|
|
|
25307
25295
|
}
|
|
25308
25296
|
}
|
|
25309
25297
|
|
|
25310
|
-
// Valid
|
|
25311
|
-
&.k-valid {
|
|
25312
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
25313
|
-
|
|
25314
|
-
.k-input-validation-icon {
|
|
25315
|
-
color: $kendo-valid-text;
|
|
25316
|
-
}
|
|
25317
|
-
|
|
25318
|
-
&:focus,
|
|
25319
|
-
&.k-focus {
|
|
25320
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25321
|
-
}
|
|
25322
|
-
&:focus-within {
|
|
25323
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25324
|
-
}
|
|
25325
|
-
}
|
|
25326
|
-
|
|
25327
25298
|
// Prefix & Suffix
|
|
25328
25299
|
.k-input-prefix {
|
|
25329
25300
|
color: $kendo-input-prefix-text;
|
|
@@ -25412,23 +25383,6 @@ $_kendo-module-meta: (
|
|
|
25412
25383
|
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
25413
25384
|
}
|
|
25414
25385
|
}
|
|
25415
|
-
|
|
25416
|
-
// Valid
|
|
25417
|
-
&.k-valid {
|
|
25418
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
25419
|
-
|
|
25420
|
-
.k-input-validation-icon {
|
|
25421
|
-
color: $kendo-valid-text;
|
|
25422
|
-
}
|
|
25423
|
-
|
|
25424
|
-
&:focus,
|
|
25425
|
-
&.k-focus {
|
|
25426
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25427
|
-
}
|
|
25428
|
-
&:focus-within {
|
|
25429
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25430
|
-
}
|
|
25431
|
-
}
|
|
25432
25386
|
}
|
|
25433
25387
|
|
|
25434
25388
|
|
|
@@ -25514,23 +25468,6 @@ $_kendo-module-meta: (
|
|
|
25514
25468
|
}
|
|
25515
25469
|
}
|
|
25516
25470
|
|
|
25517
|
-
// Valid
|
|
25518
|
-
&.k-valid {
|
|
25519
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
25520
|
-
|
|
25521
|
-
.k-input-validation-icon {
|
|
25522
|
-
color: $kendo-valid-text;
|
|
25523
|
-
}
|
|
25524
|
-
|
|
25525
|
-
&:focus,
|
|
25526
|
-
&.k-focus {
|
|
25527
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25528
|
-
}
|
|
25529
|
-
&:focus-within {
|
|
25530
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25531
|
-
}
|
|
25532
|
-
}
|
|
25533
|
-
|
|
25534
25471
|
// Prefix & Suffix
|
|
25535
25472
|
.k-input-prefix {
|
|
25536
25473
|
color: $kendo-input-prefix-text;
|
|
@@ -25625,23 +25562,6 @@ $_kendo-module-meta: (
|
|
|
25625
25562
|
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
25626
25563
|
}
|
|
25627
25564
|
}
|
|
25628
|
-
|
|
25629
|
-
// Valid
|
|
25630
|
-
&.k-valid {
|
|
25631
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
25632
|
-
|
|
25633
|
-
.k-input-validation-icon {
|
|
25634
|
-
color: $kendo-valid-text;
|
|
25635
|
-
}
|
|
25636
|
-
|
|
25637
|
-
&:focus,
|
|
25638
|
-
&.k-focus {
|
|
25639
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25640
|
-
}
|
|
25641
|
-
&:focus-within {
|
|
25642
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25643
|
-
}
|
|
25644
|
-
}
|
|
25645
25565
|
}
|
|
25646
25566
|
|
|
25647
25567
|
|
|
@@ -25714,23 +25634,6 @@ $_kendo-module-meta: (
|
|
|
25714
25634
|
}
|
|
25715
25635
|
}
|
|
25716
25636
|
|
|
25717
|
-
// Valid
|
|
25718
|
-
&.k-valid {
|
|
25719
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
25720
|
-
|
|
25721
|
-
.k-input-validation-icon {
|
|
25722
|
-
color: $kendo-valid-text;
|
|
25723
|
-
}
|
|
25724
|
-
|
|
25725
|
-
&:focus,
|
|
25726
|
-
&.k-focus {
|
|
25727
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25728
|
-
}
|
|
25729
|
-
&:focus-within {
|
|
25730
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25731
|
-
}
|
|
25732
|
-
}
|
|
25733
|
-
|
|
25734
25637
|
// Prefix & Suffix
|
|
25735
25638
|
.k-input-prefix {
|
|
25736
25639
|
color: $kendo-input-prefix-text;
|
|
@@ -25825,23 +25728,6 @@ $_kendo-module-meta: (
|
|
|
25825
25728
|
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
25826
25729
|
}
|
|
25827
25730
|
}
|
|
25828
|
-
|
|
25829
|
-
// Valid
|
|
25830
|
-
&.k-valid {
|
|
25831
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
25832
|
-
|
|
25833
|
-
.k-input-validation-icon {
|
|
25834
|
-
color: $kendo-valid-text;
|
|
25835
|
-
}
|
|
25836
|
-
|
|
25837
|
-
&:focus,
|
|
25838
|
-
&.k-focus {
|
|
25839
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25840
|
-
}
|
|
25841
|
-
&:focus-within {
|
|
25842
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25843
|
-
}
|
|
25844
|
-
}
|
|
25845
25731
|
}
|
|
25846
25732
|
|
|
25847
25733
|
}
|
|
@@ -27142,7 +27028,7 @@ $kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|
|
|
27142
27028
|
|
|
27143
27029
|
.k-progressbar-indeterminate {
|
|
27144
27030
|
@include fill( $kendo-progressbar-indeterminate-text, $kendo-progressbar-indeterminate-bg, $kendo-progressbar-indeterminate-border );
|
|
27145
|
-
@include striped-gradient( if($kendo-enable-color-system,
|
|
27031
|
+
@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)) );
|
|
27146
27032
|
background-size: $kendo-progressbar-height $kendo-progressbar-height;
|
|
27147
27033
|
animation: kendo-progressbar-indeterminate-animation $kendo-progressbar-animation-timing;
|
|
27148
27034
|
}
|
|
@@ -27881,7 +27767,7 @@ $kendo-slider-draghandle-pressed-gradient: null !default;
|
|
|
27881
27767
|
|
|
27882
27768
|
/// The shadow of the focused Slider drag handle.
|
|
27883
27769
|
/// @group slider
|
|
27884
|
-
$kendo-slider-draghandle-focus-shadow: 0 0 0 2px if($kendo-enable-color-system,
|
|
27770
|
+
$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;
|
|
27885
27771
|
|
|
27886
27772
|
/// The transition speed of the Slider.
|
|
27887
27773
|
/// @group slider
|
|
@@ -29286,7 +29172,7 @@ $kendo-calendar-sizes: (
|
|
|
29286
29172
|
.k-calendar { // stylelint-disable-line
|
|
29287
29173
|
|
|
29288
29174
|
$kendo-calendar-range-gap: 1px !default;
|
|
29289
|
-
$kendo-calendar-range-bg: if($kendo-enable-color-system,
|
|
29175
|
+
$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 ));
|
|
29290
29176
|
$kendo-calendar-range-split-size: 5px !default;
|
|
29291
29177
|
|
|
29292
29178
|
.k-range-start,
|
|
@@ -33573,7 +33459,7 @@ $kendo-switch-off-track-focus-border: null !default;
|
|
|
33573
33459
|
$kendo-switch-off-track-focus-gradient: null !default;
|
|
33574
33460
|
/// The ring around the track when the focused Switch is not checked.
|
|
33575
33461
|
/// @group switch
|
|
33576
|
-
$kendo-switch-off-track-focus-ring: 2px solid if($kendo-enable-color-system,
|
|
33462
|
+
$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;
|
|
33577
33463
|
|
|
33578
33464
|
/// The background of the track when the disabled Switch is not checked.
|
|
33579
33465
|
/// @group switch
|
|
@@ -33655,7 +33541,7 @@ $kendo-switch-on-track-focus-border: null !default;
|
|
|
33655
33541
|
$kendo-switch-on-track-focus-gradient: null !default;
|
|
33656
33542
|
/// The ring around the track when the focused Switch is checked.
|
|
33657
33543
|
/// @group switch
|
|
33658
|
-
$kendo-switch-on-track-focus-ring: 2px solid if($kendo-enable-color-system,
|
|
33544
|
+
$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;
|
|
33659
33545
|
|
|
33660
33546
|
/// The background of the track when the disabled Switch is checked.
|
|
33661
33547
|
/// @group switch
|
|
@@ -33920,7 +33806,7 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
33920
33806
|
$kendo-switch-off-track-focus-gradient
|
|
33921
33807
|
);
|
|
33922
33808
|
@if $kendo-enable-focus-contrast {
|
|
33923
|
-
@include box-shadow( 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface
|
|
33809
|
+
@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 )) );
|
|
33924
33810
|
} @else {
|
|
33925
33811
|
outline: $kendo-switch-off-track-focus-ring;
|
|
33926
33812
|
}
|
|
@@ -34000,7 +33886,7 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
34000
33886
|
$kendo-switch-on-track-focus-gradient
|
|
34001
33887
|
);
|
|
34002
33888
|
@if $kendo-enable-focus-contrast {
|
|
34003
|
-
@include box-shadow( 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface
|
|
33889
|
+
@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 )) );
|
|
34004
33890
|
} @else {
|
|
34005
33891
|
outline: $kendo-switch-on-track-focus-ring;
|
|
34006
33892
|
}
|
|
@@ -35438,7 +35324,7 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
35438
35324
|
@if $kendo-enable-focus-contrast {
|
|
35439
35325
|
@include box-shadow( inset 0 0 0 2px currentColor );
|
|
35440
35326
|
} @else {
|
|
35441
|
-
outline: $kendo-fab-outline-style $kendo-fab-outline-width if($kendo-enable-color-system,
|
|
35327
|
+
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 ));
|
|
35442
35328
|
}
|
|
35443
35329
|
}
|
|
35444
35330
|
}
|
|
@@ -35459,8 +35345,8 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
35459
35345
|
.k-disabled.k-fab-solid-#{$name},
|
|
35460
35346
|
.k-fab-solid-#{$name}:disabled {
|
|
35461
35347
|
@include box-shadow($kendo-fab-disabled-shadow);
|
|
35462
|
-
background-color: if($kendo-enable-color-system,
|
|
35463
|
-
color: if($kendo-enable-color-system,
|
|
35348
|
+
background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 60%, transparent), k-try-tint( $color, 5 ));
|
|
35349
|
+
color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-#{$name} ) 60%, transparent), k-try-tint( k-contrast-legacy( $color ), 5 ));
|
|
35464
35350
|
opacity: 1;
|
|
35465
35351
|
}
|
|
35466
35352
|
}
|
|
@@ -35499,7 +35385,7 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
35499
35385
|
.k-fab-item.k-focus .k-fab-item-text,
|
|
35500
35386
|
.k-fab-item.k-focus .k-fab-item-icon {
|
|
35501
35387
|
@if $kendo-enable-focus-contrast {
|
|
35502
|
-
@include box-shadow( inset 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface
|
|
35388
|
+
@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 )) );
|
|
35503
35389
|
} @else {
|
|
35504
35390
|
outline: $kendo-fab-item-outline-style $kendo-fab-item-outline-width $kendo-fab-item-outline-color;
|
|
35505
35391
|
}
|
|
@@ -35521,8 +35407,8 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
35521
35407
|
.k-fab-item-text,
|
|
35522
35408
|
.k-fab-item-icon {
|
|
35523
35409
|
@include box-shadow($kendo-fab-item-disabled-shadow);
|
|
35524
|
-
background-color: if($kendo-enable-color-system,
|
|
35525
|
-
color: if($kendo-enable-color-system,
|
|
35410
|
+
background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( base ) 60%, transparent), k-try-tint( $kendo-fab-item-bg, 5 ));
|
|
35411
|
+
color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 60%, transparent), k-try-tint( $kendo-fab-item-text, 5 ));
|
|
35526
35412
|
}
|
|
35527
35413
|
}
|
|
35528
35414
|
|
|
@@ -38664,13 +38550,13 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
38664
38550
|
@each $name, $color in $kendo-theme-colors {
|
|
38665
38551
|
.k-bottom-nav-solid-#{$name} {
|
|
38666
38552
|
@include fill(
|
|
38667
|
-
$color: if($kendo-enable-color-system,
|
|
38553
|
+
$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%)),
|
|
38668
38554
|
$bg: $color
|
|
38669
38555
|
);
|
|
38670
38556
|
|
|
38671
38557
|
.k-bottom-nav-item.k-focus,
|
|
38672
38558
|
.k-bottom-nav-item:focus {
|
|
38673
|
-
@include fill( $bg: if($kendo-enable-color-system,
|
|
38559
|
+
@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)));
|
|
38674
38560
|
}
|
|
38675
38561
|
|
|
38676
38562
|
.k-bottom-nav-item.k-selected {
|
|
@@ -38694,7 +38580,7 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
38694
38580
|
|
|
38695
38581
|
.k-bottom-nav-item.k-focus,
|
|
38696
38582
|
.k-bottom-nav-item:focus {
|
|
38697
|
-
@include fill( $bg: if($kendo-enable-color-system,
|
|
38583
|
+
@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)) );
|
|
38698
38584
|
}
|
|
38699
38585
|
|
|
38700
38586
|
.k-bottom-nav-item.k-selected {
|
|
@@ -39851,7 +39737,7 @@ $kendo-stepper-indicator-hover-border: null !default;
|
|
|
39851
39737
|
$kendo-stepper-indicator-disabled-bg: null !default;
|
|
39852
39738
|
/// The text color of the disabled Stepper indicator.
|
|
39853
39739
|
/// @group stepper
|
|
39854
|
-
$kendo-stepper-indicator-disabled-text: if($kendo-enable-color-system,
|
|
39740
|
+
$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;
|
|
39855
39741
|
/// The border color of the disabled Stepper indicator.
|
|
39856
39742
|
/// @group stepper
|
|
39857
39743
|
$kendo-stepper-indicator-disabled-border: null !default;
|
|
@@ -39878,7 +39764,7 @@ $kendo-stepper-indicator-done-hover-border: null !default;
|
|
|
39878
39764
|
|
|
39879
39765
|
/// The background color of the Stepper's disabled done indicator.
|
|
39880
39766
|
/// @group stepper
|
|
39881
|
-
$kendo-stepper-indicator-done-disabled-bg: if($kendo-enable-color-system,
|
|
39767
|
+
$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;
|
|
39882
39768
|
/// The text color of the Stepper's disabled done indicator.
|
|
39883
39769
|
/// @group stepper
|
|
39884
39770
|
$kendo-stepper-indicator-done-disabled-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) !default;
|
|
@@ -39930,7 +39816,7 @@ $kendo-stepper-label-error-text: $kendo-color-error !default;
|
|
|
39930
39816
|
$kendo-stepper-label-hover-text: if($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-stepper-text, 2 )) !default;
|
|
39931
39817
|
/// The text color of the disabled Stepper label.
|
|
39932
39818
|
/// @group stepper
|
|
39933
|
-
$kendo-stepper-label-disabled-text: if($kendo-enable-color-system,
|
|
39819
|
+
$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;
|
|
39934
39820
|
|
|
39935
39821
|
/// The text color of the optional Stepper label.
|
|
39936
39822
|
/// @group stepper
|
|
@@ -42947,7 +42833,7 @@ $kendo-dock-manager-dock-preview-border-style: dashed !default;
|
|
|
42947
42833
|
$kendo-dock-manager-dock-preview-border-radius: $kendo-border-radius-sm !default;
|
|
42948
42834
|
/// The background color of the dropping area in the DockManager component.
|
|
42949
42835
|
/// @group dock-manager
|
|
42950
|
-
$kendo-dock-manager-dock-preview-bg: if($kendo-enable-color-system,
|
|
42836
|
+
$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;
|
|
42951
42837
|
/// The border color of the dropping area in the DockManager component.
|
|
42952
42838
|
/// @group dock-manager
|
|
42953
42839
|
$kendo-dock-manager-dock-preview-border: $kendo-color-primary !default;
|
|
@@ -44272,7 +44158,7 @@ $kendo-grid-grouping-row-bg: $kendo-base-bg !default;
|
|
|
44272
44158
|
$kendo-grid-grouping-row-text: $kendo-grid-text !default;
|
|
44273
44159
|
|
|
44274
44160
|
$kendo-grid-sorted-icon-spacing: calc( #{$kendo-padding-md-x} - 1px ) !default;
|
|
44275
|
-
$kendo-grid-sorted-bg: if($kendo-enable-color-system,
|
|
44161
|
+
$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;
|
|
44276
44162
|
$kendo-grid-sorting-indicator-text: $kendo-color-primary !default;
|
|
44277
44163
|
$kendo-grid-sorting-index-font-size: $kendo-font-size-sm !default;
|
|
44278
44164
|
$kendo-grid-sorting-index-height: $kendo-icon-size !default;
|
|
@@ -44301,12 +44187,12 @@ $kendo-grid-sticky-header-border: $kendo-grid-sticky-border !default;
|
|
|
44301
44187
|
$kendo-grid-sticky-footer-bg: $kendo-grid-header-bg !default;
|
|
44302
44188
|
$kendo-grid-sticky-footer-hover-bg: $kendo-grid-hover-bg !default;
|
|
44303
44189
|
|
|
44304
|
-
$kendo-grid-sticky-selected-bg: if($kendo-enable-color-system,
|
|
44305
|
-
$kendo-grid-sticky-selected-alt-bg: if($kendo-enable-color-system,
|
|
44190
|
+
$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;
|
|
44191
|
+
$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;
|
|
44306
44192
|
|
|
44307
44193
|
// Must be a solid color
|
|
44308
44194
|
$kendo-grid-sticky-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-color-darken($kendo-grid-bg, 8%)) !default;
|
|
44309
|
-
$kendo-grid-sticky-selected-hover-bg: if($kendo-enable-color-system,
|
|
44195
|
+
$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;
|
|
44310
44196
|
|
|
44311
44197
|
$kendo-grid-column-menu-width: 230px !default;
|
|
44312
44198
|
$kendo-grid-column-menu-max-width: 320px !default;
|
|
@@ -44357,7 +44243,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
44357
44243
|
|
|
44358
44244
|
/// Background color of the grid row resize indicator
|
|
44359
44245
|
/// @group grid
|
|
44360
|
-
$kendo-grid-row-resizer-hover-bg: if($kendo-enable-color-system,
|
|
44246
|
+
$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;
|
|
44361
44247
|
/// Active background color of the grid row resize indicator
|
|
44362
44248
|
/// @group grid
|
|
44363
44249
|
$kendo-grid-row-resizer-active-bg: $kendo-color-primary !default;
|
|
@@ -46393,7 +46279,7 @@ $kendo-listview-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
|
46393
46279
|
$kendo-listview-item-selected-text: null !default;
|
|
46394
46280
|
/// The background color of the selected ListView items.
|
|
46395
46281
|
/// @group listview
|
|
46396
|
-
$kendo-listview-item-selected-bg: if($kendo-enable-color-system,
|
|
46282
|
+
$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;
|
|
46397
46283
|
/// The border color of the selected ListView items.
|
|
46398
46284
|
/// @group listview
|
|
46399
46285
|
$kendo-listview-item-selected-border: null !default;
|
|
@@ -46814,7 +46700,7 @@ $kendo-spreadsheet-view-font-size: $kendo-spreadsheet-font-size !default;
|
|
|
46814
46700
|
|
|
46815
46701
|
/// The background color of the Spreadsheet selection.
|
|
46816
46702
|
/// @group spreadsheet
|
|
46817
|
-
$kendo-spreadsheet-selection-bg: if($kendo-enable-color-system,
|
|
46703
|
+
$kendo-spreadsheet-selection-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25)) !default;
|
|
46818
46704
|
/// The text color of the Spreadsheet selection.
|
|
46819
46705
|
/// @group spreadsheet
|
|
46820
46706
|
$kendo-spreadsheet-selection-text: null !default;
|
|
@@ -46837,7 +46723,7 @@ $kendo-spreadsheet-single-selection-border: $kendo-spreadsheet-bg !default;
|
|
|
46837
46723
|
|
|
46838
46724
|
/// The background color of the Spreadsheet partial selection.
|
|
46839
46725
|
/// @group spreadsheet
|
|
46840
|
-
$kendo-spreadsheet-partial-selection-bg: if($kendo-enable-color-system,
|
|
46726
|
+
$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;
|
|
46841
46727
|
|
|
46842
46728
|
/// The background color of the Spreadsheet active cell.
|
|
46843
46729
|
/// @group spreadsheet
|
|
@@ -46848,7 +46734,7 @@ $kendo-spreadsheet-active-cell-shadow: inset 0 0 0 1px $kendo-selected-bg !defau
|
|
|
46848
46734
|
|
|
46849
46735
|
/// The background color of the Spreadsheet auto fill.
|
|
46850
46736
|
/// @group spreadsheet
|
|
46851
|
-
$kendo-spreadsheet-auto-fill-bg: if($kendo-enable-color-system,
|
|
46737
|
+
$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;
|
|
46852
46738
|
/// The text color of the Spreadsheet auto fill.
|
|
46853
46739
|
/// @group spreadsheet
|
|
46854
46740
|
$kendo-spreadsheet-auto-fill-text: null !default;
|
|
@@ -46976,7 +46862,7 @@ $kendo-spreadsheet-drawing-outline-style: solid !default;
|
|
|
46976
46862
|
$kendo-spreadsheet-drawing-outline-width: 2px !default;
|
|
46977
46863
|
/// The background color of the Spreadsheet drawing anchor.
|
|
46978
46864
|
/// @group spreadsheet
|
|
46979
|
-
$kendo-spreadsheet-drawing-anchor-bg: if($kendo-enable-color-system,
|
|
46865
|
+
$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;
|
|
46980
46866
|
|
|
46981
46867
|
/// The vertical spacing of the Spreadsheet DropZone.
|
|
46982
46868
|
/// @group spreadsheet
|
|
@@ -48213,7 +48099,7 @@ $kendo-pivotgrid-hover-bg: if($kendo-enable-color-system, k-color( base-hover ),
|
|
|
48213
48099
|
$kendo-pivotgrid-hover-text: null !default;
|
|
48214
48100
|
$kendo-pivotgrid-hover-border: null !default;
|
|
48215
48101
|
|
|
48216
|
-
$kendo-pivotgrid-selected-bg: if($kendo-enable-color-system,
|
|
48102
|
+
$kendo-pivotgrid-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25)) !default;
|
|
48217
48103
|
$kendo-pivotgrid-selected-text: null !default;
|
|
48218
48104
|
$kendo-pivotgrid-selected-border: null !default;
|
|
48219
48105
|
|
|
@@ -52263,7 +52149,7 @@ $kendo-gantt-treelist-bg: null !default;
|
|
|
52263
52149
|
$kendo-gantt-treelist-text: null !default;
|
|
52264
52150
|
$kendo-gantt-treelist-border: null !default;
|
|
52265
52151
|
|
|
52266
|
-
$kendo-gantt-nonwork-bg: if($kendo-enable-color-system,
|
|
52152
|
+
$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;
|
|
52267
52153
|
$kendo-gantt-nonwork-text: null !default;
|
|
52268
52154
|
$kendo-gantt-nonwork-border: null !default;
|
|
52269
52155
|
|
|
@@ -54820,7 +54706,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
54820
54706
|
|
|
54821
54707
|
.k-scheduler-layout td.k-selected,
|
|
54822
54708
|
.k-scheduler-layout .k-scheduler-cell.k-selected {
|
|
54823
|
-
background-color: if($kendo-enable-color-system,
|
|
54709
|
+
background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25));
|
|
54824
54710
|
}
|
|
54825
54711
|
|
|
54826
54712
|
.k-scheduler-layout-flex {
|
|
@@ -54937,7 +54823,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
54937
54823
|
|
|
54938
54824
|
// Selected
|
|
54939
54825
|
.k-scheduler-content tr.k-selected {
|
|
54940
|
-
background-color: if($kendo-enable-color-system,
|
|
54826
|
+
background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25));
|
|
54941
54827
|
}
|
|
54942
54828
|
.k-scheduler-content tr.k-selected .k-scheduler-datecolumn,
|
|
54943
54829
|
.k-scheduler-content tr.k-selected .k-scheduler-groupcolumn {
|
|
@@ -55893,7 +55779,7 @@ $kendo-media-player-titlebar-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
55893
55779
|
$kendo-media-player-titlebar-bg: null !default;
|
|
55894
55780
|
$kendo-media-player-titlebar-text: $kendo-media-player-bg !default;
|
|
55895
55781
|
$kendo-media-player-titlebar-border: null !default;
|
|
55896
|
-
$kendo-media-player-titlebar-gradient: if($kendo-enable-color-system, (
|
|
55782
|
+
$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;
|
|
55897
55783
|
|
|
55898
55784
|
// #endregion
|
|
55899
55785
|
// #region @import "./_layout.scss"; -> scss/mediaplayer/_layout.scss
|
|
@@ -56022,7 +55908,7 @@ $kendo-media-player-titlebar-gradient: if($kendo-enable-color-system, ( rgba( k-
|
|
|
56022
55908
|
.k-mediaplayer-titlebar {
|
|
56023
55909
|
color: $kendo-media-player-titlebar-text;
|
|
56024
55910
|
background-image: linear-gradient( $kendo-media-player-titlebar-gradient );
|
|
56025
|
-
text-shadow: 0 0 2px if($kendo-enable-color-system,
|
|
55911
|
+
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 ));
|
|
56026
55912
|
}
|
|
56027
55913
|
|
|
56028
55914
|
}
|
|
@@ -56130,10 +56016,10 @@ $kendo-timeline-track-arrow-height: 30px !default;
|
|
|
56130
56016
|
|
|
56131
56017
|
/// The background color of the disabled Timeline track arrow.
|
|
56132
56018
|
/// @group timeline
|
|
56133
|
-
$kendo-timeline-track-arrow-disabled-bg: if($kendo-enable-color-system,
|
|
56019
|
+
$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;
|
|
56134
56020
|
/// The text color of the disabled Timeline track arrow.
|
|
56135
56021
|
/// @group timeline
|
|
56136
|
-
$kendo-timeline-track-arrow-disabled-text: if($kendo-enable-color-system,
|
|
56022
|
+
$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;
|
|
56137
56023
|
/// The border color of the disabled Timeline track arrow.
|
|
56138
56024
|
/// @group timeline
|
|
56139
56025
|
$kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system, k-color( border ), k-true-mix(#000000, $kendo-body-bg, 4.8%)) !default;
|
|
@@ -58177,13 +58063,13 @@ $kendo-chart-pane-title-font-weight: $kendo-font-weight-normal !default;
|
|
|
58177
58063
|
|
|
58178
58064
|
/// The color of the Chart grid lines (major).
|
|
58179
58065
|
/// @group charts
|
|
58180
|
-
$kendo-chart-major-lines:
|
|
58066
|
+
$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;
|
|
58181
58067
|
|
|
58182
58068
|
/// The color of the Chart grid lines (minor).
|
|
58183
58069
|
/// @group charts
|
|
58184
|
-
$kendo-chart-minor-lines:
|
|
58070
|
+
$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;
|
|
58185
58071
|
|
|
58186
|
-
$kendo-chart-inactive: if($kendo-enable-color-system,
|
|
58072
|
+
$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;
|
|
58187
58073
|
$kendo-chart-area-opacity: .6 !default;
|
|
58188
58074
|
$kendo-chart-area-inactive-opacity: .1 !default;
|
|
58189
58075
|
$kendo-chart-line-inactive-opacity: .3 !default;
|
|
@@ -58194,20 +58080,20 @@ $kendo-chart-bg: $kendo-component-bg !default;
|
|
|
58194
58080
|
$kendo-chart-text: $kendo-component-text !default;
|
|
58195
58081
|
$kendo-chart-border: $kendo-component-border !default;
|
|
58196
58082
|
|
|
58197
|
-
$kendo-chart-crosshair-background:
|
|
58083
|
+
$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;
|
|
58198
58084
|
$kendo-chart-crosshair-shared-tooltip-color: $kendo-chart-text !default;
|
|
58199
58085
|
$kendo-chart-crosshair-shared-tooltip-background: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-chart-bg, 1 )) !default;
|
|
58200
|
-
$kendo-chart-crosshair-shared-tooltip-border:
|
|
58086
|
+
$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;
|
|
58201
58087
|
|
|
58202
|
-
$kendo-chart-notes-background:
|
|
58203
|
-
$kendo-chart-notes-border:
|
|
58204
|
-
$kendo-chart-notes-lines:
|
|
58088
|
+
$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;
|
|
58089
|
+
$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;
|
|
58090
|
+
$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;
|
|
58205
58091
|
|
|
58206
|
-
$kendo-chart-error-bars-background:
|
|
58092
|
+
$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;
|
|
58207
58093
|
|
|
58208
58094
|
$kendo-chart-selection-handle-size: 22px !default;
|
|
58209
|
-
$kendo-chart-selection-border-color:
|
|
58210
|
-
$kendo-chart-selection-shadow: inset 0 1px 7px
|
|
58095
|
+
$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;
|
|
58096
|
+
$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;
|
|
58211
58097
|
|
|
58212
58098
|
|
|
58213
58099
|
// TreeMap
|
|
@@ -58953,7 +58839,7 @@ $kendo-map-zoom-control-button-padding-y: $kendo-map-zoom-control-button-padding
|
|
|
58953
58839
|
$kendo-map-attribution-padding-x: $kendo-padding-sm-x !default;
|
|
58954
58840
|
$kendo-map-attribution-padding-y: $kendo-padding-sm-y !default;
|
|
58955
58841
|
$kendo-map-attribution-font-size: ($kendo-map-font-size * .75) !default;
|
|
58956
|
-
$kendo-map-attribution-bg: if($kendo-enable-color-system,
|
|
58842
|
+
$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;
|
|
58957
58843
|
|
|
58958
58844
|
$kendo-map-marker-fill: $kendo-color-primary !default;
|
|
58959
58845
|
|
|
@@ -59611,7 +59497,7 @@ $kendo-signature-lg-padding-y: $kendo-signature-lg-padding-x !default;
|
|
|
59611
59497
|
|
|
59612
59498
|
$kendo-signature-line-width: 1px !default;
|
|
59613
59499
|
$kendo-signature-line-style: dashed !default;
|
|
59614
|
-
$kendo-signature-line-color: if($kendo-enable-color-system,
|
|
59500
|
+
$kendo-signature-line-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( info ) 24%, transparent), rgba( $kendo-color-info, .24 )) !default;
|
|
59615
59501
|
|
|
59616
59502
|
$kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding-x} ) !default;
|
|
59617
59503
|
$kendo-signature-sm-line-size: calc( 100% - 2 * #{$kendo-signature-sm-padding-x} ) !default;
|