-
-
Notifications
You must be signed in to change notification settings - Fork 455
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
Dim disabled items in context menus #4423
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.
Seems to work as I would expect it to 👍
I imagine this should just be settable by the theme itself? now that themes are JSON-bound remove draft & poke me when it's ready for review again and I can take a look |
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.
Just one thing I noticed
CHANGELOG.md
Outdated
@@ -27,6 +27,7 @@ | |||
- Bugfix: Fixed Twitch channel-specific filters not being applied correctly. (#4529) | |||
- Bugfix: Fixed emote & badge tooltips not showing up when thumbnails were hidden. (#4509) | |||
- Bugfix: Fixed links with invalid IPv4 addresses being parsed. (#4576) | |||
- Bugfix: Fixed disabled items in context-menus having a weird or the default text color. (#4423) |
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.
- Bugfix: Fixed disabled items in context-menus having a weird or the default text color. (#4423) | |
- Bugfix: Fixed disabled items in context-menus having a weird text-effect or the default text color. (#4423) |
Not sure if that suggestion would be correct, but I wanted to point out that it seems to me that there is a word missing
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.
When I think about it, it might even have been correct, if so, I'm sorry
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.
Regression: The "behind tab" background doesn't update automatically with this
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 as expected on Linux
Pull request checklist:
CHANGELOG.md
was updated, if applicableDescription
The items in the context-menu, that shows up when right-clicking the input, all had the same text color. When right-clicking in any other input, the text had an "etched" text effect (#1991). This PR dims these disabled items and removes the text-effect. I have no clue why setting a
border
disables this text effect. There are some references to anetch-diabled-text
, but that doesn't seem to (have) work(ed).Fixes #1991.