css: do not outline elements underlined...

...on focus - like tabs and actions, this looks ugly
This commit is contained in:
Thomas Gelf 2018-10-05 16:00:56 +02:00
parent fda7acc855
commit 60255d824e
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
div.action-bar a:focus, .tabs a:focus {
outline: none;
text-decoration: underline;
&:before {
text-decoration: none;
}
}
div.action-bar a, div.action-bar form i {
color: @icinga-blue;
}