Skip to content

Commit acad157

Browse files
committed
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
1 parent e8b6aff commit acad157

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/wp-content/themes/twentytwenty/style-rtl.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3019,6 +3019,7 @@ h2.entry-title {
30193019
}
30203020

30213021
.is-style-outline .wp-block-button__link {
3022+
border: 2px solid;
30223023
padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
30233024
}
30243025

src/wp-content/themes/twentytwenty/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3039,6 +3039,7 @@ h2.entry-title {
30393039
}
30403040

30413041
.is-style-outline .wp-block-button__link {
3042+
border: 2px solid;
30423043
padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
30433044
}
30443045

0 commit comments

Comments
 (0)