@progress/kendo-theme-bootstrap 10.6.0-dev.6 → 11.0.0-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3-dark.scss +1 -1
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-3.scss +1 -1
  6. package/dist/bootstrap-4-dark.css +1 -1
  7. package/dist/bootstrap-4-dark.scss +1 -1
  8. package/dist/bootstrap-4.css +1 -1
  9. package/dist/bootstrap-4.scss +1 -1
  10. package/dist/bootstrap-dataviz-v4.css +1 -1
  11. package/dist/bootstrap-dataviz-v4.scss +1 -1
  12. package/dist/bootstrap-main-dark.css +1 -1
  13. package/dist/bootstrap-main-dark.scss +1 -1
  14. package/dist/bootstrap-main.css +1 -1
  15. package/dist/bootstrap-main.scss +1 -5
  16. package/dist/bootstrap-nordic.css +1 -1
  17. package/dist/bootstrap-nordic.scss +1 -1
  18. package/dist/bootstrap-turquoise-dark.css +1 -1
  19. package/dist/bootstrap-turquoise-dark.scss +1 -1
  20. package/dist/bootstrap-turquoise.css +1 -1
  21. package/dist/bootstrap-turquoise.scss +1 -1
  22. package/dist/bootstrap-urban.css +1 -1
  23. package/dist/bootstrap-urban.scss +1 -1
  24. package/dist/bootstrap-vintage.css +1 -1
  25. package/dist/bootstrap-vintage.scss +1 -1
  26. package/dist/meta/sassdoc-data.json +1500 -3054
  27. package/dist/meta/sassdoc-raw-data.json +747 -1462
  28. package/dist/meta/variables.json +159 -326
  29. package/lib/swatches/bootstrap-3-dark.json +1 -179
  30. package/lib/swatches/bootstrap-3.json +1 -179
  31. package/lib/swatches/bootstrap-4-dark.json +1 -182
  32. package/lib/swatches/bootstrap-4.json +1 -182
  33. package/lib/swatches/bootstrap-dataviz-v4.json +1 -47
  34. package/lib/swatches/bootstrap-main-dark.json +1 -182
  35. package/lib/swatches/bootstrap-main.json +2 -184
  36. package/lib/swatches/bootstrap-nordic.json +1 -182
  37. package/lib/swatches/bootstrap-turquoise-dark.json +1 -182
  38. package/lib/swatches/bootstrap-turquoise.json +1 -182
  39. package/lib/swatches/bootstrap-urban.json +1 -182
  40. package/lib/swatches/bootstrap-vintage.json +1 -182
  41. package/package.json +4 -4
  42. package/scss/action-sheet/_variables.scss +8 -8
  43. package/scss/adaptive/_variables.scss +13 -13
  44. package/scss/appbar/_variables.scss +18 -5
  45. package/scss/avatar/_variables.scss +12 -1
  46. package/scss/badge/_variables.scss +14 -1
  47. package/scss/bottom-navigation/_variables.scss +17 -4
  48. package/scss/breadcrumb/_variables.scss +9 -9
  49. package/scss/button/_variables.scss +24 -15
  50. package/scss/calendar/_variables.scss +20 -20
  51. package/scss/captcha/_variables.scss +3 -3
  52. package/scss/card/_variables.scss +20 -7
  53. package/scss/chart-wizard/_variables.scss +4 -4
  54. package/scss/chat/_variables.scss +11 -11
  55. package/scss/checkbox/_variables.scss +8 -8
  56. package/scss/chip/_theme.scss +3 -3
  57. package/scss/chip/_variables.scss +7 -7
  58. package/scss/color-preview/_variables.scss +3 -3
  59. package/scss/coloreditor/_variables.scss +4 -4
  60. package/scss/colorgradient/_variables.scss +5 -5
  61. package/scss/core/_index.scss +8 -4
  62. package/scss/core/color-system/_swatch.scss +0 -2
  63. package/scss/dataviz/_variables.scss +61 -47
  64. package/scss/dialog/_variables.scss +3 -3
  65. package/scss/dock-manager/_variables.scss +8 -8
  66. package/scss/draggable/_variables.scss +4 -4
  67. package/scss/drawer/_variables.scss +10 -10
  68. package/scss/dropzone/_variables.scss +6 -6
  69. package/scss/editor/_variables.scss +11 -4
  70. package/scss/expansion-panel/_variables.scss +5 -5
  71. package/scss/fab/_theme.scss +21 -21
  72. package/scss/fab/_variables.scss +15 -4
  73. package/scss/filemanager/_variables.scss +5 -5
  74. package/scss/filter/_variables.scss +3 -3
  75. package/scss/forms/_variables.scss +2 -2
  76. package/scss/gantt/_variables.scss +28 -28
  77. package/scss/grid/_theme.scss +10 -20
  78. package/scss/grid/_variables.scss +12 -12
  79. package/scss/imageeditor/_variables.scss +4 -4
  80. package/scss/index.scss +3 -0
  81. package/scss/input/_variables.scss +16 -16
  82. package/scss/list/_variables.scss +9 -9
  83. package/scss/listbox/_variables.scss +3 -3
  84. package/scss/listgroup/_variables.scss +3 -3
  85. package/scss/listview/_variables.scss +5 -5
  86. package/scss/loader/_variables.scss +17 -3
  87. package/scss/map/_variables.scss +5 -5
  88. package/scss/marquee/_index.scss +16 -0
  89. package/scss/marquee/_layout.scss +6 -0
  90. package/scss/marquee/_theme.scss +6 -0
  91. package/scss/marquee/_variables.scss +11 -0
  92. package/scss/mediaplayer/_variables.scss +4 -4
  93. package/scss/menu/_variables.scss +9 -9
  94. package/scss/messagebox/_variables.scss +14 -1
  95. package/scss/no-data/_variables.scss +1 -1
  96. package/scss/notification/_functions.scss +3 -3
  97. package/scss/notification/_variables.scss +15 -4
  98. package/scss/orgchart/_variables.scss +8 -8
  99. package/scss/overlay/_variables.scss +13 -3
  100. package/scss/pager/_variables.scss +12 -12
  101. package/scss/panel/_variables.scss +3 -3
  102. package/scss/panelbar/_variables.scss +12 -12
  103. package/scss/pdf-viewer/_variables.scss +13 -13
  104. package/scss/pivotgrid/_variables.scss +22 -22
  105. package/scss/popup/_variables.scss +3 -3
  106. package/scss/progressbar/_variables.scss +6 -6
  107. package/scss/prompt/_variables.scss +12 -12
  108. package/scss/rating/_variables.scss +4 -4
  109. package/scss/scheduler/_variables.scss +17 -14
  110. package/scss/scrollview/_variables.scss +5 -5
  111. package/scss/signature/_variables.scss +1 -1
  112. package/scss/skeleton/_variables.scss +1 -1
  113. package/scss/slider/_variables.scss +12 -12
  114. package/scss/splitter/_variables.scss +8 -8
  115. package/scss/spreadsheet/_variables.scss +25 -25
  116. package/scss/stepper/_variables.scss +15 -15
  117. package/scss/switch/_variables.scss +10 -10
  118. package/scss/table/_variables.scss +10 -10
  119. package/scss/tabstrip/_variables.scss +14 -14
  120. package/scss/taskboard/_variables.scss +15 -15
  121. package/scss/tilelayout/_variables.scss +2 -2
  122. package/scss/timeline/_variables.scss +7 -7
  123. package/scss/timeselector/_variables.scss +12 -8
  124. package/scss/toolbar/_variables.scss +8 -8
  125. package/scss/tooltip/_functions.scss +1 -1
  126. package/scss/tooltip/_variables.scss +14 -3
  127. package/scss/treeview/_variables.scss +9 -9
  128. package/scss/typography/_variables.scss +3 -3
  129. package/scss/upload/_variables.scss +13 -13
  130. package/scss/window/_variables.scss +8 -7
  131. package/scss/core/color-system/_swatch-legacy.scss +0 -274
