Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#40388 closed enhancement (invalid)

Make Links accessible in Plugin Directory

Reported by: travel_girl's profile Travel_girl Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: WordPress.org Site Keywords:
Focuses: ui, accessibility Cc:

Description (last modified by swissspidy)

Links are not underlined in the Plugin Directory which makes it hard noticed that there are links, when they are in the middle of the text.

Also it can be impossible to see them as links, when people are colorblind or using the site, while the sun is really bride or on a beamer.

I suggest to underline the links who are in the middle of the text:

#description a:not(.button), a:not(.button):hover {
    text-decoration: underline;
}

#faq a:not(.button), a:not(.button):hover {
    text-decoration: underline;
}

Attachments (2)

Current_view_links_not_underlined.png (531.8 KB) - added by Travel_girl 8 years ago.
Current View, links are not underlined
Links_underlined.png (543.8 KB) - added by Travel_girl 8 years ago.
Suggestion: make links underlined in text

Download all attachments as: .zip

Change History (4)

#1 @swissspidy
8 years ago

  • Description modified (diff)
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Hey there,

Issues related to the plugin directory can be created on Meta Trac which is for all things related to WordPress.org. See https://meta.trac.wordpress.org/.

Here's the list of open tickets for the plugin directory: https://meta.trac.wordpress.org/query?status=!closed&component=Plugin+Directory

@Travel_girl
8 years ago

Current View, links are not underlined

@Travel_girl
8 years ago

Suggestion: make links underlined in text

#2 @SergeyBiryukov
8 years ago

  • Component changed from General to WordPress.org site
Note: See TracTickets for help on using tickets.