-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Fixed icon shadows #359
Fixed icon shadows #359
Conversation
Hi @lopatoj ! Can you elaborate a bit on this change? |
@lopatoj ping |
@danirabbit can you tell the difference here? |
The question is: Should I merge this? |
Yeah that's the next question, but I'm not sure because I'm not familiar with elementary HIG. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should be good to merge this
In the old version, the icon's drop shadow is sitting on top of the icon itself, while in the new one it's been pushed down the z-index to tuck under the icon. The shadow no longer being on top is whats causing the brightening :)
No description provided.