Skip to content

Commit

Permalink
fix: pill button: updates hover state to match latest button styles (#45
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dkilgore-eightfold authored Apr 7, 2022
1 parent bbf1e7e commit b98488f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Pills/pills.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@
padding: 0;
margin: 0 0 0 $space-xxs;
transition: none;

&:hover {
outline-color: transparent;
}

&:active {
outline-color: transparent;
}
}

.label + .button:not(:empty) {
Expand Down

0 comments on commit b98488f

Please sign in to comment.