diff --git a/src/components/Pills/pills.module.scss b/src/components/Pills/pills.module.scss index 0d31658c3..a348798e2 100644 --- a/src/components/Pills/pills.module.scss +++ b/src/components/Pills/pills.module.scss @@ -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) {