DEV: add btn-transparent class to advanced search button (#31316)

Noticed that this advanced search button unintentionally picks up some
unwanted styles in themes:


![image](https://github.com/user-attachments/assets/0bccddcd-3982-4b4d-9a98-efc2f91a9077)

adding the btn-transparent class should help
This commit is contained in:
Kris 2025-02-12 16:21:55 -05:00 committed by GitHub
parent e7c2c92961
commit 797bb8b8af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
<DButton
class="show-advanced-search"
class="show-advanced-search btn-transparent"
title={{i18n "search.open_advanced"}}
@action={{@openAdvancedSearch}}
@icon="sliders"