mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: add btn-transparent class to advanced search button (#31316)
Noticed that this advanced search button unintentionally picks up some unwanted styles in themes:  adding the btn-transparent class should help
This commit is contained in:
parent
e7c2c92961
commit
797bb8b8af
@ -1,5 +1,5 @@
|
||||
<DButton
|
||||
class="show-advanced-search"
|
||||
class="show-advanced-search btn-transparent"
|
||||
title={{i18n "search.open_advanced"}}
|
||||
@action={{@openAdvancedSearch}}
|
||||
@icon="sliders"
|
||||
|
Loading…
Reference in New Issue
Block a user