Skip to content

Commit

Permalink
fix: add focus style to IconButton
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwoerer committed Oct 19, 2021
1 parent 970631b commit fe22ef5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/src/components/icons/IconButton/IconButton.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ $size: 44px;
padding: 0;
color: inherit;

&:focus {
outline: 1px dashed currentColor;
}

@include hover() {
cursor: pointer;
}
Expand Down

0 comments on commit fe22ef5

Please sign in to comment.