The secondary search style is needed for the documentation site as well as showcase, so this PR moves the code from showcase to the parent theme.
I made a few changes to the styles in converting the CSS to Sass, the biggest change was remove !important when it wasn't necessary, and setting the custom properties for the button colors so the interactive states still work.
Lastly, I added a local custom prop for the border color, since documentation uses a light grey border, this way it can be set like this, to apply to all the borders.
The secondary search style is needed for the documentation site as well as showcase, so this PR moves the code from showcase to the parent theme.
I made a few changes to the styles in converting the CSS to Sass, the biggest change was remove
!important
when it wasn't necessary, and setting the custom properties for the button colors so the interactive states still work.Lastly, I added a local custom prop for the border color, since documentation uses a light grey border, this way it can be set like this, to apply to all the borders.
Screenshots
Style is available on any site using the parent theme
The variations of the search block with Secondary style
In context on showcase
How to test the changes in this Pull Request: