[wp-meta] [Making WordPress.org] #7146: underline links (in text widgets) in sidebar for accessibility
Making WordPress.org
noreply at wordpress.org
Tue Jul 18 10:03:20 UTC 2023
#7146: underline links (in text widgets) in sidebar for accessibility
-------------------------------------------------+-------------------------
Reporter: Travel_girl | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Make (Get Involved) / P2 | Resolution:
Keywords: needs-patch has-screenshots needs- |
design |
-------------------------------------------------+-------------------------
Comment (by Travel_girl):
for consistency I would go with the same code as the links in the content,
which is:
.entry-content p a, .comment-content p a, .entry-content li a, .comment-
content li a {
text-decoration: underline;
}
So maybe:
.textwidget a {
text-decoration: underline;
}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/7146#comment:7>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list