@@ -36,13 +36,13 @@ $kendo-color-gradient-font-size: var( --kendo-font-size, inherit ) !default;
36
36
  $kendo-color-gradient-line-height: var( --kendo-line-height, normal ) !default;
37
37
  /// The text color of the ColorGradient.
38
38
  /// @group color-gradient
39
- $kendo-color-gradient-text: $kendo-component-text !default;
39
+ $kendo-color-gradient-text: k-color(on-app-surface) !default;
40
40
  /// The background color of the ColorGradient.
41
41
  /// @group color-gradient
42
- $kendo-color-gradient-bg: $kendo-component-bg !default;
42
+ $kendo-color-gradient-bg: k-color(app-surface) !default;
43
43
  /// The border color of the ColorGradient.
44
44
  /// @group color-gradient
45
- $kendo-color-gradient-border: $kendo-component-border !default;
45
+ $kendo-color-gradient-border: k-color(border) !default;
46
46
 
47
47
  /// The vertical padding of the small ColorGradient.
48
48
  /// @group color-gradient
@@ -85,7 +85,7 @@ $kendo-color-gradient-lg-gap: k-spacing(4.5) !default;
85
85
 
86
86
  /// The border color of the focused ColorGradient.
87
87
  /// @group color-gradient
88
- $kendo-color-gradient-focus-border: $kendo-hover-border !default;
88
+ $kendo-color-gradient-focus-border: k-color(border) !default;
89
89
  /// The box shadow of the focused ColorGradient.
90
90
  /// @group color-gradient
91
91
  $kendo-color-gradient-focus-shadow: none !default;
