diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 96631eeaa7..81153a6d56 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -250,9 +250,13 @@ border-top-right-radius: 3px; border-bottom-right-radius: 3px; + &:hover, + &:active { + text-decoration: none; + } + &:hover { color: $brand-blue; - text-decoration: none; cursor: pointer; } }