diff options
author | hoodie <hoodiekitten@outlook.com> | 2017-01-27 12:39:36 -0500 |
---|---|---|
committer | hoodie <hoodiekitten@outlook.com> | 2017-01-27 12:39:36 -0500 |
commit | 6c37285580a31045143e20ea54713db506789d57 (patch) | |
tree | f963320a923533b859c706cc3f57b7f7c8f7ace5 | |
parent | dc3e0529ca577425a4171d5864134fa9320cb5bf (diff) |
fix button outline showing on clicks for prettiness
remove button outlines on-click for retweet, boost, favourite, and reply buttons
-rw-r--r-- | app/assets/stylesheets/application.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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%; |