about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-12-08 08:03:25 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-12-08 00:03:25 +0100
commit65e0bbd958a072b0566b13fe04a354f59516729c (patch)
tree8660b19df112c196cf14f9fd80d1d14e49b4b4e1 /app
parent832a7f9a0591f802d810f386be4cfe4703b407e7 (diff)
Disable status content outline (#5921)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/components.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 928b0536a..64a77adc7 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -519,6 +519,10 @@
   overflow: hidden;
   white-space: pre-wrap;
 
+  &:focus {
+    outline: 0;
+  }
+
   &.status__content--with-spoiler {
     white-space: normal;