提交 f2bd1afc 编写于 作者: J Johan Preynat

Clean outlined elements on focus

上级 01fc92b3
......@@ -28,6 +28,10 @@
color: @header-button-hover-color;
background: @header-button-hover-background;
}
&:focus {
outline: none;
}
}
h1 {
......
......@@ -75,6 +75,10 @@
text-decoration: underline;
}
a:focus {
outline: none;
}
&.active > a {
color: @sidebar-link-hover-color;
background: @sidebar-link-hover-background;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册