Merge branch 'refacto/Header' of https://github.com/Tiqa/debats-front into refacto/Header

This commit is contained in:
ato 2016-11-06 04:25:38 +01:00
commit 393a25f51d

View file

@ -38,14 +38,24 @@
} }
} }
& .nav li a:hover { & .nav li {
outline: 0; color: #f21e40;
&:global(.active) {
color: #333; color: #333;
}
& a:hover,
& a:active,
& a:focus {
color: #333;
outline: 0;
background-color: transparent; background-color: transparent;
} }
}
& a { & a {
color: #f21e40; color: inherit;
} }
} }