Skip to content

Commit

Permalink
@mention focus improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-signal committed Sep 21, 2020
1 parent 32c4976 commit 460ca0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stylesheets/_modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5272,9 +5272,10 @@ button.module-image__border-overlay:focus {
display: inline-block;
padding-left: 4px;
padding-right: 4px;
border: 1px solid transparent;

&:focus {
border: solid 1px $color-black;
border: 1px solid $color-black;
outline: none;
}
}
Expand Down

0 comments on commit 460ca0c

Please sign in to comment.