FIX: nav-pills not highlighted on user preferences page (#7126)

This commit is contained in:
Joffrey JAFFEUX 2019-03-07 13:40:12 +01:00 committed by GitHub
parent a9648e8fd1
commit a2fdd4089c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,8 @@
}
}
&.active > a {
&.active > a,
a.active {
color: $secondary;
background-color: $quaternary;