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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

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;