Make WordPress Core

Opened 3 years ago

Closed 3 years ago

#53473 closed defect (bug) (fixed)

Themes: Theme Details button has unexpected border

Reported by: ryelle's profile ryelle Owned by: desrosj's profile desrosj
Milestone: 5.8 Priority: normal
Severity: normal Version: 5.8
Component: Themes Keywords: has-patch has-screenshots commit
Focuses: css Cc:

Description

The Theme Details button (appears on hover/focus of a theme in Appearance > Themes) now has a border around it. Seen in Firefox.

I think this is a default style applied because the element is now a button (#52649/r51083).

Attachments (3)

Screen Shot 2021-06-21 at 3.47.32 PM.png (413.1 KB) - added by ryelle 3 years ago.
Border seen on trunk
53473.diff (346 bytes) - added by ryelle 3 years ago.
Remove the border
Screen Shot 2021-06-21 at 3.57.16 PM.png (330.7 KB) - added by ryelle 3 years ago.
After, with patch applied

Download all attachments as: .zip

Change History (6)

@ryelle
3 years ago

Border seen on trunk

@ryelle
3 years ago

Remove the border

@ryelle
3 years ago

After, with patch applied

#1 @ryelle
3 years ago

  • Keywords has-patch has-screenshots added

#2 @desrosj
3 years ago

  • Keywords commit added

Thanks @ryelle! I was able to reproduce, and 53473.diff fixes the issue for me.

#3 @desrosj
3 years ago

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

In 51194:

Themes: Remove unexpected border around the Theme Details button.

After [51083], the Theme Details button is now displaying a border unintentionally. This removes it.

Props ryelle.
Fixes #53473.

Note: See TracTickets for help on using tickets.