Simplify styles for the menu button

Using `currentcolor` and `color: inherit` is IMHO more expressive (we're
saying we want to use the same color as the text) and makes it easier to
customize these colors in other CONSUL installations. We also remove
duplication as we can use the same styles for both the admin and the
public layouts.
This commit is contained in:
Javi Martín
2021-05-06 17:48:29 +02:00
parent f92008e91e
commit cc69b81ec1
3 changed files with 3 additions and 18 deletions

View File

@@ -16,7 +16,7 @@
<div class="top-bar">
<span data-responsive-toggle="responsive-menu" data-hide-for="medium" class="float-right">
<button type="button" class="menu-icon dark" data-toggle></button>
<button type="button" class="menu-icon" data-toggle></button>
<%= t("application.menu") %>
</span>