Shoreditch: Hide link underline on hover

This commit is contained in:
Danny Dudzic 2020-03-09 14:59:51 +01:00
parent a7b1d01bd4
commit 4a9de76c17

View file

@ -1069,10 +1069,10 @@ a:hover {
text-decoration: underline;
}
.comment-content a.no-shadow,
.entry-content a.no-shadow,
.entry-summary a.no-shadow {
box-shadow: none;
.comment-content a:hover,
.entry-content a:hover,
.entry-summary a:hover {
text-decoration: none;
}
.comment-content a:focus,
@ -1097,7 +1097,7 @@ a:hover {
.site-content .wp-audio-shortcode a,
.taxonomy-description a:focus,
.taxonomy-description a:hover {
box-shadow: none;
text-decoration: none;
}
.featured-content .hentry.has-post-thumbnail a,