Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#26363 closed defect (bug) (fixed)

Active styles for button-small and button-large look wrong when applied to responsive buttons.

Reported by: iammattthomas's profile iammattthomas Owned by: iammattthomas's profile iammattthomas
Milestone: 3.8 Priority: normal
Severity: normal Version: 3.8
Component: Administration Keywords: UI-focus
Focuses: Cc:

Description

MP6 and its responsive component had no concept of button-small or button-large, so the non-responsive styles for those two types of buttons were overriding the responsive button styles. This led to certain bugs like the attached screenshot, wherein the :active styles for responsive buttons are being applied to a non-responsive button-large.

Attachments (1)

Screen Shot 2013-12-02 at 1.21.04 PM.png (14.0 KB) - added by iammattthomas 11 years ago.

Download all attachments as: .zip

Change History (4)

#1 @iammattthomas
11 years ago

  • Keywords has-patch removed

#2 @iammattthomas
11 years ago

  • Component changed from General to Administration

#3 @iammattthomas
11 years ago

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

In 26533:

Add basic responsive styles for button-small and button-large, override responsive button-large styles when used in the .interim-login iframe. Fixes #26363.

Note: See TracTickets for help on using tickets.