Alves: Fix nested button text-color, code tidying.

This commit is contained in:
Allan Cole 2020-05-22 14:48:43 -04:00 committed by GitHub
parent 26ca9ffa84
commit e9f7fc2186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1519,12 +1519,18 @@ button[data-load-more-btn], .button {
margin-bottom: 32px;
}
.wp-block-cover .wp-block-cover__inner-container a,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover__inner-container a,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-text a {
.wp-block-cover .wp-block-cover__inner-container a:not(.wp-block-button__link),
.wp-block-cover .wp-block-cover__inner-container a.wp-block-button__link:hover,
.wp-block-cover .wp-block-cover-image-text a:not(.wp-block-button__link),
.wp-block-cover .wp-block-cover-image-text a.wp-block-button__link:hover,
.wp-block-cover .wp-block-cover-text a:not(.wp-block-button__link),
.wp-block-cover .wp-block-cover-text a.wp-block-button__link:hover,
.wp-block-cover-image .wp-block-cover__inner-container a:not(.wp-block-button__link),
.wp-block-cover-image .wp-block-cover__inner-container a.wp-block-button__link:hover,
.wp-block-cover-image .wp-block-cover-image-text a:not(.wp-block-button__link),
.wp-block-cover-image .wp-block-cover-image-text a.wp-block-button__link:hover,
.wp-block-cover-image .wp-block-cover-text a:not(.wp-block-button__link),
.wp-block-cover-image .wp-block-cover-text a.wp-block-button__link:hover {
color: currentColor;
}
@ -2406,35 +2412,35 @@ table th,
background-attachment: fixed;
}
.has-primary-color[class] {
.has-primary-color {
color: #3E7D98;
}
.has-secondary-color[class] {
.has-secondary-color {
color: #9B6A36;
}
.has-foreground-color[class] {
.has-foreground-color {
color: #394d55;
}
.has-foreground-light-color[class] {
.has-foreground-light-color {
color: #4d6974;
}
.has-foreground-dark-color[class] {
.has-foreground-dark-color {
color: #253136;
}
.has-background-light-color[class] {
.has-background-light-color {
color: #fafafa;
}
.has-background-dark-color[class] {
.has-background-dark-color {
color: #d9d9d9;
}
.has-background-color[class] {
.has-background-color {
color: #ffffff;
}
@ -2443,42 +2449,42 @@ table th,
color: currentColor;
}
.has-primary-background-color[class] {
.has-primary-background-color {
background-color: #3E7D98;
color: #ffffff;
}
.has-secondary-background-color[class] {
.has-secondary-background-color {
background-color: #9B6A36;
color: #ffffff;
}
.has-foreground-background-color[class] {
.has-foreground-background-color {
background-color: #394d55;
color: #ffffff;
}
.has-foreground-light-background-color[class] {
.has-foreground-light-background-color {
background-color: #4d6974;
color: #ffffff;
}
.has-foreground-dark-background-color[class] {
.has-foreground-dark-background-color {
background-color: #253136;
color: #ffffff;
}
.has-background-light-background-color[class] {
.has-background-light-background-color {
background-color: #fafafa;
color: #394d55;
}
.has-background-dark-background-color[class] {
.has-background-dark-background-color {
background-color: #d9d9d9;
color: #394d55;
}
.has-background-background-color[class] {
.has-background-background-color {
background-color: #ffffff;
color: #394d55;
}