input type number 화살표 제거
This commit is contained in:
parent
c9e76a82de
commit
97954d2e92
@ -34,7 +34,12 @@ export default function InputWrapPage (){
|
||||
<label htmlFor="">長さ (mm)</label>
|
||||
<input type="text" className="input-origin" placeholder="asdasd"/>
|
||||
</div>
|
||||
<div>
|
||||
<input type="text" className="input-origin" placeholder="asdasd"/>
|
||||
</div>
|
||||
<div>
|
||||
<input type="number" className="input-origin" placeholder="asdasd"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="input-wrap">
|
||||
|
||||
@ -535,7 +535,15 @@ input[type=text]{
|
||||
}
|
||||
}
|
||||
}
|
||||
input::-webkit-outer-spin-button,
|
||||
input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type=number] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
|
||||
// check-btn
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user