mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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="url"],
|
||||||
&[type="search"],
|
&[type="search"],
|
||||||
&[type="tel"],
|
&[type="tel"],
|
||||||
&[type="color"] {
|
&[type="color"],
|
||||||
|
.input-setting-integer {
|
||||||
@include appearance-none;
|
@include appearance-none;
|
||||||
@include form-item-sizing;
|
@include form-item-sizing;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user