From: hoodie Date: Fri, 27 Jan 2017 17:39:36 +0000 (-0500) Subject: fix button outline showing on clicks for prettiness X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=6c37285580a31045143e20ea54713db506789d57;p=mastodon.git fix button outline showing on clicks for prettiness remove button outlines on-click for retweet, boost, favourite, and reply buttons --- diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 337b7d358..6b95484fe 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -110,6 +110,10 @@ body { font-feature-settings: "kern"; text-size-adjust: none; + button:focus { + outline: none !important; + } + &.app-body { position: fixed; width: 100%;