Skip to content

Commit

Permalink
update FormTokenField's overrides for @wordpress/base-styles mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Oct 26, 2022
1 parent 794cf58 commit 0a2cd52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/components/src/form-token-field/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@

&.is-active {
@include input-style__focus();
border-color: $components-color-accent;
box-shadow: 0 0 0 ($border-width-focus - $border-width) $components-color-accent;
}

&:focus {
border-color: $components-color-accent;
box-shadow: 0 0 0 ($border-width-focus - $border-width) $components-color-accent;
}

// Token input
Expand Down

0 comments on commit 0a2cd52

Please sign in to comment.