]> git.parisson.com Git - mezzo.git/commitdiff
Yellow hover on role switcher
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Wed, 28 Sep 2016 09:19:20 +0000 (11:19 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Wed, 28 Sep 2016 09:19:20 +0000 (11:19 +0200)
app/static/src/sass/modules/_role-switcher.scss

index 2247ea67541bd9c443c6206c75c5447cfd148c7c..38d5895746f0b0367cffaa6101ca91a51a8bb935 100644 (file)
@@ -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';