Skip to content

Commit

Permalink
Merge pull request #1273 from slidewiki/fix-hover-issues
Browse files Browse the repository at this point in the history
Fix hover / focus issues
  • Loading branch information
rezatavakoli authored Aug 21, 2020
2 parents bd00961 + f776b0a commit 646211f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ div#embedModal .fields>label {
}
.au-body .au-skip-link__link:hover,.au-skip-link__link:hover{
text-decoration:none;
color:#fff
color:#000
}
/* Questions Display */
.questionsList{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.9.0",
"@gov.au/skip-link": "^2.0.10",
"@gov.au/skip-link": "^2.0.16",
"async": "^2.1.5",
"babel-loader": "^8.0.0",
"babel-plugin-add-module-exports": "0.2.1",
Expand Down

0 comments on commit 646211f

Please sign in to comment.