From 2486050792948d90371302229a8545fbf3a386a5 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Tue, 4 Feb 2014 11:49:22 -0500 Subject: [PATCH] fixing :focus style --- app/assets/stylesheets/desktop/discourse.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/discourse.scss b/app/assets/stylesheets/desktop/discourse.scss index cf4d036ff9d..04ae3f54873 100644 --- a/app/assets/stylesheets/desktop/discourse.scss +++ b/app/assets/stylesheets/desktop/discourse.scss @@ -13,8 +13,8 @@ body { min-width: $large-width; } -:focus {box-shadow:0 0 10px #2b95ca; } - +:focus {outline: #2b95ca dotted thin !important; } +:hover, :active {outline: none !important;} .container { @extend .clearfix;