Use outline-secondary style for the sidebar toggle button

This makes the button a bit more subtle and fixes issue #620 that the button were not visible in darkmode
This commit is contained in:
Jan Böhmer 2024-06-07 23:28:59 +02:00
parent 0b21effb13
commit b2059b6910

View file

@ -115,7 +115,7 @@
</button>
{# Must be outside of the sidebar or it will be hidden too #}
<button class="btn btn-outline-dark btn-sm p-0 d-md-block d-none" type="button" id="sidebar-toggle-button" title="{% trans %}sidebar.big.toggle{% endtrans %}"
<button class="btn btn-outline-secondary btn-sm p-0 d-md-block d-none" type="button" id="sidebar-toggle-button" title="{% trans %}sidebar.big.toggle{% endtrans %}"
{{ stimulus_controller('common/hide_sidebar') }} {{ stimulus_action('common/hide_sidebar', 'toggleSidebar') }}>
<i class="fas fa-angle-left"></i>
</button>