Skip to content

Commit f0b6396

Browse files
committed
make outline color on focus sienna as well
1 parent ece388f commit f0b6396

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/styles/components/widgets/_numeric-input.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
border-color: var(--color-sienna);
5555
}
5656

57+
.numeric-input__number--error:focus {
58+
@extend .numeric-input__number;
59+
border-color: var(--color-sienna);
60+
outline-color: var(--color-sienna);
61+
}
62+
5763
.numeric-input__caret-box {
5864
display: inline-block;
5965
max-height: 32px;

0 commit comments

Comments
 (0)