Skip to content

Changing the colour of the box around tabs when rearranging, amongst others #3172

Answered by irvinm
Da-Dragon asked this question in Q&A
Discussion options

You must be logged in to vote

For the border of the dragged tab, it is simply a less transparent copy of the original tab so it isn't a separate property. However, you could change the border of the tab only when you are dragging it by using the css below. Both the tab and the moving tab will get the updated border only when dragging. Customize to your liking.

tab-item.dragging tab-item-substance {
  border: solid 3px var(--active-border-color) !important;
}

As for the pinned tabs spacing, you should read this comment: #2105 (comment)

For the last item on the indentation, I assume that problem isn't there if you remove the CSS you added to TST? (Is it safe to assume your CSS changes that behavior?) It doesn't look wh…

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@Da-Dragon
Comment options

@irvinm
Comment options

@irvinm
Comment options

@Da-Dragon
Comment options

@irvinm
Comment options

Answer selected by Da-Dragon
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