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

Prevent the zoom dropdown icon from being overridden when the element is :active (bug 1619595) #11664

Merged
merged 1 commit into from
Mar 4, 2020

Conversation

Snuffleupagus
Copy link
Collaborator

This changes the dropdown icon from being set using the background CSS property, to being set with ::after which is similar to all the other toolbar button icons (which use ::before).
Also tweaks the dropdown background-color on :hover slightly, since the other changes made it too light.

Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1619595

… is `:active` (bug 1619595)

This changes the dropdown icon from being set using the `background` CSS property, to being set with `::after` which is *similar* to all the other toolbar button icons (which use `::before`).
Also tweaks the dropdown `background-color` on `:hover` slightly, since the other changes made it too light.
@Snuffleupagus
Copy link
Collaborator Author

/botio-linux preview

@pdfjsbot
Copy link

pdfjsbot commented Mar 4, 2020

From: Bot.io (Linux m4)


Received

Command cmd_preview from @Snuffleupagus received. Current queue size: 0

Live output at: http://54.67.70.0:8877/1b64885012db33e/output.txt

@pdfjsbot
Copy link

pdfjsbot commented Mar 4, 2020

From: Bot.io (Linux m4)


Success

Full output at http://54.67.70.0:8877/1b64885012db33e/output.txt

Total script time: 2.51 mins

Published

@timvandermeij timvandermeij merged commit 25693c6 into mozilla:master Mar 4, 2020
@timvandermeij
Copy link
Contributor

This does look better. Thanks!

@Snuffleupagus Snuffleupagus deleted the bug-1619595 branch March 4, 2020 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants