@progress/kendo-theme-classic 7.2.1-dev.7 → 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.scss +77 -82
- package/dist/meta/sassdoc-data.json +62 -62
- package/dist/meta/sassdoc-raw-data.json +31 -31
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/button/_variables.scss +1 -1
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/chip/_variables.scss +2 -2
- package/scss/dataviz/_variables.scss +11 -11
- package/scss/dock-manager/_variables.scss +1 -1
- 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/_variables.scss +1 -1
- package/scss/menu/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +1 -1
- 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/_variables.scss +2 -2
- package/scss/table/_variables.scss +3 -3
- package/scss/timeline/_variables.scss +3 -3
|
@@ -4308,7 +4308,7 @@
|
|
|
4308
4308
|
"context": {
|
|
4309
4309
|
"type": "variable",
|
|
4310
4310
|
"name": "kendo-button-focus-shadow",
|
|
4311
|
-
"value": "0 0 4px 0 if($kendo-enable-color-system,
|
|
4311
|
+
"value": "0 0 4px 0 if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 75%, transparent), rgba( $kendo-button-border, .75 ))",
|
|
4312
4312
|
"scope": "default",
|
|
4313
4313
|
"line": {
|
|
4314
4314
|
"start": 189,
|
|
@@ -6508,7 +6508,7 @@
|
|
|
6508
6508
|
"context": {
|
|
6509
6509
|
"type": "variable",
|
|
6510
6510
|
"name": "kendo-chart-major-lines",
|
|
6511
|
-
"value": "
|
|
6511
|
+
"value": "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 ))",
|
|
6512
6512
|
"scope": "default",
|
|
6513
6513
|
"line": {
|
|
6514
6514
|
"start": 103,
|
|
@@ -6533,7 +6533,7 @@
|
|
|
6533
6533
|
"context": {
|
|
6534
6534
|
"type": "variable",
|
|
6535
6535
|
"name": "kendo-chart-minor-lines",
|
|
6536
|
-
"value": "
|
|
6536
|
+
"value": "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 ))",
|
|
6537
6537
|
"scope": "default",
|
|
6538
6538
|
"line": {
|
|
6539
6539
|
"start": 107,
|
|
@@ -8608,7 +8608,7 @@
|
|
|
8608
8608
|
"context": {
|
|
8609
8609
|
"type": "variable",
|
|
8610
8610
|
"name": "kendo-checkbox-focus-checked-shadow",
|
|
8611
|
-
"value": "0 0 0 2px if($kendo-enable-color-system,
|
|
8611
|
+
"value": "0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 30%, transparent), rgba( $kendo-color-primary, .3 ))",
|
|
8612
8612
|
"scope": "default",
|
|
8613
8613
|
"line": {
|
|
8614
8614
|
"start": 110,
|
|
@@ -9783,7 +9783,7 @@
|
|
|
9783
9783
|
"context": {
|
|
9784
9784
|
"type": "variable",
|
|
9785
9785
|
"name": "kendo-chip-solid-shadow",
|
|
9786
|
-
"value": "0 0 0 2px if($kendo-enable-color-system,
|
|
9786
|
+
"value": "0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 16%, transparent), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .16 ) ))",
|
|
9787
9787
|
"scope": "default",
|
|
9788
9788
|
"line": {
|
|
9789
9789
|
"start": 118,
|
|
@@ -10058,7 +10058,7 @@
|
|
|
10058
10058
|
"context": {
|
|
10059
10059
|
"type": "variable",
|
|
10060
10060
|
"name": "kendo-chip-outline-shadow",
|
|
10061
|
-
"value": "0 0 0 2px if($kendo-enable-color-system,
|
|
10061
|
+
"value": "0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 16%, transparent), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .16 ) ))",
|
|
10062
10062
|
"scope": "default",
|
|
10063
10063
|
"line": {
|
|
10064
10064
|
"start": 155,
|
|
@@ -13970,7 +13970,7 @@
|
|
|
13970
13970
|
"context": {
|
|
13971
13971
|
"type": "variable",
|
|
13972
13972
|
"name": "kendo-dock-manager-dock-preview-bg",
|
|
13973
|
-
"value": "if($kendo-enable-color-system,
|
|
13973
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 16%, transparent), rgba( $kendo-color-primary, .16 ))",
|
|
13974
13974
|
"scope": "default",
|
|
13975
13975
|
"line": {
|
|
13976
13976
|
"start": 110,
|
|
@@ -20770,7 +20770,7 @@
|
|
|
20770
20770
|
"context": {
|
|
20771
20771
|
"type": "variable",
|
|
20772
20772
|
"name": "kendo-grid-row-resizer-hover-bg",
|
|
20773
|
-
"value": "if($kendo-enable-color-system,
|
|
20773
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 20%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))",
|
|
20774
20774
|
"scope": "default",
|
|
20775
20775
|
"line": {
|
|
20776
20776
|
"start": 317,
|
|
@@ -21895,7 +21895,7 @@
|
|
|
21895
21895
|
"context": {
|
|
21896
21896
|
"type": "variable",
|
|
21897
21897
|
"name": "kendo-input-outline-border",
|
|
21898
|
-
"value": "if($kendo-enable-color-system,
|
|
21898
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-button-text, .5))",
|
|
21899
21899
|
"scope": "default",
|
|
21900
21900
|
"line": {
|
|
21901
21901
|
"start": 171,
|
|
@@ -21970,7 +21970,7 @@
|
|
|
21970
21970
|
"context": {
|
|
21971
21971
|
"type": "variable",
|
|
21972
21972
|
"name": "kendo-input-outline-hover-border",
|
|
21973
|
-
"value": "if($kendo-enable-color-system,
|
|
21973
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 80%, transparent), rgba( $kendo-button-text, .8))",
|
|
21974
21974
|
"scope": "default",
|
|
21975
21975
|
"line": {
|
|
21976
21976
|
"start": 181,
|
|
@@ -24520,7 +24520,7 @@
|
|
|
24520
24520
|
"context": {
|
|
24521
24521
|
"type": "variable",
|
|
24522
24522
|
"name": "kendo-listview-item-selected-bg",
|
|
24523
|
-
"value": "if($kendo-enable-color-system,
|
|
24523
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 ))",
|
|
24524
24524
|
"scope": "default",
|
|
24525
24525
|
"line": {
|
|
24526
24526
|
"start": 44,
|
|
@@ -30295,7 +30295,7 @@
|
|
|
30295
30295
|
"context": {
|
|
30296
30296
|
"type": "variable",
|
|
30297
30297
|
"name": "kendo-picker-outline-border",
|
|
30298
|
-
"value": "if($kendo-enable-color-system,
|
|
30298
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-picker-outline-text, .5))",
|
|
30299
30299
|
"scope": "default",
|
|
30300
30300
|
"line": {
|
|
30301
30301
|
"start": 365,
|
|
@@ -30645,7 +30645,7 @@
|
|
|
30645
30645
|
"context": {
|
|
30646
30646
|
"type": "variable",
|
|
30647
30647
|
"name": "kendo-picker-flat-hover-bg",
|
|
30648
|
-
"value": "if($kendo-enable-color-system,
|
|
30648
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 4%, transparent), rgba( $kendo-button-text, .04 ))",
|
|
30649
30649
|
"scope": "default",
|
|
30650
30650
|
"line": {
|
|
30651
30651
|
"start": 412,
|
|
@@ -30695,7 +30695,7 @@
|
|
|
30695
30695
|
"context": {
|
|
30696
30696
|
"type": "variable",
|
|
30697
30697
|
"name": "kendo-picker-flat-hover-border",
|
|
30698
|
-
"value": "if($kendo-enable-color-system,
|
|
30698
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), rgba( $kendo-button-border, .16 ))",
|
|
30699
30699
|
"scope": "default",
|
|
30700
30700
|
"line": {
|
|
30701
30701
|
"start": 418,
|
|
@@ -35195,7 +35195,7 @@
|
|
|
35195
35195
|
"context": {
|
|
35196
35196
|
"type": "variable",
|
|
35197
35197
|
"name": "kendo-skeleton-item-bg",
|
|
35198
|
-
"value": "if($kendo-enable-color-system,
|
|
35198
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 20%, transparent), rgba( $kendo-color-inverse, .2 ))",
|
|
35199
35199
|
"scope": "default",
|
|
35200
35200
|
"line": {
|
|
35201
35201
|
"start": 20,
|
|
@@ -35920,7 +35920,7 @@
|
|
|
35920
35920
|
"context": {
|
|
35921
35921
|
"type": "variable",
|
|
35922
35922
|
"name": "kendo-slider-draghandle-focus-shadow",
|
|
35923
|
-
"value": "0 0 4px 0 if($kendo-enable-color-system,
|
|
35923
|
+
"value": "0 0 4px 0 if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 75%, transparent), rgba( $kendo-slider-draghandle-border, .75 ))",
|
|
35924
35924
|
"scope": "default",
|
|
35925
35925
|
"line": {
|
|
35926
35926
|
"start": 96,
|
|
@@ -37498,7 +37498,7 @@
|
|
|
37498
37498
|
"context": {
|
|
37499
37499
|
"type": "variable",
|
|
37500
37500
|
"name": "kendo-spreadsheet-selection-bg",
|
|
37501
|
-
"value": "if($kendo-enable-color-system,
|
|
37501
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 ))",
|
|
37502
37502
|
"scope": "default",
|
|
37503
37503
|
"line": {
|
|
37504
37504
|
"start": 97,
|
|
@@ -37673,7 +37673,7 @@
|
|
|
37673
37673
|
"context": {
|
|
37674
37674
|
"type": "variable",
|
|
37675
37675
|
"name": "kendo-spreadsheet-partial-selection-bg",
|
|
37676
|
-
"value": "if($kendo-enable-color-system,
|
|
37676
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 ))",
|
|
37677
37677
|
"scope": "default",
|
|
37678
37678
|
"line": {
|
|
37679
37679
|
"start": 120,
|
|
@@ -37748,7 +37748,7 @@
|
|
|
37748
37748
|
"context": {
|
|
37749
37749
|
"type": "variable",
|
|
37750
37750
|
"name": "kendo-spreadsheet-auto-fill-bg",
|
|
37751
|
-
"value": "if($kendo-enable-color-system,
|
|
37751
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 ))",
|
|
37752
37752
|
"scope": "default",
|
|
37753
37753
|
"line": {
|
|
37754
37754
|
"start": 131,
|
|
@@ -38748,7 +38748,7 @@
|
|
|
38748
38748
|
"context": {
|
|
38749
38749
|
"type": "variable",
|
|
38750
38750
|
"name": "kendo-spreadsheet-drawing-anchor-bg",
|
|
38751
|
-
"value": "if($kendo-enable-color-system,
|
|
38751
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 ))",
|
|
38752
38752
|
"scope": "default",
|
|
38753
38753
|
"line": {
|
|
38754
38754
|
"start": 261,
|
|
@@ -39573,7 +39573,7 @@
|
|
|
39573
39573
|
"context": {
|
|
39574
39574
|
"type": "variable",
|
|
39575
39575
|
"name": "kendo-stepper-indicator-disabled-text",
|
|
39576
|
-
"value": "if($kendo-enable-color-system,
|
|
39576
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)",
|
|
39577
39577
|
"scope": "default",
|
|
39578
39578
|
"line": {
|
|
39579
39579
|
"start": 106,
|
|
@@ -39773,7 +39773,7 @@
|
|
|
39773
39773
|
"context": {
|
|
39774
39774
|
"type": "variable",
|
|
39775
39775
|
"name": "kendo-stepper-indicator-done-disabled-bg",
|
|
39776
|
-
"value": "if($kendo-enable-color-system,
|
|
39776
|
+
"value": "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% ))",
|
|
39777
39777
|
"scope": "default",
|
|
39778
39778
|
"line": {
|
|
39779
39779
|
"start": 133,
|
|
@@ -40173,7 +40173,7 @@
|
|
|
40173
40173
|
"context": {
|
|
40174
40174
|
"type": "variable",
|
|
40175
40175
|
"name": "kendo-stepper-label-disabled-text",
|
|
40176
|
-
"value": "if($kendo-enable-color-system,
|
|
40176
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)",
|
|
40177
40177
|
"scope": "default",
|
|
40178
40178
|
"line": {
|
|
40179
40179
|
"start": 185,
|
|
@@ -40948,7 +40948,7 @@
|
|
|
40948
40948
|
"context": {
|
|
40949
40949
|
"type": "variable",
|
|
40950
40950
|
"name": "kendo-switch-off-track-focus-ring",
|
|
40951
|
-
"value": "0 0 3px 1px
|
|
40951
|
+
"value": "0 0 3px 1px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 25%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .25 ))",
|
|
40952
40952
|
"scope": "default",
|
|
40953
40953
|
"line": {
|
|
40954
40954
|
"start": 71,
|
|
@@ -41573,7 +41573,7 @@
|
|
|
41573
41573
|
"context": {
|
|
41574
41574
|
"type": "variable",
|
|
41575
41575
|
"name": "kendo-switch-on-track-focus-ring",
|
|
41576
|
-
"value": "0 0 3px 1px
|
|
41576
|
+
"value": "0 0 3px 1px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 25%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .25 ))",
|
|
41577
41577
|
"scope": "default",
|
|
41578
41578
|
"line": {
|
|
41579
41579
|
"start": 153,
|
|
@@ -42423,7 +42423,7 @@
|
|
|
42423
42423
|
"context": {
|
|
42424
42424
|
"type": "variable",
|
|
42425
42425
|
"name": "kendo-table-alt-row-bg",
|
|
42426
|
-
"value": "if($kendo-enable-color-system,
|
|
42426
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 5%, transparent), k-try-shade( $kendo-table-bg, .5 ))",
|
|
42427
42427
|
"scope": "default",
|
|
42428
42428
|
"line": {
|
|
42429
42429
|
"start": 114,
|
|
@@ -42498,7 +42498,7 @@
|
|
|
42498
42498
|
"context": {
|
|
42499
42499
|
"type": "variable",
|
|
42500
42500
|
"name": "kendo-table-hover-bg",
|
|
42501
|
-
"value": "if($kendo-enable-color-system,
|
|
42501
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 11%, transparent), k-try-shade( $kendo-table-bg, 1 ))",
|
|
42502
42502
|
"scope": "default",
|
|
42503
42503
|
"line": {
|
|
42504
42504
|
"start": 125,
|
|
@@ -42673,7 +42673,7 @@
|
|
|
42673
42673
|
"context": {
|
|
42674
42674
|
"type": "variable",
|
|
42675
42675
|
"name": "kendo-table-selected-bg",
|
|
42676
|
-
"value": "if($kendo-enable-color-system,
|
|
42676
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 ))",
|
|
42677
42677
|
"scope": "default",
|
|
42678
42678
|
"line": {
|
|
42679
42679
|
"start": 150,
|
|
@@ -45798,7 +45798,7 @@
|
|
|
45798
45798
|
"context": {
|
|
45799
45799
|
"type": "variable",
|
|
45800
45800
|
"name": "kendo-timeline-track-arrow-disabled-bg",
|
|
45801
|
-
"value": "if($kendo-enable-color-system,
|
|
45801
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( base ) 60%, transparent), k-true-mix( $kendo-button-bg, $kendo-body-bg, 65% ))",
|
|
45802
45802
|
"scope": "default",
|
|
45803
45803
|
"line": {
|
|
45804
45804
|
"start": 39,
|
|
@@ -45823,7 +45823,7 @@
|
|
|
45823
45823
|
"context": {
|
|
45824
45824
|
"type": "variable",
|
|
45825
45825
|
"name": "kendo-timeline-track-arrow-disabled-text",
|
|
45826
|
-
"value": "if($kendo-enable-color-system,
|
|
45826
|
+
"value": "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% ))",
|
|
45827
45827
|
"scope": "default",
|
|
45828
45828
|
"line": {
|
|
45829
45829
|
"start": 42,
|
|
@@ -45848,7 +45848,7 @@
|
|
|
45848
45848
|
"context": {
|
|
45849
45849
|
"type": "variable",
|
|
45850
45850
|
"name": "kendo-timeline-track-arrow-disabled-border",
|
|
45851
|
-
"value": "if($kendo-enable-color-system,
|
|
45851
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 15%, transparent), k-true-mix( #000000, $kendo-body-bg, 4.8% ))",
|
|
45852
45852
|
"scope": "default",
|
|
45853
45853
|
"line": {
|
|
45854
45854
|
"start": 45,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "7.2.1-dev.
|
|
4
|
+
"version": "7.2.1-dev.8",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "7.2.1-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "7.2.1-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "7.2.1-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "7.2.1-dev.8",
|
|
57
|
+
"@progress/kendo-theme-default": "7.2.1-dev.8",
|
|
58
|
+
"@progress/kendo-theme-utils": "7.2.1-dev.8"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "2a05ecc1e125b0899a93c9af54574731c8dd75d0"
|
|
65
65
|
}
|
|
@@ -186,7 +186,7 @@ $kendo-button-focus-border: null !default;
|
|
|
186
186
|
$kendo-button-focus-gradient: null !default;
|
|
187
187
|
/// The base shadow of the focused Button.
|
|
188
188
|
/// @group button
|
|
189
|
-
$kendo-button-focus-shadow: 0 0 4px 0 if($kendo-enable-color-system,
|
|
189
|
+
$kendo-button-focus-shadow: 0 0 4px 0 if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 75%, transparent), rgba( $kendo-button-border, .75 )) !default;
|
|
190
190
|
|
|
191
191
|
/// The base background of the disabled Button.
|
|
192
192
|
/// @group button
|
|
@@ -107,7 +107,7 @@ $kendo-checkbox-focus-shadow: 0 0 0 2px rgba( black, .06 ) !default;
|
|
|
107
107
|
$kendo-checkbox-focus-checked-border: null !default;
|
|
108
108
|
/// The box shadow of the focused and checked CheckBox.
|
|
109
109
|
/// @group checkbox
|
|
110
|
-
$kendo-checkbox-focus-checked-shadow: 0 0 0 2px if($kendo-enable-color-system,
|
|
110
|
+
$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;
|
|
111
111
|
|
|
112
112
|
/// The background color of the disabled CheckBox.
|
|
113
113
|
/// @group checkbox
|
|
@@ -115,7 +115,7 @@ $kendo-chip-solid-text: $kendo-button-text !default;
|
|
|
115
115
|
$kendo-chip-solid-border: $kendo-button-border !default;
|
|
116
116
|
/// The base shadow of the solid Chip.
|
|
117
117
|
/// @group chip
|
|
118
|
-
$kendo-chip-solid-shadow: 0 0 0 2px if($kendo-enable-color-system,
|
|
118
|
+
$kendo-chip-solid-shadow: 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 16%, transparent), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .16 ) )) !default;
|
|
119
119
|
/// The base gradient of the solid Chip.
|
|
120
120
|
/// @group chip
|
|
121
121
|
$kendo-chip-solid-gradient: $kendo-button-gradient !default;
|
|
@@ -152,7 +152,7 @@ $kendo-chip-outline-text: $kendo-chip-solid-text !default;
|
|
|
152
152
|
$kendo-chip-outline-border: $kendo-chip-outline-text !default;
|
|
153
153
|
/// The base shadow of the outline Chip.
|
|
154
154
|
/// @group chip
|
|
155
|
-
$kendo-chip-outline-shadow: 0 0 0 2px if($kendo-enable-color-system,
|
|
155
|
+
$kendo-chip-outline-shadow: 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 16%, transparent), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .16 ) )) !default;
|
|
156
156
|
|
|
157
157
|
/// The base background color of the hovered outline Chip.
|
|
158
158
|
/// @group chip
|
|
@@ -100,13 +100,13 @@ $kendo-chart-pane-title-font-weight: $kendo-font-weight-normal !default;
|
|
|
100
100
|
|
|
101
101
|
/// The color of the Chart grid lines (major).
|
|
102
102
|
/// @group charts
|
|
103
|
-
$kendo-chart-major-lines:
|
|
103
|
+
$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;
|
|
104
104
|
|
|
105
105
|
/// The color of the Chart grid lines (minor).
|
|
106
106
|
/// @group charts
|
|
107
|
-
$kendo-chart-minor-lines:
|
|
107
|
+
$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;
|
|
108
108
|
|
|
109
|
-
$kendo-chart-inactive: if($kendo-enable-color-system,
|
|
109
|
+
$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;
|
|
110
110
|
$kendo-chart-area-opacity: .6 !default;
|
|
111
111
|
$kendo-chart-area-inactive-opacity: .1 !default;
|
|
112
112
|
$kendo-chart-line-inactive-opacity: .1 !default;
|
|
@@ -117,20 +117,20 @@ $kendo-chart-bg: $kendo-component-bg !default;
|
|
|
117
117
|
$kendo-chart-text: $kendo-component-text !default;
|
|
118
118
|
$kendo-chart-border: $kendo-component-border !default;
|
|
119
119
|
|
|
120
|
-
$kendo-chart-crosshair-background:
|
|
120
|
+
$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;
|
|
121
121
|
$kendo-chart-crosshair-shared-tooltip-color: $kendo-chart-text !default;
|
|
122
122
|
$kendo-chart-crosshair-shared-tooltip-background: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-chart-bg, 1 )) !default;
|
|
123
|
-
$kendo-chart-crosshair-shared-tooltip-border:
|
|
123
|
+
$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;
|
|
124
124
|
|
|
125
|
-
$kendo-chart-notes-background:
|
|
126
|
-
$kendo-chart-notes-border:
|
|
127
|
-
$kendo-chart-notes-lines:
|
|
125
|
+
$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;
|
|
126
|
+
$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;
|
|
127
|
+
$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;
|
|
128
128
|
|
|
129
|
-
$kendo-chart-error-bars-background:
|
|
129
|
+
$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;
|
|
130
130
|
|
|
131
131
|
$kendo-chart-selection-handle-size: 22px !default;
|
|
132
|
-
$kendo-chart-selection-border-color:
|
|
133
|
-
$kendo-chart-selection-shadow: inset 0 1px 7px
|
|
132
|
+
$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;
|
|
133
|
+
$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;
|
|
134
134
|
|
|
135
135
|
|
|
136
136
|
// TreeMap
|
|
@@ -107,7 +107,7 @@ $kendo-dock-manager-dock-preview-border-style: dashed !default;
|
|
|
107
107
|
$kendo-dock-manager-dock-preview-border-radius: $kendo-border-radius-sm !default;
|
|
108
108
|
/// The background color of the dropping area in the DockManager component.
|
|
109
109
|
/// @group dock-manager
|
|
110
|
-
$kendo-dock-manager-dock-preview-bg: if($kendo-enable-color-system,
|
|
110
|
+
$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;
|
|
111
111
|
/// The border color of the dropping area in the DockManager component.
|
|
112
112
|
/// @group dock-manager
|
|
113
113
|
$kendo-dock-manager-dock-preview-border: $kendo-color-primary !default;
|
|
@@ -12,7 +12,7 @@ $kendo-gantt-treelist-bg: null !default;
|
|
|
12
12
|
$kendo-gantt-treelist-text: null !default;
|
|
13
13
|
$kendo-gantt-treelist-border: null !default;
|
|
14
14
|
|
|
15
|
-
$kendo-gantt-nonwork-bg: if($kendo-enable-color-system,
|
|
15
|
+
$kendo-gantt-nonwork-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 3%, transparent), rgba( k-contrast-color( $kendo-gantt-bg ), .025 )) !default;
|
|
16
16
|
$kendo-gantt-nonwork-text: null !default;
|
|
17
17
|
$kendo-gantt-nonwork-border: null !default;
|
|
18
18
|
|
|
@@ -227,7 +227,7 @@ $kendo-grid-selection-aggregates-line-height: $kendo-grid-line-height !default;
|
|
|
227
227
|
$kendo-grid-selection-aggregates-font-weight: $kendo-font-weight-bold !default;
|
|
228
228
|
|
|
229
229
|
$kendo-grid-sorted-icon-spacing: calc( #{$kendo-padding-md-x} - 1px ) !default;
|
|
230
|
-
$kendo-grid-sorted-bg: if($kendo-enable-color-system,
|
|
230
|
+
$kendo-grid-sorted-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 3%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .02 )) !default;
|
|
231
231
|
$kendo-grid-sorting-indicator-text: $kendo-color-primary !default;
|
|
232
232
|
$kendo-grid-sorting-index-font-size: $kendo-font-size-sm !default;
|
|
233
233
|
$kendo-grid-sorting-index-height: $kendo-icon-size !default;
|
|
@@ -258,12 +258,12 @@ $kendo-grid-sticky-header-border: $kendo-grid-sticky-border !default;
|
|
|
258
258
|
$kendo-grid-sticky-footer-bg: $kendo-grid-header-bg !default;
|
|
259
259
|
$kendo-grid-sticky-footer-hover-bg: $kendo-grid-hover-bg !default;
|
|
260
260
|
|
|
261
|
-
$kendo-grid-sticky-selected-bg: if($kendo-enable-color-system,
|
|
262
|
-
$kendo-grid-sticky-selected-alt-bg: if($kendo-enable-color-system,
|
|
261
|
+
$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;
|
|
262
|
+
$kendo-grid-sticky-selected-alt-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), k-try-shade( $kendo-grid-sticky-selected-bg, .5 )) !default;
|
|
263
263
|
|
|
264
264
|
// Must be a solid color
|
|
265
265
|
$kendo-grid-sticky-hover-bg: if($kendo-enable-color-system, k-color( base-subtle-hover ), $kendo-grid-hover-bg) !default;
|
|
266
|
-
$kendo-grid-sticky-selected-hover-bg: if($kendo-enable-color-system,
|
|
266
|
+
$kendo-grid-sticky-selected-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), k-try-shade( $kendo-grid-sticky-selected-bg, 1 )) !default;
|
|
267
267
|
|
|
268
268
|
$kendo-grid-column-menu-width: 230px !default;
|
|
269
269
|
$kendo-grid-column-menu-max-width: 320px !default;
|
|
@@ -314,7 +314,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
314
314
|
|
|
315
315
|
/// Background color of the grid row resize indicator
|
|
316
316
|
/// @group grid
|
|
317
|
-
$kendo-grid-row-resizer-hover-bg: if($kendo-enable-color-system,
|
|
317
|
+
$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;
|
|
318
318
|
/// Active background color of the grid row resize indicator
|
|
319
319
|
/// @group grid
|
|
320
320
|
$kendo-grid-row-resizer-active-bg: $kendo-color-primary !default;
|