mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
Menu: Do not show outline upon focus
This commit is contained in:
parent
4c32935c48
commit
d447487219
@ -53,6 +53,12 @@
|
|||||||
background-size: contain;
|
background-size: contain;
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
outline: none;
|
||||||
|
opacity: .6;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#icinga-logo {
|
#icinga-logo {
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
> a {
|
> a {
|
||||||
&:focus {
|
&:focus {
|
||||||
color: @icinga-blue;
|
color: @icinga-blue;
|
||||||
outline: -3px;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -319,7 +319,11 @@ input[type=text].search-input {
|
|||||||
width: 2em;
|
width: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover, &:focus {
|
||||||
i {
|
i {
|
||||||
color: @icinga-blue;
|
color: @icinga-blue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user