Skip to content

Commit 866e679

Browse files
committed
fix(input-group): resolve conflicts
# Conflicts: # src/components/input/themes/shared/input.indigo.scss
1 parent c01572b commit 866e679

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

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

122+
:host(:hover) {
123+
[part^='container'] {
124+
background: var-get($theme, 'box-background-hover');
125+
}
126+
}
127+
122128
[part~='filled'] {
123129
[part~='input'] {
124130
color: var-get($theme, 'filled-text-color');
@@ -148,7 +154,7 @@ $transition-duration: .25s;
148154
}
149155

150156
[part^='container'] {
151-
background: var-get($theme, 'box-background-hover');
157+
background: var-get($theme, 'box-background-focus');
152158
caret-color: var-get($theme, 'focused-bottom-line-color');
153159

154160
&::after {

0 commit comments

Comments
 (0)