[wp-trac] [WordPress Trac] #60669: Twenty Twenty-Two: Search block does not show selected border on button

WordPress Trac noreply at wordpress.org
Wed Oct 8 13:03:20 UTC 2025


#60669: Twenty Twenty-Two: Search block does not show selected border on button
------------------------------+-------------------------
 Reporter:  viralsampat       |       Owner:  karmatosed
     Type:  defect (bug)      |      Status:  closed
 Priority:  normal            |   Milestone:  6.7
Component:  Bundled Theme     |     Version:  6.4.3
 Severity:  normal            |  Resolution:  fixed
 Keywords:  has-patch commit  |     Focuses:  css
------------------------------+-------------------------

Comment (by devmooz):

 if you want to confirm the same issue:

 I can confirm this issue. The border for the Search Block button doesn’t
 appear on both sides, even when border settings are applied in the block
 editor. Tested on WordPress 6.5.3, Twenty Twenty-Two theme version 1.7,
 and Chrome 125 on macOS 14.5.

 🧩 If you want to suggest a fix or workaround:

 I’ve found a temporary workaround for this issue. Adding the following CSS
 restores the missing border:


 {{{
 .wp-block-search__button {
     border: 1px solid currentColor;
 }
 }}}



 Hope this helps until an official fix is released.

 🧠 If you just want to thank or acknowledge:

 Thanks for reporting this! I noticed the same behavior and appreciate the
 detailed environment info — it helped me confirm the issue quickly.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/60669#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list