Balasana, Barnsbury: Fix hover colour for cat-links in editor
This commit is contained in:
parent
450ac84836
commit
1c181a985c
3 changed files with 8 additions and 8 deletions
|
@ -311,6 +311,10 @@ object {
|
|||
padding: 32px;
|
||||
}
|
||||
|
||||
.wp-block-a8c-blog-posts.image-alignbehind .post-has-image .cat-links {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.wp-block-a8c-blog-posts.image-alignbehind .post-has-image a:hover {
|
||||
color: currentColor;
|
||||
}
|
||||
|
|
|
@ -76,8 +76,4 @@
|
|||
color: map-deep-get($config-global, "color", "primary", "default");
|
||||
}
|
||||
}
|
||||
|
||||
&.image-alignbehind .post-has-image a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -311,6 +311,10 @@ object {
|
|||
padding: 32px;
|
||||
}
|
||||
|
||||
.wp-block-a8c-blog-posts.image-alignbehind .post-has-image .cat-links {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.wp-block-a8c-blog-posts.image-alignbehind .post-has-image a:hover {
|
||||
color: currentColor;
|
||||
}
|
||||
|
@ -1259,7 +1263,3 @@ table th,
|
|||
.wp-block-a8c-blog-posts .entry-title a:hover, .wp-block-a8c-blog-posts .entry-title a:focus, .wp-block-a8c-blog-posts .entry-title a:active {
|
||||
color: #20603C;
|
||||
}
|
||||
|
||||
.wp-block-a8c-blog-posts.image-alignbehind .post-has-image a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue