提交 c438a5f2 编写于 作者: K Kevin Burke

Switch underline/non underline on sidebar

The underline adds slightly too much visual weight to the links in question.
This changes the links to not have an underline by default, while still adding
the underline when the link is hovered.

Normally accessibility requirements demand that you add an underline for all
clickable text. However, in this case the positioning of the elements, their
changed color, the presence of an icon next to the links, and the link hover
effect combine to give these elements the appearance of clickability.
上级 308ec2eb
...@@ -283,6 +283,14 @@ pre.console { ...@@ -283,6 +283,14 @@ pre.console {
font-size: 12pt; font-size: 12pt;
} }
#jenkins .task-link {
text-decoration: none;
}
#jenkins .task-link:hover {
text-decoration: underline;
}
.task { .task {
white-space: nowrap; white-space: nowrap;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册