From: Jérémy Fabre Date: Wed, 28 Sep 2016 09:19:20 +0000 (+0200) Subject: Yellow hover on role switcher X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=dffd4b3d1c7a909248cb3d4b79edabe772849d87;p=mezzo.git Yellow hover on role switcher --- 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';