Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#31205 closed defect (bug) (fixed)

Remove user-select: none from theme version string

Reported by: celloexpressions's profile celloexpressions Owned by: helen's profile helen
Milestone: 4.2 Priority: normal
Severity: normal Version: 3.8
Component: Themes Keywords: good-first-bug has-patch
Focuses: ui Cc:

Description

See https://make.wordpress.org/accessibility/2015/01/31/theme-switcher-accessibility-test-result/:

Why .theme-overlay .theme-version has user-select: none; ? As a user, I want to be able to select that text.

Let's remove those rules from wp-admin/css/themes.css.

Attachments (2)

31205.patch (827 bytes) - added by johneckman 10 years ago.
Patch removing these rules from themes.css and themes-rtl.css
31205.2.patch (407 bytes) - added by johneckman 10 years ago.
just themes.css this time - forgot about automatic generation of rtl version

Download all attachments as: .zip

Change History (5)

@johneckman
10 years ago

Patch removing these rules from themes.css and themes-rtl.css

#1 @johneckman
10 years ago

  • Keywords has-patch added; needs-patch removed

@johneckman
10 years ago

just themes.css this time - forgot about automatic generation of rtl version

#2 @helen
10 years ago

  • Milestone changed from Future Release to 4.2

Came in with the merge, don't see any reason to keep it.

#3 @helen
10 years ago

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

In 31330:

Themes: Allow version number in the overlay to be selected.

props johneckman.
fixes #31205.

Note: See TracTickets for help on using tickets.