From dffd4b3d1c7a909248cb3d4b79edabe772849d87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Wed, 28 Sep 2016 11:19:20 +0200 Subject: [PATCH] Yellow hover on role switcher --- app/static/src/sass/modules/_role-switcher.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/static/src/sass/modules/_role-switcher.scss b/app/static/src/sass/modules/_role-switcher.scss index 2247ea67..38d58957 100644 --- a/app/static/src/sass/modules/_role-switcher.scss +++ b/app/static/src/sass/modules/_role-switcher.scss @@ -25,6 +25,9 @@ $module: ".role-switcher"; >a { color: white; + &:hover { + color: $color-main; + } } &.active { @@ -37,6 +40,10 @@ $module: ".role-switcher"; position: static; @include padding(0); + >a:hover { + color: white; + } + &:after { display: block; content: '\f107'; -- 2.39.5