Skip to content

Commit 74c2173

Browse files
authored
fix(module:input): variant underline style on hover (#9400)
1 parent 7b5a563 commit 74c2173

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

components/input/style/mixin.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@
133133
box-shadow: none !important;
134134
}
135135

136+
&-underlined:hover&:not(&-focused) {
137+
border-color: @input-border-color !important;
138+
}
136139

137140
// Reset height for `textarea`s
138141
textarea& {

0 commit comments

Comments
 (0)