Skip to content

Commit

Permalink
fix(tag): reduce high contrast tag outline
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Jan 27, 2021
1 parent fdb0d76 commit aac0684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/tag/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
}

.#{$prefix}--tag--high-contrast .#{$prefix}--tag__close-icon:focus {
box-shadow: inset 0 0 0 2px $inverse-focus-ui;
box-shadow: inset 0 0 0 1px $inverse-focus-ui;
}

.#{$prefix}--tag--filter.#{$prefix}--tag--disabled
Expand Down

0 comments on commit aac0684

Please sign in to comment.