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

Remove user link color override on dark theme #1374

Merged
merged 1 commit into from Jul 26, 2017
Merged

Conversation

astorije
Copy link
Member

You see, that's precisely why I question every new setting: I will always forget to test one of the many combinations we have 😅

Fixes #1372, thanks to @Jay2k1 for noticing this!

This fixes a UI glitch on hover when colored nicknames are disabled on Morning and Zenburn. The UI on colored nicknames actually does not respect this color override anyway, as it just shows the colored nickname with reduced opacity.
The issue here was that the color was changed right away on those themes when colored nicknames are disabled, then transitioned to the opacity.
My fix simply gets rid of those, so the hover effect is theme-specified color + reduced opacity (in which case, transition set in base CSS works fine).

This fixes a UI glitch on hover when colored nicknames are disabled on Morning and Zenburn.
@astorije astorije added the Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. label Jul 26, 2017
@astorije astorije added this to the 2.4.0 milestone Jul 26, 2017
Copy link
Member

@Jay2k1 Jay2k1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested & works. Thanks!

@xPaw xPaw merged commit 5ffecac into master Jul 26, 2017
@xPaw xPaw deleted the astorije/fix-hover-glitch branch July 26, 2017 17:04
matburnham pushed a commit to matburnham/lounge that referenced this pull request Sep 6, 2017
…litch

Remove user link color override on dark theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Weird mouseenter effect on nicknames in certain themes
3 participants