Gmail New UI Icons are missing on CefSharp Browser #4237
Locked
mukeshmishra996
started this conversation in
General
Replies: 1 comment
-
Already asked at https://stackoverflow.com/questions/73580207/mask-property-of-css-isnt-working-in-cefsharp-browser |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
When I am trying to load Gmail inside the CefSharp Browser and switch to new Gmail UI. Some of the Gmail menu icons are missing. When I opened dev tool and verify, Gmail new UI using CSS mask property to load icons. Can you please help us to fix this issue. Please find below details for your reference:
User-Agent: Mozilla Firefox
Code Snipping:
-webkit-mask: url(https://www.gstatic.com/images/icons/material/system_gm/2x/star_border_black_20dp.png) center/contain;
mask: url(https://www.gstatic.com/images/icons/material/system_gm/2x/star_border_black_20dp.png) center/contain;
Beta Was this translation helpful? Give feedback.
All reactions