[wp-trac] [WordPress Trac] #27920: Default update notification color overrides admin color schemes
WordPress Trac
noreply at wordpress.org
Sat Apr 19 19:52:27 UTC 2014
#27920: Default update notification color overrides admin color schemes
------------------------------+-----------------------------
Reporter: celloexpressions | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.9
Severity: normal | Keywords:
Focuses: ui |
------------------------------+-----------------------------
The update notification bubbles in the admin menu display the default
orange background color with every admin color scheme in 3.9.
The issue is that the selector for the default styles is `#adminmenu span
.update-plugins`, while the color schemes use `#adminmenu .update-
plugins`. While neither selector changed in 3.9, the styles did some. This
is most likely a bug from the `colors.css` merge.
Best solution is probably to drop the `span` from the default styles,
although that could cause breakage somewhere I'm missing. Alternatively,
adding the `span` to the color schemes also resolves the issue, although
that means regenerating all of the color schemes in what should probably
be in a point release.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27920>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list