Skip to content

Commit

Permalink
Fixed accessibility contrast theme and header tab focus
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jun 25, 2018
1 parent 94f7a8d commit 3b67353
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 1 addition & 8 deletions apps/accessibility/css/themehighcontrast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
url('../../../core/fonts/OpenSans-Semibold.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-weight: 500 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'),
url('../../../core/fonts/OpenSans-Bold.woff') format('woff');
}
Expand Down
4 changes: 4 additions & 0 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,10 @@ nav[role='navigation'] {
li a:focus,
li a.active {
opacity: 1;
}

li:hover a,
li a:focus {
+ span {
display: inline-block;
}
Expand Down

0 comments on commit 3b67353

Please sign in to comment.