CSS tweaks #2815
Replies: 1 comment 1 reply
-
Due to the CSS spec you cannot put the highlighter (active tab indicator) over the border line. You need to re-define it as a box-shadow or outline completely, otherwise you'll need to render it with a pseudo element. See also:
It is rendered with the color :root {
--tab-highlighter-inactive: unset;
} |
Beta Was this translation helpful? Give feedback.
-
Figured this is as good a topic as any for the inaugural discussion thread (i wasn't sure whether to select the General or Q&A category, feel free to change as you see fit). i use the following css (as found in the wiki iirc) to remove the tab borders:
which leads to a rather annoying gap on the very left of the tab, next to the active tab indicator. can i move the indicator into the newly vacated space?
also, i found out that that the active tab indicator also appears when you hover over a tab (easier to notice when you're using TST colored tabs). can i get rid of that as well?
Beta Was this translation helpful? Give feedback.
All reactions