mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Twenty Twenty: Add a missing border to button-style links with Outline style.
This changeset addresses an issue where button-style links with Outline style variation were not consistent with the corresponding variation of the Button block. Props umesh84, sabernhardt, mrfoxtalbot, mohitdadhich10. Fixes #55824. git-svn-id: https://develop.svn.wordpress.org/trunk@54107 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3019,6 +3019,7 @@ h2.entry-title {
|
||||
}
|
||||
|
||||
.is-style-outline .wp-block-button__link {
|
||||
border: 2px solid;
|
||||
padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
|
||||
}
|
||||
|
||||
|
||||
@@ -3039,6 +3039,7 @@ h2.entry-title {
|
||||
}
|
||||
|
||||
.is-style-outline .wp-block-button__link {
|
||||
border: 2px solid;
|
||||
padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user