Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#36580 closed defect (bug) (fixed)

Remove "input[type="password"]" duplication in "wp-admin/css/forms.css"

Reported by: bassgang's profile bassgang Owned by: ocean90's profile ocean90
Milestone: 4.6 Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch
Focuses: administration Cc:

Description

In "wp-admin/css/forms.css" are two CSS selector duplications:

"input[type="password"] and "input[type="password"]:focus".

Attachments (1)

36580.patch (614 bytes) - added by bassgang 9 years ago.
Remove CSS selector duplication

Download all attachments as: .zip

Change History (4)

@bassgang
9 years ago

Remove CSS selector duplication

#1 @DrewAPicture
9 years ago

  • Keywords has-patch added

#2 @ocean90
9 years ago

  • Milestone changed from Awaiting Review to 4.6
  • Type changed from enhancement to defect (bug)
  • Version trunk deleted

#3 @ocean90
9 years ago

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

In 37458:

Remove duplicate CSS selectors in forms.css.

Props bassgang.
Fixes #36580.

Note: See TracTickets for help on using tickets.