mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-30 04:48:33 +02:00
Fix product card button exclusion
.kg-btn class was removed in 44e9db7195
, and this adds explicit rule to exclude product card button from the default link style
This commit is contained in:
parent
cec2456b6a
commit
d2f6e8c59d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -63,7 +63,7 @@ is the very first element in the post content */
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.gh-content a:not(.gh-post-upgrade-cta a):not(.kg-bookmark-container):not(.kg-btn):not(.kg-nft-card-container):not(.kg-callout-card-accent a) {
|
||||
.gh-content a:not(.gh-post-upgrade-cta a):not(.kg-bookmark-container):not(.kg-btn):not(.kg-nft-card-container):not(.kg-callout-card-accent a):not(.kg-product-card-button) {
|
||||
color: var(--ghost-accent-color);
|
||||
text-decoration: underline;
|
||||
word-break: break-word;
|
||||
|
Loading…
Reference in New Issue
Block a user