@@ -200,7 +200,7 @@ $kendo-color-gradient-input-gap: calc( #{$kendo-color-gradient-spacer} / 2 ) !de
200
200
  $kendo-color-gradient-input-label-gap: k-spacing(1) !default;
201
201
  /// The text color of the ColorGradient input labels.
202
202
  /// @group color-gradient
203
- $kendo-color-gradient-input-label-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
203
+ $kendo-color-gradient-input-label-text: k-color(subtle) !default;
204
204
 
205
205
  /// The width of the small ColorGradient input.
206
206
  /// @group color-gradient
@@ -17,8 +17,6 @@
17
17
 
18
18
  // Variables
19
19
  @forward "@progress/kendo-theme-core/scss/index.scss" with (
20
- // Color System Switch
21
- $kendo-enable-color-system: $kendo-enable-color-system !default,
22
20
  // Color System
23
21
  $_default-colors: $kendo-colors,
24
22
  $kendo-colors: $kendo-colors !default,
@@ -48,5 +46,11 @@
48
46
  $kendo-spacing: $kendo-spacing !default,
49
47
  );
50
48
 
51
- // Backward compatibility
52
- @forward "./color-system/_swatch-legacy.scss";
49
+ // Global disabled styles
50
+ :root {
51
+ --kendo-disabled-text: unset;
52
+ --kendo-disabled-bg: unset;
53
+ --kendo-disabled-border: unset;
54
+ --kendo-disabled-opacity: .65;
55
+ --kendo-disabled-filter: grayscale(.1);
56
+ }
@@ -1,8 +1,6 @@
1
1
  @use "sass:map";
2
2
  @use "./_palettes.scss" as *;
3
3
 
4
- // Config
5
- $kendo-enable-color-system: true !default;
6
4
  // Colors
7
5
  $_default-colors: (
8
6
  // Misc
@@ -6,51 +6,51 @@
6
6
 
7
7
  /// The first base series color and its light and dark shades.
8
8
  /// @group charts
9
- $kendo-series-a: if($kendo-enable-color-system, k-color( series-a ), $kendo-color-primary) !default;
10
- $kendo-series-a-dark: if($kendo-enable-color-system, k-color( series-a-bold ), color.mix( black, $kendo-series-a, 25% )) !default;
11
- $kendo-series-a-darker: if($kendo-enable-color-system, k-color( series-a-bolder ), color.mix( black, $kendo-series-a, 50% )) !default;
12
- $kendo-series-a-light: if($kendo-enable-color-system, k-color( series-a-subtle ), color.mix( white, $kendo-series-a, 25% )) !default;
13
- $kendo-series-a-lighter: if($kendo-enable-color-system, k-color( series-a-subtler ), color.mix( white, $kendo-series-a, 50% )) !default;
9
+ $kendo-series-a: k-color(series-a)!default;
10
+ $kendo-series-a-dark: k-color(series-a-bold)!default;
11
+ $kendo-series-a-darker: k-color(series-a-bolder) !default;
12
+ $kendo-series-a-light: k-color(series-a-subtle) !default;
13
+ $kendo-series-a-lighter: k-color(series-a-subtler) !default;
14
14
 
15
15
  /// The second base series color and its light and dark shades.
16
16
  /// @group charts
17
- $kendo-series-b: if($kendo-enable-color-system, k-color( series-b ), $kendo-color-tertiary) !default;
18
- $kendo-series-b-dark: if($kendo-enable-color-system, k-color( series-b-bold ), color.mix( black, $kendo-series-b, 25% )) !default;
19
- $kendo-series-b-darker: if($kendo-enable-color-system, k-color( series-b-bolder ), color.mix( black, $kendo-series-b, 50% )) !default;
20
- $kendo-series-b-light: if($kendo-enable-color-system, k-color( series-b-subtle ), color.mix( white, $kendo-series-b, 25% )) !default;
21
- $kendo-series-b-lighter: if($kendo-enable-color-system, k-color( series-b-subtler ), color.mix( white, $kendo-series-b, 50% )) !default;
17
+ $kendo-series-b: k-color(series-b) !default;
18
+ $kendo-series-b-dark: k-color(series-b-bold) !default;
19
+ $kendo-series-b-darker: k-color(series-b-bolder) !default;
20
+ $kendo-series-b-light: k-color(series-b-subtle) !default;
21
+ $kendo-series-b-lighter: k-color(series-b-subtler) !default;
22
22
 
23
23
  /// The third base series color and its light and dark shades.
24
24
  /// @group charts
25
- $kendo-series-c: if($kendo-enable-color-system, k-color( series-c ), #20c997) !default;
26
- $kendo-series-c-dark: if($kendo-enable-color-system, k-color( series-c-bold ), color.mix( black, $kendo-series-c, 25% )) !default;
27
- $kendo-series-c-darker: if($kendo-enable-color-system, k-color( series-c-bolder ), color.mix( black, $kendo-series-c, 50% )) !default;
28
- $kendo-series-c-light: if($kendo-enable-color-system, k-color( series-c-subtle ), color.mix( white, $kendo-series-c, 25% )) !default;
29
- $kendo-series-c-lighter: if($kendo-enable-color-system, k-color( series-c-subtler ), color.mix( white, $kendo-series-c, 50% )) !default;
25
+ $kendo-series-c: k-color(series-c) !default;
26
+ $kendo-series-c-dark: k-color(series-c-bold) !default;
27
+ $kendo-series-c-darker: k-color(series-c-bolder) !default;
28
+ $kendo-series-c-light: k-color(series-c-subtle) !default;
29
+ $kendo-series-c-lighter: k-color(series-c-subtler) !default;
30
30
 
31
31
  /// The fourth base series color and its light and dark shades.
32
32
  /// @group charts
33
- $kendo-series-d: if($kendo-enable-color-system, k-color( series-d ), $kendo-color-success) !default;
34
- $kendo-series-d-dark: if($kendo-enable-color-system, k-color( series-d-bold ), color.mix( black, $kendo-series-d, 25% )) !default;
35
- $kendo-series-d-darker: if($kendo-enable-color-system, k-color( series-d-bolder ), color.mix( black, $kendo-series-d, 50% )) !default;
36
- $kendo-series-d-light: if($kendo-enable-color-system, k-color( series-d-subtle ), color.mix( white, $kendo-series-d, 25% )) !default;
37
- $kendo-series-d-lighter: if($kendo-enable-color-system, k-color( series-d-subtler ), color.mix( white, $kendo-series-d, 50% )) !default;
33
+ $kendo-series-d: k-color(series-d) !default;
34
+ $kendo-series-d-dark: k-color(series-d-bold) !default;
35
+ $kendo-series-d-darker: k-color(series-d-bolder) !default;
36
+ $kendo-series-d-light: k-color(series-d-subtle) !default;
37
+ $kendo-series-d-lighter: k-color(series-d-subtler) !default;
38
38
 
39
39
  /// The fifth base series color and its light and dark shades.
40
40
  /// @group charts
41
- $kendo-series-e: if($kendo-enable-color-system, k-color( series-e ), $kendo-color-warning) !default;
42
- $kendo-series-e-dark: if($kendo-enable-color-system, k-color( series-e-bold ), color.mix( black, $kendo-series-e, 25% )) !default;
43
- $kendo-series-e-darker: if($kendo-enable-color-system, k-color( series-e-bolder ), color.mix( black, $kendo-series-e, 50% )) !default;
44
- $kendo-series-e-light: if($kendo-enable-color-system, k-color( series-e-subtle ), color.mix( white, $kendo-series-e, 25% )) !default;
45
- $kendo-series-e-lighter: if($kendo-enable-color-system, k-color( series-e-subtler ), color.mix( white, $kendo-series-e, 50% )) !default;
41
+ $kendo-series-e: k-color(series-e) !default;
42
+ $kendo-series-e-dark: k-color(series-e-bold) !default;
43
+ $kendo-series-e-darker: k-color(series-e-bolder) !default;
44
+ $kendo-series-e-light: k-color(series-e-subtle) !default;
45
+ $kendo-series-e-lighter: k-color(series-e-subtler) !default;
46
46
 
47
47
  /// The sixth base series color and its light and dark shades.
48
48
  /// @group charts
49
- $kendo-series-f: if($kendo-enable-color-system, k-color( series-f ), $kendo-color-error) !default;
50
- $kendo-series-f-dark: if($kendo-enable-color-system, k-color( series-f-bold ), color.mix( black, $kendo-series-f, 25% )) !default;
51
- $kendo-series-f-darker: if($kendo-enable-color-system, k-color( series-f-bolder ), color.mix( black, $kendo-series-f, 50% )) !default;
52
- $kendo-series-f-light: if($kendo-enable-color-system, k-color( series-f-subtle ), color.mix( white, $kendo-series-f, 25% )) !default;
53
- $kendo-series-f-lighter: if($kendo-enable-color-system, k-color( series-f-subtler ), color.mix( white, $kendo-series-f, 50% )) !default;
49
+ $kendo-series-f: k-color(series-f) !default;
50
+ $kendo-series-f-dark: k-color(series-f-bold) !default;
51
+ $kendo-series-f-darker: k-color(series-f-bolder) !default;
52
+ $kendo-series-f-light: k-color(series-f-subtle) !default;
53
+ $kendo-series-f-lighter: k-color(series-f-subtler) !default;
54
54
 
55
55
  /// The series colors in order:
56
56
  /// base, light, dark, lighter, darker
@@ -98,13 +98,13 @@ $kendo-chart-pane-title-font-weight: var( --kendo-font-weight-normal, normal ) !
98
98
 
99
99
  /// The color of the Chart grid lines (major).
100
100
  /// @group charts
101
- $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;
101
+ $kendo-chart-major-lines: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
102
102
 
103
103
  /// The color of the Chart grid lines (minor).
104
104
  /// @group charts
105
- $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;
105
+ $kendo-chart-minor-lines: color-mix(in srgb, k-color(on-app-surface) 4%, transparent) !default;
106
106
 
107
- $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;
107
+ $kendo-chart-inactive: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
108
108
  $kendo-chart-area-opacity: .6 !default;
109
109
  $kendo-chart-area-inactive-opacity: .1 !default;
110
110
  $kendo-chart-line-inactive-opacity: .3 !default;
@@ -114,24 +114,24 @@ $kendo-chart-tooltip-padding-y: k-spacing(1) !default;
114
114
 
115
115
  $kendo-chart-tooltip-transition: left 300ms cubic-bezier(0, .33, .19, 1), top 300ms cubic-bezier(0, .33, .19, 1) !default;
116
116
 
117
- $kendo-chart-bg: $kendo-component-bg !default;
118
- $kendo-chart-text: $kendo-component-text !default;
119
- $kendo-chart-border: $kendo-component-border !default;
117
+ $kendo-chart-bg: k-color(app-surface) !default;
118
+ $kendo-chart-text: k-color(on-app-surface) !default;
119
+ $kendo-chart-border: k-color(border) !default;
120
120
 
121
- $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
+ $kendo-chart-crosshair-background: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
122
122
  $kendo-chart-crosshair-shared-tooltip-color: $kendo-chart-text !default;
123
- $kendo-chart-crosshair-shared-tooltip-background: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-chart-bg, 1 )) !default;
124
- $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;
123
+ $kendo-chart-crosshair-shared-tooltip-background: k-color(base-subtle) !default;
124
+ $kendo-chart-crosshair-shared-tooltip-border: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
125
125
 
126
- $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;
127
- $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;
128
- $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;
126
+ $kendo-chart-notes-background: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
127
+ $kendo-chart-notes-border: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
128
+ $kendo-chart-notes-lines: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
129
129
 
130
- $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
+ $kendo-chart-error-bars-background: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
131
131
 
132
132
  $kendo-chart-selection-handle-size: 22px !default;
133
- $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;
134
- $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;
133
+ $kendo-chart-selection-border-color: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
134
+ $kendo-chart-selection-shadow: inset 0 1px 7px color-mix(in srgb, k-color(on-app-surface) 15%, transparent) !default;
135
135
 
136
136
  $kendo-chart-computed-title-height: 0px !default;
137
137
 
@@ -143,8 +143,16 @@ $kendo-treemap-line-height: var( --kendo-line-height, normal ) !default;
143
143
  $kendo-treemap-padding-x: k-spacing(2) !default;
144
144
  $kendo-treemap-padding-y: k-spacing(1) !default;
145
145
 
146
+ $kendo-treemap-text: k-color(on-app-surface) !default;
147
+ $kendo-treemap-bg: k-color(surface-alt) !default;
148
+ $kendo-treemap-border: k-color(border) !default;
149
+
150
+ $kendo-treemap-title-text: k-color(on-app-surface) !default;
151
+ $kendo-treemap-title-bg: k-color(surface) !default;
152
+ $kendo-treemap-title-border: k-color(border) !default;
153
+
146
154
  // Chart Overlay
147
- $kendo-chart-overlay-bg: $kendo-base-bg !default;
155
+ $kendo-chart-overlay-bg: k-color(surface) !default;
148
156
 
149
157
  // No Data
150
158
  $kendo-chart-no-data-font-size: var( --kendo-font-size-lg, inherit ) !default;
@@ -254,5 +262,11 @@ $kendo-chart-no-data-padding-y: k-spacing( 25 ) !default;
254
262
  $kendo-chart-overlay-bg: $kendo-chart-overlay-bg,
255
263
  $kendo-chart-no-data-font-size: $kendo-chart-no-data-font-size,
256
264
  $kendo-chart-no-data-font-weight: $kendo-chart-no-data-font-weight,
257
- $kendo-chart-no-data-padding-y: $kendo-chart-no-data-padding-y
265
+ $kendo-chart-no-data-padding-y: $kendo-chart-no-data-padding-y,
266
+ $kendo-treemap-text: $kendo-treemap-text,
267
+ $kendo-treemap-bg: $kendo-treemap-bg,
268
+ $kendo-treemap-border: $kendo-treemap-border,
269
+ $kendo-treemap-title-text: $kendo-treemap-title-text,
270
+ $kendo-treemap-title-bg: $kendo-treemap-title-bg,
271
+ $kendo-treemap-title-border: $kendo-treemap-title-border
258
272
  );
