mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
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…
x
Reference in New Issue
Block a user