There is a sizing bug in Safari that causes the icons to jump briefly in size when hovered over. The font rendering also changes on hover, this is a bit harder to see in the gif. Other browsers don't seem to have these issues.

| Comment | File | Size | Author |
|---|---|---|---|
| #4 | adminimal_admin_toolbar-safari-icon-2876701-4.diff | 406 bytes | IreneV |
| adminimal_admin_toolbar-safari.gif | 880.13 KB | tanc |
Comments
Comment #2
tancIt appears to be the transition which causes the icon size jump and the text rendering issues:
Comment #3
energee commentedRemoving this transition degrades the transition experience on chrome.
I see other reports of this bug:
https://stackoverflow.com/questions/29644539/svg-background-image-strang...
Anyone have a good solution?
Comment #4
IreneV commentedThe easiest way to fix this issue - just remove transition.
Checked in chrome - looks great.
Please check patch
Comment #6
energee commentedLooks good!