+
{{ tabLabel }}
@@ -91,23 +98,23 @@
margin-left: 8px;
}
- &:not(.active) + .tab:not(.active) {
+ & + .tab {
margin-left: 1px;
-
- &::before {
- content: "";
- position: absolute;
- left: -1px;
- width: 1px;
- height: 16px;
- background: var(--color-4-dimgray);
- }
}
- &:last-of-type:not(.active) {
+ &:not(.active) + .tab:not(.active)::before {
+ content: "";
+ position: absolute;
+ left: -1px;
+ width: 1px;
+ height: 16px;
+ background: var(--color-4-dimgray);
+ }
+
+ &:last-of-type {
margin-right: 1px;
- &::after {
+ &:not(.active)::after {
content: "";
position: absolute;
right: -1px;