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,14 +39,13 @@ body > header {
|
|||
color: #CCC;
|
||||
color: rgb(147,147,147);
|
||||
|
||||
&:hover {
|
||||
&:hover, &:focus {
|
||||
background: none;
|
||||
color: $highlight-white;
|
||||
}
|
||||
&:focus {
|
||||
color: $highlight-white;
|
||||
outline: thin dotted $border-dark-grey;
|
||||
text-decoration: none;
|
||||
outline: thin dotted $border-dark-grey;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue