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