From a1bb1a96918fda9845e6e7f1ea26496ef78311f5 Mon Sep 17 00:00:00 2001 From: Gabriel Mansour Date: Tue, 4 Aug 2009 13:52:56 -0400 Subject: [PATCH] [Compass Core] There is no longer any outline on unstyled links in the :active and :focused states. --- .../stylesheets/compass/utilities/links/_unstyled_link.sass | 2 ++ 1 file changed, 2 insertions(+) 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