mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 19:13:44 +03:00
Style: Remove border from search
This commit is contained in:
parent
dedb1cf0a3
commit
16bbfbd817
|
@ -13,3 +13,8 @@
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-shadow: 0 0 0 1.5px currentColor;
|
box-shadow: 0 0 0 1.5px currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Remove border from search form. */
|
||||||
|
.wp-block-search {
|
||||||
|
--wp--custom--form--border--width: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue