Skip to content

Commit c915909

Browse files
committed
Fix tabs in 2.496
1 parent 3ac97f4 commit c915909

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

src/main/webapp/css/jenkins-style.css

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,25 @@ pre {
6262
}
6363

6464
.tabBar .tab a.active {
65-
background: var(--tabs-item-background--selected);
66-
color: var(--tabs-item-foreground--selected);
67-
cursor: default;
6865
z-index: 2;
66+
cursor: default;
67+
font-weight: 450;
68+
color: var(--tabs-item-foreground--active);
69+
70+
&::before {
71+
background-clip: padding-box;
72+
background-color: var(--tabs-item-background--selected) !important;
73+
border: var(--jenkins-border--subtle) !important;
74+
}
75+
76+
&::after {
77+
display: none;
78+
}
79+
80+
&::before,
81+
&::after {
82+
inset: 0;
83+
}
6984
}
7085

7186
/* ------------------------------------------------------------------------------------------------------------------- */

0 commit comments

Comments
 (0)