Tencent / weui

A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.

Home Page:https://weui.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`.weui-input` should hide spinners and arrows in firefox as well

b2nil opened this issue · comments

The current .weui-input style does not hide spinners and arrows in Firefox when input type is number.

// hides the spin-button
&::-webkit-outer-spin-button,
&::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}