Skip to content

Unable to change dropdown text color in Fomantic 2.8.4 #1367

Discussion options

You must be logged in to vote

@mpgr04 Thanks for the links. I was now able to reproduce and find the reason.
It's related to #1235 which seems the browser is calculating a different z-index when using a dark theme
To fix this for your theme, add the following

body.darkmode .ui.search.dropdown>.text {
    z-index: 3;
}

Replies: 10 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1367 on October 07, 2020 16:09.