Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#36580 closed defect (bug) (fixed)

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

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

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 10 years ago.
Remove CSS selector duplication

Download all attachments as: .zip

Change History (4)

@bassgang
10 years ago

Remove CSS selector duplication

#1 @DrewAPicture
10 years ago

  • Keywords has-patch added

#2 @ocean90
10 years ago

  • Milestone Awaiting Review4.6
  • Type enhancementdefect (bug)
  • Version trunk

#3 @ocean90
10 years ago

  • Owner set to ocean90
  • Resolutionfixed
  • Status newclosed

In 37458:

Remove duplicate CSS selectors in forms.css.

Props bassgang.
Fixes #36580.

Note: See TracTickets for help on using tickets.