mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twenty Fourteen: Fix Letter Case implementation.
This changeset fixes Letter Case control implementation on the Button block, on both front-end and in the Editor. Props thakordarshil, pateljaymin, sabernhardt, panchalhimani711, mukesh27. See #58526. git-svn-id: https://develop.svn.wordpress.org/trunk@55997 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
97be53bbce
commit
898a98b8a3
@ -242,6 +242,11 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.wp-block-buttons[style*="text-transform"] .wp-block-button__link,
|
||||
.wp-block-button[style*="text-transform"] .wp-block-button__link {
|
||||
text-transform: inherit;
|
||||
}
|
||||
|
||||
.wp-block-button__link {
|
||||
background-color: #24890d;
|
||||
color: #fff;
|
||||
|
||||
@ -424,6 +424,11 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.wp-block-buttons[style*="text-transform"] .wp-block-button__link,
|
||||
.wp-block-button[style*="text-transform"] .wp-block-button__link {
|
||||
text-transform: inherit;
|
||||
}
|
||||
|
||||
.wp-block-button__link {
|
||||
background-color: #24890d;
|
||||
color: #fff;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user