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

Make the settings links showup more consistently #668

Merged
merged 1 commit into from
Oct 28, 2022

Conversation

creesch
Copy link
Member

@creesch creesch commented Oct 22, 2022

For a while now I noticed that clicking on the little link icon in settings would not always show the input elements with setting links right away.

This PR fixes that by getting rid of opacity usage. It is baffling that this is still a thing in 2022 but opacity for years now has had the tendency to mess with click events.

I am not entirely sure if we needed the icons to change color when active, but getting that done through css classes and text opacity (which has no such issues) was very little work.

@eritbh eritbh self-requested a review October 25, 2022 02:30
@eritbh eritbh merged commit fc15c65 into master Oct 28, 2022
@eritbh eritbh deleted the fix/settings-link-show branch October 28, 2022 22:14
@eritbh eritbh added bug something isn't working core: tbmodule labels Oct 28, 2022
@eritbh eritbh added this to the v6.1.0 milestone Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working core: tbmodule
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants