Style: Remove border from search

This commit is contained in:
Kelly Dwan 2024-08-29 14:47:10 -04:00
parent dedb1cf0a3
commit 16bbfbd817
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -13,3 +13,8 @@
border-radius: 2px;
box-shadow: 0 0 0 1.5px currentColor;
}
/* Remove border from search form. */
.wp-block-search {
--wp--custom--form--border--width: 0;
}