Changes between Initial Version and Version 1 of Ticket #29906, comment 55
- Timestamp:
- 06/17/2015 04:44:57 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29906, comment 55
initial v1 3 3 What remains is to clear the blue color on the icon still applied through `:before` after the rest is handled. This is actually a long standing bug, as the "hamburger menu" icon suffers from the same issue regardless of this work. 4 4 5 To fix this, we'll have to deal with the same (`:focus` and `:hover`) in this monster , which I could help with,in admin-bar.css, likely through a combination of ignoring/including `.mobile` vs `.hover`: https://core.trac.wordpress.org/browser/trunk/src/wp-includes/css/admin-bar.css#L2715 To fix this, we'll have to deal with the same (`:focus` and `:hover`) in this monster in admin-bar.css, likely through a combination of ignoring/including `.mobile` vs `.hover`: https://core.trac.wordpress.org/browser/trunk/src/wp-includes/css/admin-bar.css#L271 6 6 7 7 {{{