Skip to content

Commit

Permalink
fix(Tag): update outline and disabled styles (#11721)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
dakahn and kodiakhq[bot] authored Jul 7, 2022
1 parent f626ec7 commit c387090
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/styles/scss/components/tag/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,16 @@
.#{$prefix}--tag--outline {
@include tag-theme($background, $text-primary, $layer-hover);

box-shadow: inset 0 0 0 1px $background-inverse;
box-shadow: 0 0 0 1px $background-inverse;
}

.#{$prefix}--tag--disabled,
.#{$prefix}--tag--filter.#{$prefix}--tag--disabled,
.#{$prefix}--tag--interactive.#{$prefix}--tag--disabled {
@include tag-theme($layer, $text-disabled);

box-shadow: none;

&:hover {
cursor: not-allowed;
}
Expand Down

0 comments on commit c387090

Please sign in to comment.