diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-27 20:38:35 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-27 20:38:35 +0100 |
commit | 04bce0cdf28402c3433403f399ee10113f6f5fdf (patch) | |
tree | 30ce52aa05c429d3e2f54f1ceba33e0335ddce38 /app/assets/stylesheets | |
parent | 76e970c856da5a04ada00ce2c540e5eed57aed50 (diff) |
Clean up
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/application.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 6b95484fe..0bdff6186 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -110,10 +110,6 @@ body { font-feature-settings: "kern"; text-size-adjust: none; - button:focus { - outline: none !important; - } - &.app-body { position: fixed; width: 100%; @@ -138,6 +134,10 @@ body { } } +button:focus { + outline: none; +} + .app-holder { display: flex; width: 100%; |