Skip to content

Commit

Permalink
fix missing focus in tags (#24187)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras authored Jul 24, 2020
1 parent 900dd28 commit 49df35b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/src/form-token-field/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
border-color: $light-gray-700;
}

&.is-active {
@include input-style__focus();
}

// Token input
input[type="text"].components-form-token-field__input {
display: inline-block;
Expand Down

0 comments on commit 49df35b

Please sign in to comment.