diff --git a/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass b/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass index 5f25ce39..122ac4ed 100644 --- a/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass +++ b/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass @@ -3,3 +3,5 @@ :color inherit :text-decoration inherit :cursor inherit + &:active, &:focus + :outline none \ No newline at end of file