From 4fbe2d99d58825ac09943a9745f2cb12568842d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 27 Aug 2021 23:27:49 +0200 Subject: [PATCH] Simplify small screen styles in admin submenu Some of these styles were redundant and so we can remove them. --- app/assets/stylesheets/admin.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index b1449f476..edc06f283 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -83,15 +83,8 @@ $table-header: #ecf1f6; .submenu { border: 0; - display: block; margin-top: 0; position: initial; - width: 100%; - } - - .is-active { - font-weight: normal; - text-decoration: none; } .is-submenu-item { @@ -99,7 +92,7 @@ $table-header: #ecf1f6; } a { - font-weight: normal !important; + font-weight: normal; } }