css: do not outline elements underlined...
...on focus - like tabs and actions, this looks ugly
This commit is contained in:
parent
fda7acc855
commit
60255d824e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue