Fix tab bar active style
This commit is contained in:
parent
81c5085b35
commit
65f586ed14
@ -42,9 +42,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.tabactive, &.tabactive:hover {
|
&.tabactive, &.tabactive:hover {
|
||||||
color: white !important;
|
|
||||||
background: rgba(0, 0, 0, 0.25) !important;
|
background: rgba(0, 0, 0, 0.25) !important;
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
|
|
||||||
|
* {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user