Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#50580 closed defect (bug) (fixed)

Select element don't change color on hover in admin panel

Reported by: ryokuhi's profile ryokuhi Owned by: afercia's profile afercia
Milestone: 5.5 Priority: normal
Severity: normal Version: 5.3.1
Component: Administration Keywords: has-patch
Focuses: ui, css Cc:

Description

On hover, the select element in the administration panel should change color, but it stays the same.
This is the result of a typo in the forms.css file inside wp-admin/css.

Attachments (1)

50580.diff (367 bytes) - added by ryokuhi 4 years ago.
Restore hover color for select elements in admin

Download all attachments as: .zip

Change History (4)

#1 @ryokuhi
4 years ago

  • Keywords has-patch added

@ryokuhi
4 years ago

Restore hover color for select elements in admin

#2 @afercia
4 years ago

  • Focuses administration removed
  • Milestone changed from Awaiting Review to 5.5

Thanks @ryokuhi, good catch! Introduced in [46866].

#3 @afercia
4 years ago

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

In 48362:

Administration: Fix typo in forms.css after [46866].

A stray e made browsers ignore a CSS ruleset preventing select elements from changing color on hover.

Props ryokuhi.
See #48420.
Fixes #50580.

Note: See TracTickets for help on using tickets.