Help IE to outline the focus
This commit is contained in:
parent
7ea9ae8305
commit
25a85ca36b
|
@ -80,15 +80,19 @@ a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&:focus {
|
|
||||||
outline-color: @icinga-blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:focus,
|
||||||
|
button:focus,
|
||||||
|
input[type="checkbox"]:focus {
|
||||||
|
outline-color: @icinga-blue;
|
||||||
|
outline-style: solid; // IE
|
||||||
|
outline-style: auto;
|
||||||
|
}
|
||||||
|
|
||||||
// Default margin for block text
|
// Default margin for block text
|
||||||
blockquote, p, pre {
|
blockquote, p, pre {
|
||||||
margin: 0 0 1em 0;
|
margin: 0 0 1em 0;
|
||||||
|
|
Loading…
Reference in New Issue