File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
projects/igniteui-angular/src/lib/core/styles/components Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 131131 $focus-hover-foreground : adaptive-contrast (var (--focus-hover-background ));
132132 }
133133
134+ @if not ($active-foreground ) and $active-background {
135+ $active-foreground : adaptive-contrast (var (--active-background ));
136+ }
137+
134138 @if not ($focus-visible-background ) and $focus-background {
135139 $focus-visible-background : var (--focus-background );
136140 }
Original file line number Diff line number Diff line change 130130 $focus-hover-foreground : adaptive-contrast (var (--focus-hover-background ));
131131 }
132132
133+ @if not ($active-foreground ) and $active-background {
134+ $active-foreground : adaptive-contrast (var (--active-background ));
135+ }
136+
133137 @if not ($focus-visible-background ) and $focus-background {
134138 $focus-visible-background : var (--focus-background );
135139 }
Original file line number Diff line number Diff line change 5858 $focus-hover-foreground : adaptive-contrast (var (--focus-hover-background ));
5959 }
6060
61+ @if not ($active-foreground ) and $active-background {
62+ $active-foreground : adaptive-contrast (var (--active-background ));
63+ }
64+
6165 @if $variant == ' material' or $variant == ' fluent' {
6266 @if not ($hover-foreground ) and $foreground {
6367 $hover-foreground : var (--foreground );
Original file line number Diff line number Diff line change 5858 $focus-hover-foreground : adaptive-contrast (var (--focus-hover-background ));
5959 }
6060
61+ @if not ($active-foreground ) and $active-background {
62+ $active-foreground : adaptive-contrast (var (--active-background ));
63+ }
64+
6165 @if $variant == ' material' or $variant == ' fluent' {
6266 @if not ($hover-foreground ) and $foreground {
6367 $hover-foreground : var (--foreground );
You can’t perform that action at this time.
0 commit comments