From a2fdd4089c51588fdf93bc7863801e4ad9c73172 Mon Sep 17 00:00:00 2001
From: Joffrey JAFFEUX <j.jaffeux@gmail.com>
Date: Thu, 7 Mar 2019 13:40:12 +0100
Subject: [PATCH] FIX: nav-pills not highlighted on user preferences page
 (#7126)

---
 app/assets/stylesheets/common/components/navs.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/assets/stylesheets/common/components/navs.scss b/app/assets/stylesheets/common/components/navs.scss
index 1ce8f2767fd..4f73ad7966a 100644
--- a/app/assets/stylesheets/common/components/navs.scss
+++ b/app/assets/stylesheets/common/components/navs.scss
@@ -48,7 +48,8 @@
       }
     }
 
-    &.active > a {
+    &.active > a,
+    a.active {
       color: $secondary;
       background-color: $quaternary;