@@ -30,9 +30,9 @@ $kendo-dialog-button-spacing: $kendo-actions-button-spacing !default;
30
30
  /// The theme colors map for the Dialog.
31
31
  /// @group dialog
32
32
  $kendo-dialog-theme-colors: (
33
- "primary": map.get($kendo-theme-colors, "primary"),
34
- "light": map.get($kendo-theme-colors, "light"),
35
- "dark": map.get($kendo-theme-colors, "dark")
33
+ "primary": k-color(primary),
34
+ "light": k-color(light),
35
+ "dark": k-color(dark)
36
36
  ) !default;
37
37
 
38
38
 
@@ -10,7 +10,7 @@ $kendo-dock-manager-border-width: 1px !default;
10
10
  $kendo-dock-manager-border-style: solid !default;
11
11
  /// The color of the border around the DockManager component.
12
12
  /// @group dock-manager
13
- $kendo-dock-manager-border: $kendo-base-border !default;
13
+ $kendo-dock-manager-border: k-color(border) !default;
14
14
 
15
15
  /// The vertical padding of the pane header in the DockManager component.
16
16
  /// @group dock-manager
@@ -26,7 +26,7 @@ $kendo-dock-manager-pane-header-border-width: $kendo-dock-manager-border-width !
26
26
  $kendo-dock-manager-pane-header-border-style: solid !default;
