@progress/kendo-theme-fluent 13.2.0-dev.1 → 13.2.0-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,22 +19,16 @@
19
19
  );
20
20
  }
21
21
 
22
- .k-group-footer td,
23
- .k-grouping-row td,
24
22
  .k-group-footer .k-table-td,
25
23
  .k-grouping-row .k-table-td,
26
24
  .k-table-tbody .k-group-cell {
27
- @include fill(
28
- $border: $kendo-grid-grouping-row-border
29
- );
25
+ border-color: $kendo-grid-grouping-row-border;
30
26
  }
31
27
 
32
28
  .k-grouping-dropclue {
33
29
  &::before,
34
30
  &::after {
35
- @include fill(
36
- $bg: $kendo-grid-group-drop-hint-bg
37
- );
31
+ background-color: $kendo-grid-group-drop-hint-bg;
38
32
  }
39
33
  }
40
34
 
@@ -46,14 +40,10 @@
46
40
  // Hover state
47
41
  .k-table-tbody > .k-table-row:not(.k-detail-row):hover,
48
42
  .k-table-tbody > .k-table-row:not(.k-detail-row).k-hover {
49
- @include fill(
50
- $border: $kendo-grid-hover-border
51
- );
43
+ border-color: $kendo-grid-hover-border;
52
44
  }
53
45
 
54
46
  // Selected state
55
- td.k-selected,
56
- .k-table-row.k-selected > td,
57
47
  .k-table-td.k-selected,
58
48
  .k-table-row.k-selected > .k-table-td {
59
49
  border-block-color: $kendo-grid-selected-border;
@@ -62,12 +52,7 @@
62
52
  // Locked columns
63
53
  .k-grid-header-locked,
64
54
  .k-grid-content-locked,
65
- .k-grid-footer-locked,
66
- .k-grid-header-locked .k-table-th,
67
- .k-grid-content-locked td,
68
- .k-grid-content-locked .k-table-td,
69
- .k-grid-footer-locked td,
70
- .k-grid-footer-locked .k-table-td {
55
+ .k-grid-footer-locked {
71
56
  border-inline-color: $kendo-grid-sticky-header-border;
72
57
  border-block-color: $kendo-grid-border;
73
58
  }
@@ -80,7 +65,6 @@
80
65
  }
81
66
  }
82
67
 
83
-
84
68
  .k-table-row.k-selected > .k-table-td.k-grid-content-sticky {
85
69
  border-inline-color: $kendo-grid-sticky-border;
86
70
  }
@@ -88,11 +72,6 @@
88
72
 
89
73
  // Grid header
