@mixin disable-default-a-behaviour { &:hover, &:focus { text-decoration: none !important; outline: none !important; } }