27
27
  /// The background color of the pane header in the DockManager component.
28
28
  /// @group dock-manager
29
- $kendo-dock-manager-pane-header-bg: $kendo-component-bg !default;
29
+ $kendo-dock-manager-pane-header-bg: k-color(app-surface) !default;
30
30
 
31
31
  /// The vertical padding of the pane title in the DockManager component.
32
32
  /// @group dock-manager
@@ -66,7 +66,7 @@ $kendo-dock-manager-tabbed-pane-padding-x: $kendo-dock-manager-pane-content-padd
66
66
  $kendo-dock-manager-unpinned-container-width: 300px !default;
67
67
  /// The background-color of the unpinned pane container in the DockManager component.
68
68
  /// @group dock-manager
69
- $kendo-dock-manager-unpinned-container-bg: $kendo-component-bg !default;
69
+ $kendo-dock-manager-unpinned-container-bg: k-color(app-surface) !default;
70
70
  /// The box shadow of the unpinned pane container in the DockManager component.
71
71
  /// @group dock-manager
72
72
  $kendo-dock-manager-unpinned-container-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) !default;
@@ -76,10 +76,10 @@ $kendo-dock-manager-unpinned-container-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.0
76
76
  $kendo-dock-indicator-padding: k-spacing(1.5) !default;
77
77
  /// The background color of the dock indicator in the DockManager component.
78
78
  /// @group dock-manager
79
- $kendo-dock-indicator-bg: $kendo-component-bg !default;
79
+ $kendo-dock-indicator-bg: k-color(app-surface) !default;
80
80
  /// The text color of the dock indicator in the DockManager component.
81
81
  /// @group dock-manager
82
- $kendo-dock-indicator-text: $kendo-color-primary !default;
82
+ $kendo-dock-indicator-text: k-color(primary) !default;
83
83
  /// The outline width of the dock indicator in the DockManager component.
84
84
  /// @group dock-manager
85
85
  $kendo-dock-indicator-outline-width: 1px !default;
@@ -95,7 +95,7 @@ $kendo-dock-indicator-shadow: drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) dr
95
95
 
96
96
  /// The background color of the hovered dock indicator in the DockManager component.
97
97
  /// @group dock-manager
98
- $kendo-dock-indicator-hover-bg: $kendo-color-primary !default;
98
+ $kendo-dock-indicator-hover-bg: k-color(primary) !default;
99
99
  /// The text color of the hovered dock indicator in the DockManager component.
100
100
  /// @group dock-manager
101
101
  $kendo-dock-indicator-hover-text: $kendo-color-white !default;
@@ -111,10 +111,10 @@ $kendo-dock-manager-dock-preview-border-style: dashed !default;
111
111
  $kendo-dock-manager-dock-preview-border-radius: k-border-radius(sm) !default;
112
112
  /// The background color of the dropping area in the DockManager component.
113
113
  /// @group dock-manager
114
- $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;
114
+ $kendo-dock-manager-dock-preview-bg: color-mix(in srgb, k-color(primary) 16%, transparent) !default;
115
115
  /// The border color of the dropping area in the DockManager component.
116
116
  /// @group dock-manager
117
- $kendo-dock-manager-dock-preview-border: $kendo-color-primary !default;
117
+ $kendo-dock-manager-dock-preview-border: k-color(primary) !default;
118
118
 
119
119
 
