Replies: 1 comment 3 replies
-
For multi-select, just change the variable that TST uses for the color and\or transparency:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to change the color of selected/multi-selected tabs (holding down Ctrl key while clicking). At the moment it's a very faint blue and if I add the following code the faint blue is no longer displayed so I have no way to tell which tabs are part of the multi-selction:
tab-item tab-item-substance { background: black; }
I've treid this but it didn't work:
tab-item.selected tab-item-substance { background: blue; }
Any ideas how this could be accomplished? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions