Skip to content

Commit

Permalink
fix(ProgressIndicator): remove non-interactive active state (#9631)
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
tw15egan and kodiakhq[bot] authored Sep 17, 2021
1 parent 5dce855 commit aa4f2b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
margin-right: 0.75rem;
}

.#{$prefix}--progress-label:active {
.#{$prefix}--tooltip__label.#{$prefix}--progress-label:active {
box-shadow: 0 rem(3px) 0 0 $interactive-01;
color: $interactive-01;
}
Expand Down

0 comments on commit aa4f2b9

Please sign in to comment.