diff --git a/assets/scss/_common.scss b/assets/scss/_common.scss index 93188dd..f6b575a 100644 --- a/assets/scss/_common.scss +++ b/assets/scss/_common.scss @@ -144,7 +144,7 @@ a { a:hover, a:focus { - outline: none; + outline-color: transparent; text-decoration: none; color: $primary-color; } @@ -207,4 +207,4 @@ a:focus { .snip-layout .snip-btn--highlight { color: white !important; @extend .btn-main; -} \ No newline at end of file +}