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
fix dropdown svg for dark themes - comment section #10769
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure it's working correctly.
It's quite dark in the dark theme:
It's invisible in the ten X theme:
It's almost invisible in the light theme:
It's almost invisible in the pink theme
Same for the default theme:
Am I missing something?
|
@ludwiczakpawel @rhymes erf, there are more changes to add, probably a little bit sass too, it's not the same logic everywhere. I'll take care of it and I'll test all themes. Is it possible to log in on local ? |
|
@jmau111 sure! You have to configure either GitHub, Twitter or Facebook: https://docs.dev.to/backend/auth-github/ - https://docs.dev.to/backend/auth-twitter/ - https://docs.dev.to/backend/auth-facebook/ GitHub is probably the easiest to setup locally |
|
@rhymes @ludwiczakpawel should be better now. I've added an existing css var used for link color in that specific section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great @jmau111! Thank you!





What type of PR is this? (check all applicable)
Description
If I understand this PR #9177 correctly, this modification solves the problem. Currently, with dark themes, the dropdown button is hidden.
Related Tickets & Documents
QA Instructions, Screenshots, Recordings
before :
after :
Added tests?
no
Added to documentation?
no