From e8b8a8961e32dd5007bb54879574e3ba3e99c3af Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Mon, 28 Nov 2022 11:37:11 +0100 Subject: [PATCH] Update links on the top to be blue as well --- app/webpacker/css/admin/v2/navigation.scss | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/app/webpacker/css/admin/v2/navigation.scss b/app/webpacker/css/admin/v2/navigation.scss index d438cc0364..d0f5b641c1 100644 --- a/app/webpacker/css/admin/v2/navigation.scss +++ b/app/webpacker/css/admin/v2/navigation.scss @@ -3,15 +3,8 @@ li { color: $v2-medium-dark-grey; - &:hover { - a, - i { - color: $v2-orange; - } - } - - a { - color: $v2-medium-dark-grey; + i { + @include v2-link-color(); } } }