Skip to content

Commit

Permalink
fix(styles): reset input-field hover style in input-group (#3908)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrvr committed Oct 4, 2022
1 parent 37a34b1 commit 388c8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/input-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $fd-input-border-radius: var(--sapField_BorderCornerRadius);
text-shadow: var(--fdInputGroup_Text_Shadow);

@include fd-hover() {
box-shadow: none;
@include fd-input-field-nested-reset();
}

@include fd-focus() {
Expand Down

0 comments on commit 388c8a2

Please sign in to comment.