[wp-trac] [WordPress Trac] #43317: Twenty Seventeen: Underline links in comments
WordPress Trac
noreply at wordpress.org
Wed Feb 14 15:54:07 UTC 2018
#43317: Twenty Seventeen: Underline links in comments
-------------------------+-------------------------------------------------
Reporter: | Owner:
SergeyBiryukov | Status: new
Type: defect | Milestone: 5.0
(bug) | Version:
Priority: normal | Keywords: has-screenshots needs-patch good-
Component: Bundled | first-bug
Theme |
Severity: normal |
Focuses: ui, |
accessibility |
-------------------------+-------------------------------------------------
Twenty Seventeen removes default link underline and replaces it with `box-
shadow`:
{{{
a {
text-decoration: none;
}
...
.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
...
}
}}}
This is done for posts, widgets and navigation, but not for comments, so
links in comments are indistinguishable from text. See the screenshot and
try to find a link there :) (Hint: It's "Lorem ipsum".)
Haven't looked at other bundled themes yet.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43317>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list