diff --git a/src/theme.scss b/src/theme.scss index 2c813a7ce..aaf455b02 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -490,7 +490,9 @@ multiselect { a { color: black; - &:hover { + &:hover, + &:active, + &:focus { text-decoration: none; color: $brand-primary; }