Skip to content

Commit

Permalink
added exit button focus state
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbarnes9 committed Jul 10, 2020
1 parent decd3c3 commit 2f4f677
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _prototypes/end-to-end/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,11 @@ hr {
}

.btn--ghost.exit:after {
background-image: url(/img/icons/icons--exit.svg);
background-image: url(/img/icons/icons--exit-white.svg);
}

.btn--ghost.exit:focus:after {
background-image: url(/img/icons/icons--exit-black.svg);
}

.btn--ghost.complete-later:after {
Expand Down
1 change: 1 addition & 0 deletions img/icons/icons--exit-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f4f677

Please sign in to comment.