From d6fe49ff4f84ebbb1f2dd3a7cfce7c86d9c58ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 27 Aug 2021 22:51:06 +0200 Subject: [PATCH] Unify Foundation classes in header menus In commit 55c3c7987 we updated the admin layout header to use `class="dropdown menu" data-dropdown-menu` instead of `class="menu" data-responsive-menu="medium-dropdown"`. Then, in commit dcec003d0, we updated the public layout header to use `class="menu" data-responsive-menu="medium-dropdown"` instead of `class="dropdown menu" data-dropdown-menu`. Now we're applying the same classes to both, hoping we can get some consistent styles. I'm choosing to keep the ones in the public layout because using it I had less problems when trying to improve the styles of this navigation. --- app/views/layouts/_admin_header.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_admin_header.html.erb b/app/views/layouts/_admin_header.html.erb index 88e5e0ff8..e301c0d4a 100644 --- a/app/views/layouts/_admin_header.html.erb +++ b/app/views/layouts/_admin_header.html.erb @@ -40,7 +40,7 @@
-