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:
Jb Audras
2022-09-08 23:01:12 +00:00
parent e8b6aff9d7
commit acad157d89
2 changed files with 2 additions and 0 deletions

View File

@@ -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);
}

View File

@@ -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);
}