Skip to content

Commit 629ee8a

Browse files
inikolovaJuveniel
authored andcommitted
chore(fluent): incorrect hover background on grid sticky cells
1 parent e8490bc commit 629ee8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fluent/scss/grid/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ $kendo-grid-sticky-border: var( --kendo-grid-sticky-border, color-mix(in srgb, #
352352
$kendo-grid-sticky-alt-bg: var( --kendo-grid-sticky-alt-bg, #{$kendo-grid-sticky-bg} ) !default;
353353
/// The background color of the Grid sticky cell.
354354
/// @group grid
355-
$kendo-grid-sticky-hover-bg: var( --kendo-grid-sticky-hover-bg, #{$kendo-grid-hover-bg} ) !default;
355+
$kendo-grid-sticky-hover-bg: var( --kendo-grid-sticky-hover-bg, k-color(base-hover) ) !default;
356356

357357
/// The background color of the Grid sticky header.
358358
/// @group grid

0 commit comments

Comments
 (0)