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

fix(toolbar): Use transparent bg for menu icon to avoid IE 11 bug #1909

Merged
merged 2 commits into from
Jan 10, 2018

Conversation

acdvorak
Copy link
Contributor

@acdvorak acdvorak commented Jan 9, 2018

IE 11 renders the toolbar menu icon with a grey background when the icon's background-color is set to inherit. Changing the value to transparent fixes the bug and doesn't seem to have any adverse affects in other browsers.

Fixes #881

Screenshot comparison of the bug and the fix

IE 11 renders the toolbar menu icon with a grey background when the icon's `background-color` is set to `inherit`. Changing the value to `transparent` fixes the bug and doesn't seem to have any adverse affects in other browsers.
Copy link
Contributor

@lynnmercier lynnmercier left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov-io
Copy link

codecov-io commented Jan 10, 2018

Codecov Report

Merging #1909 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1909   +/-   ##
=======================================
  Coverage   99.43%   99.43%           
=======================================
  Files          84       84           
  Lines        3721     3721           
  Branches      484      484           
=======================================
  Hits         3700     3700           
  Misses         21       21

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 73f88bd...9e955b3. Read the comment docs.

@acdvorak acdvorak merged commit 2da3dc8 into master Jan 10, 2018
@acdvorak acdvorak deleted the fix/toolbar/icon-ie11 branch January 10, 2018 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Temporary Drawer display error on IE 11 in win10
3 participants