We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65f533 commit ece388fCopy full SHA for ece388f
src/styles/components/widgets/_numeric-input.scss
@@ -50,23 +50,8 @@
50
}
51
52
.numeric-input__number--error {
53
- display: inline-block;
54
- border: var(--border-default);
+ @extend .numeric-input__number;
55
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;
70
71
72
.numeric-input__caret-box {
0 commit comments