Balasana: Add underline to links inside blocks with a background-color.

This commit is contained in:
Allan Cole 2020-07-14 16:51:13 -04:00
parent b5bc1852c0
commit 2273500ed8
3 changed files with 13 additions and 6 deletions

View file

@ -29,6 +29,7 @@ a,
.entry-content .more-link {
text-decoration: none;
.has-background &,
&:active,
&:focus,
&:hover {

View file

@ -4044,13 +4044,16 @@ a,
text-decoration: none;
}
a:active, a:focus, a:hover,
.has-background a, a:active, a:focus, a:hover, .has-background
.wp-block-newspack-blocks-homepage-articles article .entry-meta a,
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:focus,
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .has-background
.wp-block-newspack-blocks-homepage-articles article .cat-links a,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:active,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:focus,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover, .has-background
.entry-content .more-link,
.entry-content .more-link:active,
.entry-content .more-link:focus,
.entry-content .more-link:hover {

View file

@ -4073,13 +4073,16 @@ a,
text-decoration: none;
}
a:active, a:focus, a:hover,
.has-background a, a:active, a:focus, a:hover, .has-background
.wp-block-newspack-blocks-homepage-articles article .entry-meta a,
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:focus,
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .has-background
.wp-block-newspack-blocks-homepage-articles article .cat-links a,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:active,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:focus,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover, .has-background
.entry-content .more-link,
.entry-content .more-link:active,
.entry-content .more-link:focus,
.entry-content .more-link:hover {