diff --git a/app/webpacker/css/admin_v3/shared/typography.scss b/app/webpacker/css/admin_v3/shared/typography.scss index b0d6d49cd3..a716aeeeaf 100644 --- a/app/webpacker/css/admin_v3/shared/typography.scss +++ b/app/webpacker/css/admin_v3/shared/typography.scss @@ -51,14 +51,6 @@ a:not(.button) { text-decoration: none; line-height: inherit; - &, - &:hover, - &:active, - &:visited, - &:focus { - outline: none; - } - &:visited { color: $color-link-visited; }