Skip to content

How to setting no border from Select #4061

Answered by davep
Yurri-huang asked this question in Q&A
Discussion options

You must be logged in to vote

If I'm reading you correctly, what you want is this:

    SelectCurrent, SelectCurrent:focus {
        border: none;
    }

A Select is a compound widget made up of two parts and it's the SelectCurrent sub-widget that has the style you look to be trying to remove.

Select is one of the widgets where we need to improve the documentation to make this clear.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jessebot
Comment options

@TomJGooding
Comment options

@jessebot
Comment options

Answer selected by Yurri-huang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants