From 2486050792948d90371302229a8545fbf3a386a5 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Tue, 4 Feb 2014 11:49:22 -0500 Subject: [PATCH 1/3] 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; From 706ed270f689f0079cc7edbe163f20d143477f5a Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Tue, 4 Feb 2014 11:50:14 -0500 Subject: [PATCH 2/3] 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; From e42374d6f688783cc0efe0eb9a8d0fea0711208d Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Tue, 4 Feb 2014 21:52:48 -0500 Subject: [PATCH 3/3] aligning content within restricted-badges --- app/assets/stylesheets/common/components/badges.css.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/common/components/badges.css.scss b/app/assets/stylesheets/common/components/badges.css.scss index efd1cca1650..7034a0864cf 100644 --- a/app/assets/stylesheets/common/components/badges.css.scss +++ b/app/assets/stylesheets/common/components/badges.css.scss @@ -31,7 +31,6 @@ &.restricted { div { display: inline-block; - vertical-align: top; margin: 0; } }