a { color: $color_link; text-decoration: underline; transition: all .3s ease-out; // outline: none; &:visited { color: $color_link_visited; } &:hover, &:focus, &:active { color: $color_main_hover; transition: all .3s ease-out; } &:hover, &:active { outline: 0; } &.button { text-decoration: none; } }