about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorbsky <me@imbsky.net>2018-05-22 20:24:54 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-05-22 13:24:54 +0200
commit92b09d90c8f48e30e83d98cab4f3bc1724e32dae (patch)
treec810883fc2f381018432d99c35cf4d91709068c8 /app
parenta744042cf109cca8c133675ac21c246be8cc3ec4 (diff)
Remove outline (#7582)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/components.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 0765b3ffc..412f8d770 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -1984,6 +1984,7 @@ a.account__display-name {
   padding: 15px;
   margin: 0;
   z-index: 3;
+  outline: 0;
 
   &:hover {
     text-decoration: underline;