Shoreditch: Hide link underline on hover
This commit is contained in:
parent
a7b1d01bd4
commit
4a9de76c17
1 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue