mirror of
git://develop.git.wordpress.org/
synced 2025-03-20 03:49:54 +01:00
Twenty Twelve: Fixes Button block outline style having wrong text color on front.
The Button block has a different text color on the front to the editor when you apply text color. This resolves it without changing other styles. Props pitamdey, ugyensupport, sabernhardt. Fixes #61846. git-svn-id: https://develop.svn.wordpress.org/trunk@58885 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ac5fdb4660
commit
ddc5d6aba4
@ -263,6 +263,11 @@ pre.wp-block-code {
|
||||
color: #7c7c7c;
|
||||
}
|
||||
|
||||
.is-style-outline .wp-block-button__link,
|
||||
.is-style-outline .wp-block-button__link:visited {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
.wp-block-button.is-style-outline .wp-block-button__link,
|
||||
.wp-block-button.is-style-outline .wp-block-button__link:visited {
|
||||
background-color: inherit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user