diff --git a/decidim-core/app/packs/stylesheets/decidim/_header.scss b/decidim-core/app/packs/stylesheets/decidim/_header.scss index 01716d253f04f..daabd1f6ecc48 100644 --- a/decidim-core/app/packs/stylesheets/decidim/_header.scss +++ b/decidim-core/app/packs/stylesheets/decidim/_header.scss @@ -214,14 +214,10 @@ header { @apply md:hidden; } } - - [data-target*="dropdown"] { - @apply last-of-type:[&>svg]:block; - } } .menu-bar { - @apply container h-full flex justify-between items-center lg:relative; + @apply container h-full flex justify-between items-center lg:relative last-of-type:[&>svg]:hidden; &__container { @apply bg-primary relative h-14; @@ -341,7 +337,7 @@ header { @apply md:block lg:hidden w-auto last-of-type:[&>svg]:block ml-auto; > svg { - @apply text-white; + @apply text-gray; } } } diff --git a/decidim-core/app/views/layouts/decidim/header/_main.html.erb b/decidim-core/app/views/layouts/decidim/header/_main.html.erb index 18f99a7d3d98d..06e99375bdddd 100644 --- a/decidim-core/app/views/layouts/decidim/header/_main.html.erb +++ b/decidim-core/app/views/layouts/decidim/header/_main.html.erb @@ -17,6 +17,7 @@ data-component="dropdown" data-target="dropdown-menu-main-mobile"> <%= icon "menu-line" %><%= t("main_menu", scope: "layouts.decidim.header") %> + <%= icon "close-line" %><%= t("main_menu", scope: "layouts.decidim.header") %>
<%= breadcrumb_root_menu.render %> + <% if available_locales.length > 1 %> + + <% end %>