Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#21449 closed enhancement (fixed)

Update/Comment menu bubbles in top level items get text-shadow on hover

Reported by: markjaquith's profile markjaquith Owned by: azaozz's profile azaozz
Milestone: 3.5 Priority: low
Severity: trivial Version: 3.4
Component: Customize Keywords: has-patch commit
Focuses: Cc:

Description

The Update/Comment menu bubbles in top level menu items get a text-shadow effect on hover, which doesn't look so hot:

http://cl.ly/image/0a290L392f2c/Screen%20Shot%202012-08-02%20at%2012.19.20%20AM.png

http://cl.ly/image/3f2h1j3Q1s0l/Screen%20Shot%202012-08-02%20at%2012.20.44%20AM.png

We should keep the text-shadow rule from being applied to those spans.

Attachments (3)

Screen Shot 2012-08-02 at 12.19.20 AM.png (8.4 KB) - added by markjaquith 12 years ago.
Before hover
Screen Shot 2012-08-02 at 12.20.44 AM.png (9.2 KB) - added by markjaquith 12 years ago.
On hover
21449.diff (1.4 KB) - added by markjaquith 12 years ago.
text-shadow: none to those spans

Download all attachments as: .zip

Change History (7)

@markjaquith
12 years ago

text-shadow: none to those spans

#1 @markjaquith
12 years ago

  • Keywords has-patch added

First stab at a patch. Don't like that it was in each of the color files, but then again the rule that gave the text shadow was in those files.

#2 @lessbloat
12 years ago

Tested 21449.diff. Looks good.

#3 @helenyhou
12 years ago

  • Keywords commit added

#4 @azaozz
12 years ago

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

In [21578]:

Remove text-shadow on hover from update and comments bubbles in the admin menu, props markjaquith, fixes #21449

Note: See TracTickets for help on using tickets.