Skip to content

Commit

Permalink
Use outline-secondary style for the sidebar toggle button
Browse files Browse the repository at this point in the history
This makes the button a bit more subtle and fixes issue #620 that the button were not visible in darkmode
  • Loading branch information
jbtronics committed Jun 7, 2024
1 parent 0b21eff commit b2059b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b2059b6

Please sign in to comment.