File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed
projects/igniteui-angular/src/lib/core/styles/components Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 352352 & :active {
353353 @extend %item-overlay ;
354354
355- color : var-get ($theme , ' item-selected-text-color' );
355+ color : var-get ($theme , ' item-selected-hover- text-color' );
356356 background : var-get ($theme , ' item-selected-background' );
357357 border-color : var-get ($theme , ' item-selected-border-color' );
358358
359359 igx-icon {
360- color : var-get ($theme , ' item-selected-icon-color' );
360+ color : var-get ($theme , ' item-selected-hover- icon-color' );
361361 }
362362
363363 & ::before {
Original file line number Diff line number Diff line change 407407 border-color : var-get ($flat-theme , ' focus-visible-border-color' );
408408
409409 igx-icon {
410- color : var-get ($flat-theme , ' icon-color' );
410+ @if $variant == ' material' {
411+ color : var-get ($flat-theme , ' icon-color-hover' );
412+ } @else {
413+ color : var-get ($flat-theme , ' icon-color' );
414+ }
411415 }
412416
413417 & :hover {
547551 & :active {
548552 background : var-get ($outlined-theme , ' focus-background' );
549553 color : var-get ($outlined-theme , ' focus-foreground' );
550- border-color : var-get ($outlined-theme , ' active-border-color' );
554+
555+ @if $variant == ' material' {
556+ border-color : var-get ($outlined-theme , ' focus-border-color' );
557+
558+ igx-icon {
559+ color : var-get ($outlined-theme , ' focus-foreground' );
560+ }
561+ } @else {
562+ border-color : var-get ($outlined-theme , ' active-border-color' );
563+ }
551564
552565 @if $variant == ' indigo' {
553566 igx-icon {
You can’t perform that action at this time.
0 commit comments