Skip to content

Commit 2b0434a

Browse files
Minor UI
1 parent 5ac0b0e commit 2b0434a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ui.frontend/src/pages/ScriptsPage.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/* Adds vertical line between 'disabled' and 'mock' tab headers */
2-
.scriptTabs div[role='tab']:nth-child(3) {
1+
/* Adds vertical line between 'automatic' and 'mock' or 'extension' tab headers */
2+
.scriptTabs div[role='tab']:nth-child(2) {
33
position: relative;
44
margin-right: var(--spectrum-global-dimension-size-300);
55
}
66

7-
.scriptTabs div[role='tab']:nth-child(3)::after {
7+
.scriptTabs div[role='tab']:nth-child(2)::after {
88
content: '';
99
position: absolute;
1010
right: calc(var(--spectrum-global-dimension-size-300) * -1);

0 commit comments

Comments
 (0)