Skip to content

Commit 55208cc

Browse files
committed
Twenty Twenty-Two: Fixes search block not showing selected border on bottom.
The border was not showing on search block. This brings in a resolution for that removing the none from border property. Props viralsampat, poena, sabernhardt. Fixes #60669. git-svn-id: https://develop.svn.wordpress.org/trunk@58727 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 50defd6 commit 55208cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/wp-content/themes/twentytwentytwo

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ a:active {
6565
.wp-block-file .wp-block-file__button {
6666
background-color: var(--wp--preset--color--primary);
6767
border-radius: 0;
68-
border: none;
68+
border: 0 solid;
6969
color: var(--wp--preset--color--background);
7070
font-size: var(--wp--preset--font-size--medium);
7171
padding: calc(.667em + 2px) calc(1.333em + 2px);

0 commit comments

Comments
 (0)