Skip to content

Commit ece388f

Browse files
committed
extend scss class
1 parent f65f533 commit ece388f

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,8 @@
5050
}
5151

5252
.numeric-input__number--error {
53-
display: inline-block;
54-
border: var(--border-default);
53+
@extend .numeric-input__number;
5554
border-color: var(--color-sienna);
56-
background: var(--color-background-inputs);
57-
cursor: text;
58-
overflow: hidden;
59-
text-overflow: ellipsis;
60-
white-space: nowrap;
61-
text-align: left;
62-
border-radius: var(--border-radius-small);
63-
padding: var(--spacing-quarter-unit) var(--spacing-quarter-unit) var(--spacing-quarter-unit)
64-
var(--spacing-half-unit);
65-
width: 62px;
66-
vertical-align: middle;
67-
font-size: inherit;
68-
color: inherit;
69-
font-family: inherit;
7055
}
7156

7257
.numeric-input__caret-box {

0 commit comments

Comments
 (0)