Make WordPress Core

Opened 13 years ago

Closed 13 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 Owned by: iammattthomas
Priority: normal Milestone: 3.8
Component: Administration Version: 3.8
Severity: normal Keywords: UI-focus
Cc: Focuses:

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 13 years ago.

Download all attachments as: .zip

Change History (4)

#1 @iammattthomas
13 years ago

  • Keywords has-patch removed

#2 @iammattthomas
13 years ago

  • Component GeneralAdministration

#3 @iammattthomas
13 years ago

  • Owner set to iammattthomas
  • Resolutionfixed
  • Status newclosed

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.