120
120
  @forward "@progress/kendo-theme-core/scss/components/dock-manager/_variables.scss" with (
@@ -11,9 +11,9 @@ $kendo-drag-hint-font-size: var( --kendo-font-size, inherit ) !default;
11
11
  $kendo-drag-hint-font-family: var( --kendo-font-family, inherit )!default;
12
12
  $kendo-drag-hint-line-height: var( --kendo-line-height, normal ) !default;
13
13
 
14
- $kendo-drag-hint-bg: $kendo-selected-bg !default;
15
- $kendo-drag-hint-text: $kendo-selected-text !default;
16
- $kendo-drag-hint-border: $kendo-selected-border !default;
14
+ $kendo-drag-hint-bg: k-color(primary) !default;
15
+ $kendo-drag-hint-text: k-color(on-primary) !default;
16
+ $kendo-drag-hint-border: k-color(primary) !default;
17
17
  $kendo-drag-hint-gradient: null !default;
18
18
  $kendo-drag-hint-shadow: null !default;
19
19
 
@@ -28,7 +28,7 @@ $kendo-drop-hint-line-h-height: 1px !default;
28
28
  $kendo-drop-hint-line-v-width: $kendo-drop-hint-line-h-height !default;
29
29
  $kendo-drop-hint-line-v-height: $kendo-drop-hint-line-h-width !default;
30
30
 
31
- $kendo-drop-hint-bg: $kendo-color-primary !default;
31
+ $kendo-drop-hint-bg: k-color(primary) !default;
32
32
 
33
33
 
34
34
  @forward "@progress/kendo-theme-core/scss/components/draggable/_variables.scss" with (
@@ -6,13 +6,13 @@
6
6
 
7
7
  /// The background color of the Drawer.
8
8
  /// @group drawer
9
- $kendo-drawer-bg: $kendo-component-bg !default;
9
+ $kendo-drawer-bg: k-color(app-surface) !default;
10
10
  /// The text color of the Drawer.
11
11
  /// @group drawer
12
- $kendo-drawer-text: $kendo-component-text !default;
12
+ $kendo-drawer-text: k-color(on-app-surface) !default;
13
13
  /// The border color of the Drawer.
14
14
  /// @group drawer
15
- $kendo-drawer-border: $kendo-component-border !default;
15
+ $kendo-drawer-border: k-color(border) !default;
16
16
  /// The border width of the Drawer.
17
17
  /// @group drawer
18
18
  $kendo-drawer-border-width: 1px !default;
@@ -83,31 +83,31 @@ $kendo-drawer-mini-initial-width: calc( 2 * #{$kendo-drawer-item-padding-x} + #{
83
83
 
84
84
  /// The background color of the hovered Drawer item.
85
85
  /// @group drawer
86
- $kendo-drawer-hover-bg: $kendo-hover-bg !default;
86
+ $kendo-drawer-hover-bg: k-color(base-subtle-hover) !default;
87
87
  /// The text color of the hovered Drawer item.
88
88
  /// @group drawer
89
- $kendo-drawer-hover-text: $kendo-hover-text !default;
89
+ $kendo-drawer-hover-text: k-color(on-app-surface) !default;
90
90
 
91
91
  /// The background color of the focused Drawer item.
92
92
  /// @group drawer
93
- $kendo-drawer-focus-bg: $kendo-hover-bg !default;
93
+ $kendo-drawer-focus-bg: k-color(base-subtle-hover) !default;
94
94
  /// The box shadow of the focused Drawer item.
95
95
  /// @group drawer
96
96
  $kendo-drawer-focus-shadow: inset 0 0 0 2px rgba( black, .15 ) !default;
97
97
 
98
98
  /// The background color of the selected Drawer item.
99
99
  /// @group drawer
100
- $kendo-drawer-selected-bg: $kendo-selected-bg !default;
100
+ $kendo-drawer-selected-bg: k-color(primary) !default;
101
101
  /// The text color of the selected Drawer item.
102
102
  /// @group drawer
103
- $kendo-drawer-selected-text: $kendo-selected-text !default;
103
+ $kendo-drawer-selected-text: k-color(on-primary) !default;
104
104
 
105
105
  /// The background color of the selected and hovered Drawer item.
106
106
  /// @group drawer
107
- $kendo-drawer-selected-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-selected-bg, 1 )) !default;
107
+ $kendo-drawer-selected-hover-bg: k-color(primary-hover) !default;
108
108
  /// The text color of the selected and hovered Drawer item.
109
109
  /// @group drawer
110
- $kendo-drawer-selected-hover-text: $kendo-selected-text !default;
110
+ $kendo-drawer-selected-hover-text: k-color(on-primary) !default;
111
111
 
112
112
 
113
113
  @forward "@progress/kendo-theme-core/scss/components/drawer/_variables.scss" with (
@@ -29,23 +29,23 @@ $kendo-dropzone-line-height: var( --kendo-line-height, normal ) !default;
29
29
 
30
30
  /// The background color of the DropZone.
31
31
  /// @group dropzone
32
- $kendo-dropzone-bg: if($kendo-enable-color-system, k-color( surface ), if( k-is-light( $kendo-component-bg ), $kendo-color-light, $kendo-color-dark )) !default;
32
+ $kendo-dropzone-bg: k-color(surface) !default;
33
33
  /// The text color of the DropZone.
34
34
  /// @group dropzone
35
- $kendo-dropzone-text: $kendo-component-text !default;
35
+ $kendo-dropzone-text: k-color(on-app-surface) !default;
36
36
  /// The border color of the DropZone.
37
37
  /// @group dropzone
38
- $kendo-dropzone-border: $kendo-component-border !default;
38
+ $kendo-dropzone-border: k-color(border) !default;
39
39
 
40
40
  /// The spacing below the DropZone icon.
41
41
  /// @group dropzone
42
42
  $kendo-dropzone-icon-spacing: k-spacing(6) !default;
43
43
  /// The text color of the DropZone icon.
44
44
  /// @group dropzone
45
- $kendo-dropzone-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 8 )) !default;
45
+ $kendo-dropzone-icon-text: k-color(subtle) !default;
46
46
  /// The text color of the hovered DropZone icon.
