ucsc / ucsc-2022

Official WordPress theme for UC Santa Cruz
6 stars 0 forks source link

fix: :bug: Remove Safari/Webkit search form magnifying glass #132 #136

Closed Herm71 closed 2 years ago

Herm71 commented 2 years ago

I created a new wp-blocks/search.css file and included it via functions.php rather than continue in _site-header.scss because we'd want this removed wherever a user inserts a search block.

I no longer have access to BrowserStack, so I couldn't test this on Safari. @knice would you be able to pull this branch down and test it before merging?

knice commented 2 years ago

@Herm71 A note on this PR. _ucsc-header.scss showed up in your commit even though you didn't make a substantive change in it. Be sure to check what files you are committing and revert any file changes that aren't relevant to the commit.