[wp-trac] [WordPress Trac] #40388: Make Links accessible in Plugin Directory
WordPress Trac
noreply at wordpress.org
Fri Apr 7 11:12:41 UTC 2017
#40388: Make Links accessible in Plugin Directory
-------------------------------+-----------------------------
Reporter: Travel_girl | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords:
Focuses: ui, accessibility |
-------------------------------+-----------------------------
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;
}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/40388>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list