[wp-meta] [Making WordPress.org] #2696: Make Links accessible in Plugin Directory
Making WordPress.org
noreply at wordpress.org
Fri Apr 7 11:26:21 UTC 2017
#2696: Make Links accessible in Plugin Directory
------------------------------+------------------------------------
Reporter: Travel_girl | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Plugin Directory v3.0
Component: Plugin Directory | Resolution:
Keywords: has-screenshots |
------------------------------+------------------------------------
Old description:
> 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;
> }
New description:
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;
}
}}}
--
Comment (by SergeyBiryukov):
Previously: #2542 (for Support Theme).
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2696#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list