47
47
  /// @group dropzone
48
- $kendo-dropzone-icon-hover-text: $kendo-color-primary !default;
48
+ $kendo-dropzone-icon-hover-text: k-color(primary) !default;
49
49
 
50
50
  /// The font size of the DropZone hint.
51
51
  /// @group dropzone
@@ -65,7 +65,7 @@ $kendo-dropzone-note-font-size: var( --kendo-font-size-xs, inherit ) !default;
65
65
  $kendo-dropzone-note-spacing: null !default;
66
66
  /// The text color of the DropZone note.
67
67
  /// @group dropzone
68
- $kendo-dropzone-note-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
68
+ $kendo-dropzone-note-text: k-color(subtle) !default;
69
69
 
70
70
 
71
71
  @forward "@progress/kendo-theme-core/scss/components/dropzone/_variables.scss" with (
@@ -27,14 +27,14 @@ $kendo-editor-placeholder-opacity: $kendo-input-placeholder-opacity !default;
27
27
 
28
28
  /// The selected text color of the Editor.
29
29
  /// @group editor
30
- $kendo-editor-selected-text: $kendo-color-primary-contrast !default;
30
+ $kendo-editor-selected-text: k-color(on-primary) !default;
31
31
  /// The selected background color of the Editor.
32
32
  /// @group editor
33
- $kendo-editor-selected-bg: $kendo-color-primary !default;
33
+ $kendo-editor-selected-bg: k-color(primary) !default;
34
34
 
35
35
  /// The highlighted background color of the Editor.
36
36
  /// @group editor
37
- $kendo-editor-highlighted-bg: if($kendo-enable-color-system, k-color( primary-subtle ), color.mix( $kendo-color-primary, #ffffff, 20% )) !default;
37
+ $kendo-editor-highlighted-bg: k-color(primary-subtle) !default;
38
38
 
39
39
  /// The horizontal margin of the Editor's export tool icon.
40
40
  /// @group editor
@@ -74,6 +74,10 @@ $kendo-editor-filebrowser-tiles-padding-x: k-spacing(4) !default;
74
74
  /// @group editor
75
75
  $kendo-editor-filebrowser-tiles-padding-y: k-spacing(2) !default;
76
76
 
77
+ $kendo-editor-ct-cell-text: k-color(on-primary) !default;
78
+ $kendo-editor-ct-cell-bg: k-color(primary) !default;
79
+ $kendo-editor-ct-cell-border: k-color(primary) !default;
80
+
77
81
  /// The padding of the Editor content.
78
82
  /// @group editor
79
83
  $kendo-editor-content-padding: k-spacing(4) !default;
@@ -99,5 +103,8 @@ $kendo-editor-content-padding: k-spacing(4) !default;
99
103
  $kendo-editor-inline-padding-y: $kendo-editor-inline-padding-y,
100
104
  $kendo-editor-filebrowser-tiles-padding-x: $kendo-editor-filebrowser-tiles-padding-x,
101
105
  $kendo-editor-filebrowser-tiles-padding-y: $kendo-editor-filebrowser-tiles-padding-y,
102
- $kendo-editor-content-padding: $kendo-editor-content-padding
106
+ $kendo-editor-content-padding: $kendo-editor-content-padding,
107
+ $kendo-editor-ct-cell-text: $kendo-editor-ct-cell-text,
108
+ $kendo-editor-ct-cell-bg: $kendo-editor-ct-cell-bg,
109
+ $kendo-editor-ct-cell-border: $kendo-editor-ct-cell-border
103
110
  );
@@ -21,13 +21,13 @@ $kendo-expander-line-height: var( --kendo-line-height, normal ) !default;
21
21
 
22
22
  /// The text color of the ExpansionPanel.
23
23
  /// @group expander
24
- $kendo-expander-text: $kendo-component-text !default;
24
+ $kendo-expander-text: k-color(on-app-surface) !default;
25
25
  /// The background color of the ExpansionPanel.
26
26
  /// @group expander
27
- $kendo-expander-bg: $kendo-component-bg !default;
27
+ $kendo-expander-bg: k-color(app-surface) !default;
28
28
  /// The border color of the ExpansionPanel.
29
29
  /// @group expander
30
- $kendo-expander-border: $kendo-component-border !default;
30
+ $kendo-expander-border: k-color(border) !default;
31
31
 
32
32
  /// The box shadow of the focused ExpansionPanel.
33
33
  /// @group expander
@@ -62,11 +62,11 @@ $kendo-expander-header-focus-shadow: $kendo-list-item-focus-shadow !default;
62
62
 
63
63
  /// The text color of the ExpansionPanel title.
64
64
  /// @group expander
65
- $kendo-expander-title-text: $kendo-color-primary !default;
65
+ $kendo-expander-title-text: k-color(primary) !default;
66
66
 
67
67
  /// The text color of the ExpansionPanel sub-title.
68
68
  /// @group expander
69
- $kendo-expander-header-sub-title-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
69
+ $kendo-expander-header-sub-title-text: k-color(subtle) !default;
70
70
 
71
71
  /// The horizontal margin of the ExpansionPanel indicator.
72
72
  /// @group expander
@@ -13,7 +13,7 @@
13
13
  outline: $kendo-fab-border-width $kendo-fab-outline-style $color;
14
14
  outline-offset: -$kendo-fab-border-width;
15
15
  border-color: $color;
16
- color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color ));
16
+ color: k-color(on-#{$name});
17
17
  background-color: $color;
18
18
  }
19
19
  }
