UX: add bg style to input field type number (#25460)
This commit is contained in:
parent
ed2802eeb5
commit
df2f63cf74
|
@ -203,7 +203,8 @@ input {
|
|||
&[type="url"],
|
||||
&[type="search"],
|
||||
&[type="tel"],
|
||||
&[type="color"] {
|
||||
&[type="color"],
|
||||
.input-setting-integer {
|
||||
@include appearance-none;
|
||||
@include form-item-sizing;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue