diff options
Diffstat (limited to 'app')
-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%; |