Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spin Buttons visible on Firefox #9

Open
fernandosavio opened this issue May 29, 2018 · 1 comment
Open

Spin Buttons visible on Firefox #9

fernandosavio opened this issue May 29, 2018 · 1 comment

Comments

@fernandosavio
Copy link

Hi,
I've looked the code and noticed you hide the native buttons on Webkit based browser, but not on Firefox.
Any problem with -moz-appeareance: textfield; ?

Just add a line in &__input rules:

&__input {
    /* ... */
    -moz-appearance: textfield; /* :) */

    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
}

Cheers.

@freddysidauruk
Copy link

where should i add this css ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants