Skip to content

Commit 4494ac0

Browse files
authored
fix: hover style for number input component (#1187)
1 parent 4d802d3 commit 4494ac0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/components/src/number-input/number-input.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
.border {
1313
border: 1px solid $gray-2;
1414
border-radius: 6px;
15+
16+
&:hover {
17+
border-color: $gray-4;
18+
}
1519
}
1620

1721
.underline {

0 commit comments

Comments
 (0)