From 7ed0dbfd9aef542e77ca4a75d9920a58861e5765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 13 Oct 2022 20:58:12 +0200 Subject: [PATCH] Use the same colors for admin top-links Doing so will help to immediately identify which administration you're managing when using multitenant applications. We might revert this change if we detect it causes usability issues in the admin section. --- app/assets/stylesheets/admin.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 1619efbec..7751f4cab 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -61,8 +61,6 @@ $table-header: #ecf1f6; } .top-links { - background: #000; - color: $white; a { line-height: rem-calc($line-height * 1.5);