Skip to content

Commit

Permalink
fix: update modal exit button focus state
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn320 committed May 8, 2023
1 parent 8d277ae commit 5ce34cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/HelpIcon/HelpIcon.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ svg:hover {
margin-right: 2rem;
}

.modal-exit:focus {
background-color: #e5e5e5;
border: 3px;
border-style: solid;
border-color: #0e62c9;
outline: none;
}

.modal-exit:hover {
background-color: #e5e5e5;
}
Expand Down

0 comments on commit 5ce34cd

Please sign in to comment.