Skip to content

Commit

Permalink
fix(drawer): set correct color for svg-icons in drawer items
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored and Juveniel committed Feb 1, 2023
1 parent e5352b0 commit e959682
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/fluent/scss/drawer/_theme.scss
Expand Up @@ -31,6 +31,7 @@
var( --kendo-drawer-item-bg, #{$kendo-drawer-item-bg} )
);

.k-svg-icon,
.k-icon {
color: var( --kendo-drawer-item-icon-text, #{$kendo-drawer-item-icon-text} );
}
Expand All @@ -42,6 +43,7 @@
var( --kendo-drawer-item-hover-bg, #{$kendo-drawer-item-hover-bg} )
);

.k-svg-icon,
.k-icon {
color: var( --kendo-drawer-item-hover-icon-text, #{$kendo-drawer-item-hover-icon-text} );
}
Expand All @@ -55,6 +57,7 @@
);
box-shadow: var( --kendo-drawer-item-focus-shadow, #{$kendo-drawer-item-focus-shadow} );

.k-svg-icon,
.k-icon {
color: var( --kendo-drawer-item-focus-icon-text, #{$kendo-drawer-item-focus-icon-text} );
}
Expand All @@ -74,6 +77,7 @@
var( --kendo-drawer-item-selected-bg, #{$kendo-drawer-item-selected-bg} )
);

.k-svg-icon,
.k-icon {
color: var( --kendo-drawer-item-selected-icon-text, #{$kendo-drawer-item-selected-icon-text} );
}
Expand Down

0 comments on commit e959682

Please sign in to comment.