mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
parent
491e7a3429
commit
58be138e75
@ -1,5 +1,6 @@
|
||||
<input
|
||||
{{on "input" (action (mut this.value) value="target.value")}}
|
||||
type="number"
|
||||
value={{this.value}}
|
||||
min={{if this.setting.min this.setting.min null}}
|
||||
max={{if this.setting.max this.setting.max null}}
|
||||
|
@ -203,8 +203,7 @@ input {
|
||||
&[type="url"],
|
||||
&[type="search"],
|
||||
&[type="tel"],
|
||||
&[type="color"],
|
||||
&.input-setting-integer {
|
||||
&[type="color"] {
|
||||
@include appearance-none;
|
||||
@include form-item-sizing;
|
||||
display: inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user