Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#26293 closed defect (bug) (fixed)

Toolbar dropdown arrows are the wrong color

Reported by: ipstenu's profile Ipstenu Owned by: iammattthomas's profile iammattthomas
Milestone: 3.8 Priority: normal
Severity: normal Version: 3.8
Component: Toolbar Keywords: has-patch ui-feedback
Focuses: ui Cc:

Description

Attaching screenshot and patch. This may be related to #26184

What happened: On-dropdown, the arrows are blue, even if you haven't hovered.

What I expected to happen: Arrows are grey until hover, then blue on hover only.

Possible fix: Add 'color: inherit;' to wp-includes/css/admin-bar.css for "#wpadminbar .menupop .menupop > .ab-item:before"

May also be needed for "#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before"

Attachments (2)

Screen Shot 2013-11-27 at 9.34.43 AM.png (30.9 KB) - added by Ipstenu 11 years ago.
Blue arrow without hovering
26293.diff (356 bytes) - added by Ipstenu 11 years ago.
Adding color inherit

Download all attachments as: .zip

Change History (4)

@Ipstenu
11 years ago

Blue arrow without hovering

@Ipstenu
11 years ago

Adding color inherit

#1 @SergeyBiryukov
11 years ago

  • Keywords ui-focus added
  • Milestone changed from Awaiting Review to 3.8

#2 @iammattthomas
11 years ago

  • Owner set to iammattthomas
  • Resolution set to fixed
  • Status changed from new to closed

In 26445:

Ensure that arrows in dropdowns are the default text color if you haven't hovered. Fixes #26293, props ipstenu.

Note: See TracTickets for help on using tickets.