Skip to content

Commit

Permalink
Twenty Twenty-Two: Fixes search block not showing selected border on …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
karmatosed committed Jul 15, 2024
1 parent 50defd6 commit 55208cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentytwentytwo/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ a:active {
.wp-block-file .wp-block-file__button {
background-color: var(--wp--preset--color--primary);
border-radius: 0;
border: none;
border: 0 solid;
color: var(--wp--preset--color--background);
font-size: var(--wp--preset--font-size--medium);
padding: calc(.667em + 2px) calc(1.333em + 2px);
Expand Down

0 comments on commit 55208cc

Please sign in to comment.