]> cat aescling's git repositories - mastodon.git/commitdiff
Disable status content outline (#5921)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Thu, 7 Dec 2017 23:03:25 +0000 (08:03 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 7 Dec 2017 23:03:25 +0000 (00:03 +0100)
app/javascript/styles/mastodon/components.scss

index 928b0536aedb1a1697b2c0e2b93bb5d5e7736eb5..64a77adc7f3841cb950f3e91f114329d18cfc2af 100644 (file)
   overflow: hidden;
   white-space: pre-wrap;
 
+  &:focus {
+    outline: 0;
+  }
+
   &.status__content--with-spoiler {
     white-space: normal;