From 706ed270f689f0079cc7edbe163f20d143477f5a Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Tue, 4 Feb 2014 11:50:14 -0500 Subject: [PATCH] removing :focus style until I figure out a better fix --- app/assets/stylesheets/desktop/discourse.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/discourse.scss b/app/assets/stylesheets/desktop/discourse.scss index 04ae3f54873..801d0967e7f 100644 --- a/app/assets/stylesheets/desktop/discourse.scss +++ b/app/assets/stylesheets/desktop/discourse.scss @@ -13,8 +13,7 @@ body { min-width: $large-width; } -:focus {outline: #2b95ca dotted thin !important; } -:hover, :active {outline: none !important;} + .container { @extend .clearfix;