mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twenty Nineteen: Set a default color for button links in the editor.
Props mikejolley, poena, boniu91. Fixes #52555. git-svn-id: https://develop.svn.wordpress.org/trunk@51098 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4b5bd0fccd
commit
3a2e2cd450
@ -1000,6 +1000,10 @@ figcaption,
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.wp-block-button .wp-block-button__link:not(.has-text-color) {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
|
||||
background: #0073aa;
|
||||
}
|
||||
|
||||
@ -373,6 +373,10 @@ figcaption,
|
||||
@include font-family( $font__heading );
|
||||
font-size: $font__size-sm;
|
||||
font-weight: bold;
|
||||
|
||||
&:not(.has-text-color) {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
&:not(.is-style-outline) .wp-block-button__link {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user