UX: add bg style to input field type number (#25460)

This commit is contained in:
chapoi
2024-01-29 17:51:12 +02:00
committed by GitHub
parent ed2802eeb5
commit df2f63cf74

View File

@@ -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;