Allow adding delimiter/seperation bar freely in between tabs? #1839
MaxHasBeenUsed
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Not sure what you're trying to do, but '.Tab[data-lvl="0"]' gives you the root level tabs.. .Tab[data-lvl="0"] {
border-top: 1px solid #3F3F46;
}
.Tab[data-lvl="0"]:first-child {
border-top: unset;
} |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
You can manually add them wherever you want, like in right here. As well as allow dragging to move them or deleting them.
It's supposedly to act like a way to organize tabs by separating them (or grouping them, depends on how you see it.) One level lower than "containers".
Beta Was this translation helpful? Give feedback.
All reactions