Improved tab contrast

This commit is contained in:
Joel Collins 2020-07-05 16:55:10 +01:00
parent 4cb3ae03ed
commit 646645cc1d
3 changed files with 24 additions and 8 deletions

View file

@ -93,7 +93,9 @@ export default {
@import "../../assets/less/theme.less";
.tabicon-active {
color: @global-primary-background !important;
color: #fff !important;
background-color: @global-primary-background !important;
box-shadow: @small-shadow;
}
.hook-inverse() {