From f9f5c5e66b070a9feb2dd614c58ce8e61c4afb22 Mon Sep 17 00:00:00 2001 From: cpradio Date: Sat, 30 Jan 2016 18:29:36 -0500 Subject: [PATCH] Remove outline: 0 from the topic-footer-buttons, so focus is visible --- app/assets/stylesheets/desktop/topic-post.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 5264dd56efd..6ea01c874f6 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -444,7 +444,6 @@ a.star { color: $primary; } .btn { - outline: 0; margin-bottom: 5px; margin-right: 10px; .fa-bookmark.bookmarked { color: $tertiary; }