Block Styles: Add the Secondary Search block style on search block #61
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: