about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-01-27 20:38:35 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-01-27 20:38:35 +0100
commit04bce0cdf28402c3433403f399ee10113f6f5fdf (patch)
tree30ce52aa05c429d3e2f54f1ceba33e0335ddce38
parent76e970c856da5a04ada00ce2c540e5eed57aed50 (diff)
Clean up
-rw-r--r--app/assets/javascripts/components/locales/en.jsx1
-rw-r--r--app/assets/stylesheets/application.scss8
2 files changed, 5 insertions, 4 deletions
diff --git a/app/assets/javascripts/components/locales/en.jsx b/app/assets/javascripts/components/locales/en.jsx
index 92dcbaeb9..ac1c1a7d5 100644
--- a/app/assets/javascripts/components/locales/en.jsx
+++ b/app/assets/javascripts/components/locales/en.jsx
@@ -39,6 +39,7 @@ const en = {
   "compose_form.placeholder": "What is on your mind?",
   "compose_form.publish": "Toot",
   "compose_form.sensitive": "Mark media as sensitive",
+  "compose_form.spoiler": "Hide text behind warning",
   "compose_form.private": "Mark as private",
   "compose_form.unlisted": "Do not display in public timeline",
   "navigation_bar.edit_profile": "Edit profile",
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%;