Fix tab bar active style

This commit is contained in:
Nicolas Gotchac 2016-12-10 14:32:54 +01:00
parent 81c5085b35
commit 65f586ed14
1 changed files with 4 additions and 1 deletions

View File

@ -42,9 +42,12 @@
}
&.tabactive, &.tabactive:hover {
color: white !important;
background: rgba(0, 0, 0, 0.25) !important;
border-radius: 4px 4px 0 0;
* {
color: white !important;
}
}
}