We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
downloads_button.uc.js
restart_button.uc.js
undo_closedtab_button.uc.js
Here is reproduction video:
The text was updated successfully, but these errors were encountered:
It’s not an issue, but a feature!
If you do not appreciate this behaviour then you have to disable (prepend /*) or remove these lines in the scripts which cause the effect.
/*
I link to the active script versions, it may be a slightly different line number in your version.
Alternatively, you could overrule this with an external userChrome style rule (I do it this way, I actually apply it to more buttons):
:is( #custom-downloads-button, #uc_undo_closetab_button, #uc-restart ) .toolbarbutton-icon { transform: none !important; }
transform: unset would also work.
transform: unset
Sorry, something went wrong.
No branches or pull requests
Describe the issue:
downloads_button.uc.js
,restart_button.uc.js
, andundo_closedtab_button.uc.js
to userChrome.JS.What should have happened instead?
Steps to reproduce the issue?
Screenshots (drag and drop images into this post):
Here is reproduction video:
Some.icons.will.flip.horizontally.if.clickedSelected.mp4
System information
The text was updated successfully, but these errors were encountered: