提交 70613202 编写于 作者: P Piotr Wielgolaski

[JENKINS-25953]Tabs in job view are layouted in wrong way

make equal height of tab regardless if selected or not
上级 cce358bf
...@@ -406,10 +406,10 @@ pre.console { ...@@ -406,10 +406,10 @@ pre.console {
} }
.tabBar [type=radio]:checked ~ a { .tabBar [type=radio]:checked ~ a {
border: solid 1px #f0f0f0; border: solid 1px #f0f0f0;
border-bottom: none;
background: #eee; background: #eee;
color: #000; color: #000;
font-weight: bold; font-weight: bold;
border-bottom: 1px solid #eee;
z-index: 2; z-index: 2;
} }
.tabBarBaseline { .tabBarBaseline {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册