refactoring - grey link with dark grey dots for focus
This commit is contained in:
parent
f8b69ae7d7
commit
53ac63cafa
1 changed files with 3 additions and 4 deletions
|
|
@ -39,12 +39,11 @@ body > header {
|
||||||
color: #CCC;
|
color: #CCC;
|
||||||
color: rgb(147,147,147);
|
color: rgb(147,147,147);
|
||||||
|
|
||||||
&:hover {
|
&:hover, &:focus {
|
||||||
background: none;
|
background: none;
|
||||||
color: $highlight-white;
|
color: $highlight-white;
|
||||||
}
|
}
|
||||||
&:focus {
|
&:focus {
|
||||||
color: $highlight-white;
|
|
||||||
outline: thin dotted $border-dark-grey;
|
outline: thin dotted $border-dark-grey;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue