Skip to content
Discussion options

You must be logged in to vote

Figured it out for anyone who's looking in the future.

I removed the following lines of CSS:

.TabsPanel .container div .Tab{
    border-bottom: 1px solid #c5c5c544;
    border-left-width: 0;
}

.TabsPanel .container div .Tab:first-child {
    border-top: 1px solid #c5c5c544;
}

.TabsPanel .container div .Tab:selected{
    border-bottom: 1px solid #242424ff;
    border-left-width: 0;
}

.Tab[data-lvl="1"] .drag-layer {
    border-left: 1px  solid #c5c5c544;
}

.Tab[data-lvl="2"] .drag-layer {
    border-left: 1px  solid #c5c5c544;
}

.Tab[data-lvl="3"] .drag-layer {
    border-left: 1px  solid #c5c5c544;
}

.Tab[data-lvl="4"] .drag-layer {
    border-left: 1px  solid #c5c5c544;
}

.Tab[dat…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@robbyph
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by robbyph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants