do not add separator on the last tab

This commit is contained in:
Red Adaya 2024-11-23 23:24:48 +08:00
parent 4b6a84c858
commit e24c551db4

View File

@ -58,7 +58,8 @@
}
}
&.before-active:after {
&.before-active:after,
&:last-child::after {
content: none;
}