Merge pull request #5728 from SansPseudoFix/5716-focus-link-color-bootstrap-header
Fix #5716 focus header link color
This commit is contained in:
commit
00817c8583
1 changed files with 5 additions and 1 deletions
|
|
@ -39,10 +39,14 @@ body > header {
|
|||
color: #CCC;
|
||||
color: rgb(147,147,147);
|
||||
|
||||
&:hover {
|
||||
&:hover, &:focus {
|
||||
background: none;
|
||||
color: $highlight-white;
|
||||
}
|
||||
&:focus {
|
||||
outline: thin dotted $border-dark-grey;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
&.landing {
|
||||
|
|
|
|||
Loading…
Reference in a new issue