90
74
  .k-grid-header {
91
- @include fill(
92
- $kendo-grid-header-text,
93
- $kendo-grid-header-bg,
94
- $kendo-grid-header-border
95
- );
96
75
 
97
76
  .k-sort-icon {
98
77
  @include fill( $color: $kendo-grid-sort-indicator-text );
@@ -41,6 +41,9 @@ $kendo-icon-padding: k-spacing(1) !default;
41
41
  /// The color of accent icons.
42
42
  /// @group icon
43
43
  $kendo-accent-icon-color: var( --kendo-accent-icon-color, #87A7FF ) !default;
44
+ /// The color of action icons.
45
+ /// @group icon
46
+ $kendo-action-icon-color: var( --kendo-action-icon-color, #{k-color( primary-on-surface )} ) !default;
44
47
 
45
48
  @forward "@progress/kendo-theme-core/scss/components/icons/_variables.scss" with (
46
49
  $kendo-icon-default-size: $kendo-icon-default-size,
@@ -54,7 +57,8 @@ $kendo-accent-icon-color: var( --kendo-accent-icon-color, #87A7FF ) !default;
54
57
  $kendo-icon-size-xxxl: $kendo-icon-size-xxxl,
55
58
  $kendo-icon-spacing: $kendo-icon-spacing,
56
59
  $kendo-icon-padding: $kendo-icon-padding,
57
- $kendo-accent-icon-color: $kendo-accent-icon-color
60
+ $kendo-accent-icon-color: $kendo-accent-icon-color,
61
+ $kendo-action-icon-color: $kendo-action-icon-color
58
62
  );
59
63
 
60
64
  :root {
@@ -42,10 +42,10 @@ $kendo-message-box-link-font-style: var( --kendo-message-box-link-font-style, no
42
42
  $kendo-message-box-link-decoration: var( --kendo-message-box-link-decoration, underline ) !default;
43
43
  /// Text color of the message box links.
44
44
  /// @group messagebox
45
- $kendo-message-box-link-text: var( --kendo-message-box-link-text, k-color(primary) ) !default;
45
+ $kendo-message-box-link-text: var( --kendo-message-box-link-text, k-color(primary-on-surface) ) !default;
46
46
  /// Hover text color of the message box links.
47
47
  /// @group messagebox
48
- $kendo-message-box-link-hover-text: var( --kendo-message-box-link-hover-text, k-color(primary-hover) ) !default;
48
+ $kendo-message-box-link-hover-text: var( --kendo-message-box-link-hover-text, k-color(primary-on-surface) ) !default;
49
49
 
50
50
  @forward "@progress/kendo-theme-core/scss/components/messagebox/_variables.scss" with (
51
51
  $kendo-message-box-default-theme-color: $kendo-message-box-default-theme-color,
@@ -62,7 +62,7 @@ $kendo-radio-hover-border: var( --kendo-radio-hover-border, #{$kendo-radio-borde
62
62
  $kendo-radio-checked-bg: var( --kendo-radio-checked-bg, #{$kendo-radio-bg} ) !default;
63
63
  /// The color of the checked RadioButton.
64
64
  /// @group radio
65
- $kendo-radio-checked-text: var( --kendo-radio-checked-text, #{k-color(primary)} ) !default;
65
+ $kendo-radio-checked-text: var( --kendo-radio-checked-text, #{k-color(primary-on-surface)} ) !default;
66
66
  /// The border color of the checked RadioButton.
67
67
  /// @group radio
68
68
  $kendo-radio-checked-border: var( --kendo-radio-checked-border, #{k-color(primary)} ) !default;
@@ -72,7 +72,7 @@ $kendo-radio-checked-border: var( --kendo-radio-checked-border, #{k-color(primar
72
72
  $kendo-radio-hover-checked-bg: var( --kendo-radio-hover-checked-bg, #{$kendo-radio-bg} ) !default;
73
73
  /// The color of the checked and hovered RadioButton.
74
74
  /// @group radio
75
- $kendo-radio-hover-checked-text: var( --kendo-radio-hover-checked-text, #{k-color(primary-hover)} ) !default;
75
+ $kendo-radio-hover-checked-text: var( --kendo-radio-hover-checked-text, #{k-color(primary-on-surface)} ) !default;
76
76
  /// The border color of the checked and hovered RadioButton.
77
77
  /// @group radio
78
78
  $kendo-radio-hover-checked-border: var( --kendo-radio-hover-checked-border, #{k-color(primary-hover)} ) !default;
@@ -2,4 +2,4 @@
2
2
 
3
3
  /// Color of the searchbox icon.
4
4
  /// @group searchbox
5
- $kendo-searchbox-icon-color: var( --kendo-searchbox-icon-color, k-color(primary) ) !default;
5
+ $kendo-searchbox-icon-color: var( --kendo-searchbox-icon-color, k-color(primary-on-surface) ) !default;
@@ -242,7 +242,7 @@ $kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow: var( --kendo-spre
242
242
  $kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius: var( --kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius, var( --kendo-border-radius-md, initial ) ) !default;
243
243
  /// The text color of the hovered Spreadsheet image Dialog preview.
244
244
  /// @group spreadsheet
245
- $kendo-spreadsheet-insert-image-dialog-overlay-hover-text: var( --kendo-spreadsheet-insert-image-dialog-overlay-hover-text, k-color(app-surface) ) !default;
245
+ $kendo-spreadsheet-insert-image-dialog-overlay-hover-text: var( --kendo-spreadsheet-insert-image-dialog-overlay-hover-text, #{k-color(on-app-surface)} ) !default;
246
246
 
247
247
  /// The width of the Spreadsheet drawing handle.
248
248
  /// @group spreadsheet
@@ -180,7 +180,7 @@ $kendo-switch-off-thumb-disabled-border: var( --kendo-switch-off-thumb-disabled-
180
180
  $kendo-switch-on-track-bg: var( --kendo-switch-on-track-bg, k-color(primary) ) !default;
181
181
  /// The text color of the track when the Switch is checked.
182
182
  /// @group switch
183
- $kendo-switch-on-track-text: var( --kendo-switch-on-track-text, k-color(app-surface) ) !default;
183
+ $kendo-switch-on-track-text: var( --kendo-switch-on-track-text, k-color(on-primary) ) !default;
184
184
  /// The border color of the track when the Switch is checked.
185
185
  /// @group switch
186
186
  $kendo-switch-on-track-border: var( --kendo-switch-on-track-border, $kendo-switch-on-track-bg ) !default;
@@ -190,7 +190,7 @@ $kendo-switch-on-track-border: var( --kendo-switch-on-track-border, $kendo-switc
190
190
  $kendo-switch-on-track-hover-bg: var( --kendo-switch-on-track-hover-bg, k-color(primary-hover) ) !default;
191
191
  /// The text color of the track when the hovered Switch is checked.
192
192
  /// @group switch
193
- $kendo-switch-on-track-hover-text: var( --kendo-switch-on-track-hover-text, k-color(app-surface) ) !default;
193
+ $kendo-switch-on-track-hover-text: var( --kendo-switch-on-track-hover-text, k-color(on-primary) ) !default;
194
194
  /// The border color of the track when the hovered Switch is checked.
195
195
  /// @group switch
196
196
  $kendo-switch-on-track-hover-border: var( --kendo-switch-on-track-hover-border, $kendo-switch-on-track-hover-bg ) !default;
@@ -200,7 +200,7 @@ $kendo-switch-on-track-hover-border: var( --kendo-switch-on-track-hover-border,
200
200
  $kendo-switch-on-track-focus-bg: var( --kendo-switch-on-track-focus-bg, k-color(primary) ) !default;
201
201
  /// The text color of the track when the focused Switch is checked.
202
202
  /// @group switch
203
- $kendo-switch-on-track-focus-text: var( --kendo-switch-on-track-focus-text, k-color(app-surface) ) !default;
203
+ $kendo-switch-on-track-focus-text: var( --kendo-switch-on-track-focus-text, k-color(on-primary) ) !default;
204
204
  /// The border color of the track when the focused Switch is checked.
205
205
  /// @group switch
206
206
  $kendo-switch-on-track-focus-border: var( --kendo-switch-on-track-focus-border, $kendo-switch-on-track-focus-bg ) !default;
@@ -210,7 +210,7 @@ $kendo-switch-on-track-focus-border: var( --kendo-switch-on-track-focus-border,
210
210
  $kendo-switch-on-track-disabled-bg: var( --kendo-switch-on-track-disabled-bg, color-mix(in srgb, k-color(on-app-surface) 7%, transparent) ) !default;
211
211
  /// The text color of the track when the disabled Switch is checked.
212
212
  /// @group switch
213
- $kendo-switch-on-track-disabled-text: var( --kendo-switch-on-track-disabled-text, k-color(app-surface) ) !default;
213
+ $kendo-switch-on-track-disabled-text: var( --kendo-switch-on-track-disabled-text, k-color(on-app-surface) ) !default;
214
214
  /// The border color of the track when the disabled Switch is checked.
215
215
  /// @group switch
216
216
  $kendo-switch-on-track-disabled-border: var( --kendo-switch-on-track-disabled-border, transparent ) !default;
@@ -162,7 +162,7 @@ $kendo-treeview-loadmore-border: var( --kendo-treeview-loadmore-border, inherit
162
162
  $kendo-treeview-loadmore-hover-bg: var( --kendo-treeview-loadmore-hover-bg, transparent ) !default;
163
163
  /// The text color of the hovered Load More button in the TreeView.
164
164
  /// @group treeview
165
- $kendo-treeview-loadmore-hover-text: var( --kendo-treeview-loadmore-hover-text, k-color(primary-hover) ) !default;
165
+ $kendo-treeview-loadmore-hover-text: var( --kendo-treeview-loadmore-hover-text, k-color(primary-on-surface) ) !default;
166
166
  /// The border color of the hovered Load More button in the TreeView.
167
167
  /// @group treeview
168
168
  $kendo-treeview-loadmore-hover-border: var( --kendo-treeview-loadmore-hover-border, inherit ) !default;
@@ -172,7 +172,7 @@ $kendo-treeview-loadmore-hover-border: var( --kendo-treeview-loadmore-hover-bord
172
172
  $kendo-treeview-loadmore-focus-bg: var( --kendo-treeview-loadmore-focus-bg, transparent ) !default;
173
173
  /// The text color of the focused Load More button in the TreeView.
174
174
  /// @group treeview
175
- $kendo-treeview-loadmore-focus-text: var( --kendo-treeview-loadmore-focus-text, k-color(primary-hover) ) !default;
175
+ $kendo-treeview-loadmore-focus-text: var( --kendo-treeview-loadmore-focus-text, k-color(primary-on-surface) ) !default;
176
176
  /// The border color of the focused Load More button in the TreeView.
177
177
  /// @group treeview
178
178
  $kendo-treeview-loadmore-focus-border: var( --kendo-treeview-loadmore-focus-border, inherit ) !default;