Skip to content

Commit a676aa4

Browse files
committed
fix(input-group): use the correct bg color in indigo
1 parent e1c79b9 commit a676aa4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/input/themes/shared/input.indigo.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ $transition-duration: .25s;
119119
}
120120
}
121121

122-
:host(:focus-within),
122+
123123
:host(:hover) {
124124
[part^='container'] {
125125
background: var-get($theme, 'box-background-hover');
@@ -153,6 +153,7 @@ $transition-duration: .25s;
153153
}
154154

155155
[part^='container'] {
156+
background: var-get($theme, 'box-background-focus');
156157
caret-color: var-get($theme, 'focused-bottom-line-color');
157158

158159
&::after {

0 commit comments

Comments
 (0)