diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 337b7d358c..6b95484fed 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%;