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%;