@@ -22,9 +22,9 @@
22
22
  @each $name, $color in $kendo-fab-theme-colors {
23
23
  .k-fab-solid-#{$name}:hover,
24
24
  .k-fab-solid-#{$name}.k-hover {
25
- border-color: if($kendo-enable-color-system, k-color( #{$name}-hover ), k-color-darken( $color, 10% ));
26
- color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( k-color-darken( $color, 7.5% ) ));
27
- background-color: if($kendo-enable-color-system, k-color( #{$name}-hover ), k-color-darken( $color, 7.5% ));
25
+ border-color: k-color(#{$name}-hover);
26
+ color: k-color(on-#{$name});
27
+ background-color: k-color(#{$name}-hover);
28
28
  }
29
29
  }
30
30
 
@@ -32,7 +32,7 @@
32
32
  @each $name, $color in $kendo-fab-theme-colors {
33
33
  .k-fab-solid-#{$name}:focus,
34
34
  .k-fab-solid-#{$name}.k-focus {
35
- outline: $kendo-fab-outline-width $kendo-fab-outline-style if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 50%, transparent), rgba( $color, .5 ));
35
+ outline: $kendo-fab-outline-width $kendo-fab-outline-style color-mix(in srgb, k-color($name) 50%, transparent);
36
36
  }
37
37
  }
38
38
 
@@ -42,9 +42,9 @@
42
42
  .k-fab-solid-#{$name}.k-active,
43
43
  .k-fab-solid-#{$name}.k-selected {
44
44
  @include box-shadow( $kendo-fab-active-shadow );
45
- border-color: if($kendo-enable-color-system, k-color( #{$name}-active ), k-color-darken( $color, 12.5% ));
46
- color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( k-color-darken( $color, 10% ) ));
47
- background-color: if($kendo-enable-color-system, k-color( #{$name}-active ), k-color-darken( $color, 10% ));
45
+ border-color: k-color(#{$name}-active);
46
+ color: k-color(on-#{$name});
47
+ background-color: k-color(#{$name}-active);
48
48
  }
49
49
  }
50
50
 
@@ -53,8 +53,8 @@
53
53
  .k-fab-solid-#{$name}:disabled,
54
54
  .k-fab-solid-#{$name}.k-disabled {
55
55
  @include box-shadow( $kendo-fab-disabled-shadow );
56
- background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 65%, transparent), k-try-tint( $color, 4.5 ));
57
- color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-#{$name} ) 65%, transparent), k-try-tint( k-contrast-legacy( $color ), 5 ));
56
+ background-color: color-mix(in srgb, k-color($name) 65%, transparent);
57
+ color: color-mix(in srgb, k-color(on-#{$name}) 65%, transparent);
58
58
  opacity: 1;
59
59
  }
60
60
  }
@@ -83,11 +83,11 @@
83
83
  .k-fab-item:hover .k-fab-item-icon,
84
84
  .k-fab-item.k-hover .k-fab-item-icon {
85
85
  @include box-shadow( $kendo-fab-item-shadow );
86
- outline: $kendo-fab-border-width $kendo-fab-item-outline-style if($kendo-enable-color-system, k-color( base-hover ), k-try-darken( $kendo-fab-item-icon-border, 10% ));
86
+ outline: $kendo-fab-border-width $kendo-fab-item-outline-style k-color(base-hover);
87
87
  outline-offset: -$kendo-fab-border-width;
88
- border-color: if($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-fab-item-icon-border, 10% ));
89
- color: if($kendo-enable-color-system, k-color( on-base ), k-contrast-legacy( k-color-darken( $kendo-fab-item-icon-bg, 7.5% ) ));
90
- background-color: if($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-fab-item-icon-bg, 7.5% ));
88
+ border-color: k-color(base-hover);
89
+ color: k-color(on-base);
90
+ background-color: k-color(base-hover);
91
91
  }
92
92
 
93
93
  // Focus state
@@ -95,18 +95,18 @@
95
95
  .k-fab-item.k-focus .k-fab-item-text,
96
96
  .k-fab-item:focus .k-fab-item-icon,
97
97
  .k-fab-item.k-focus .k-fab-item-icon {
98
- outline: $kendo-fab-item-outline-width $kendo-fab-item-outline-style if($kendo-enable-color-system, color-mix(in srgb, k-color( base ) 50%, transparent), rgba( $kendo-fab-item-icon-border, .5 ));
98
+ outline: $kendo-fab-item-outline-width $kendo-fab-item-outline-style color-mix(in srgb, k-color(base) 50%, transparent);
99
99
  }
100
100
 
101
101
  // Active state
102
102
  .k-fab-item:active .k-fab-item-icon,
103
103
  .k-fab-item.k-active .k-fab-item-icon {
104
104
  @include box-shadow( $kendo-fab-item-active-shadow );
105
- outline: $kendo-fab-border-width solid if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-fab-item-icon-border, 12.5% ));
105
+ outline: $kendo-fab-border-width solid k-color(base-active);
106
106
  outline-offset: -$kendo-fab-border-width;
107
- border-color: if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-fab-item-icon-border, 12.5% ));
108
- color: if($kendo-enable-color-system, k-color( on-base ), k-contrast-legacy( k-color-darken( $kendo-fab-item-icon-bg, 10% ) ));
109
- background-color: if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-fab-item-icon-bg, 10% ));
107
+ border-color: k-color(base-active);
108
+ color: k-color(on-base);
109
+ background-color: k-color(base-active);
110
110
  }
111
111
 
112
112
  // Disabled state
@@ -117,8 +117,8 @@
117
117
  .k-fab-item-text,
118
118
  .k-fab-item-icon {
119
119
  @include box-shadow( $kendo-fab-item-disabled-shadow );
120
- background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( base ) 65%, transparent), k-try-tint( $kendo-fab-item-bg, 8 ));
121
- color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 65%, transparent), k-try-tint( $kendo-fab-item-text, 8 ));
120
+ background-color: color-mix(in srgb, k-color(base) 65%, transparent);
121
+ color: color-mix(in srgb, k-color(on-base) 65%, transparent);
122
122
  }
123
123
  }
124
124