Skip to content

Commit e7490ce

Browse files
committed
fix(stepper): focus and hover state
1 parent b0ffd7c commit e7490ce

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

projects/igniteui-angular/src/lib/core/styles/components/stepper/_stepper-theme.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'material': clamp(1px, rem(1px), rem(1px)),
3636
'fluent': clamp(1px, rem(1px), rem(1px)),
3737
'bootstrap': clamp(1px, rem(1px), rem(1px)),
38-
'indigo': clamp(2px, rem(2px), rem(2px))
38+
'indigo': clamp(1px, rem(1px), rem(1px))
3939
), $variant);
4040

4141
$separator-size: map.get((
@@ -99,18 +99,18 @@
9999
&:focus {
100100
outline: none;
101101

102-
%igx-stepper__step-title {
103-
color: var-get($theme, 'title-focus-color');
104-
}
105-
106-
%igx-stepper__step-subtitle {
107-
color: var-get($theme, 'subtitle-focus-color');
108-
}
109-
110102
%igx-stepper__step-header {
111103
background: var-get($theme, 'step-focus-background');
112104
color: var-get($theme, 'title-focus-color');
113105

106+
%igx-stepper__step-title {
107+
color: var-get($theme, 'title-focus-color');
108+
}
109+
110+
%igx-stepper__step-subtitle {
111+
color: var-get($theme, 'subtitle-focus-color');
112+
}
113+
114114
@if $variant == 'bootstrap' {
115115
box-shadow: inset 0 0 0 $outline-width var-get($theme, 'indicator-outline');
116116
}

0 commit comments

Comments
 (0)