Change tab color of non selected items to global color

pull/1/head
parent 2882ccde4e
commit be12d2637a

@ -1,7 +1,7 @@
@tab-border-width: @global-border-width;
@tab-border: @global-border;
@tab-box-shadow: none;
@tab-item-color: @global-meta-color;
@tab-item-color: @global-color;
@tab-item-border-width: @global-border-width + 2;
@tab-item-font-weight: 400;
@tab-item-padding-horizontal: 10px;

Loading…
Cancel
Save