Browse Source

Disable status content outline (#5921)

pull/4/head
Yamagishi Kazutoshi 6 years ago
committed by Eugen Rochko
parent
commit
65e0bbd958
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/javascript/styles/mastodon/components.scss

+ 4
- 0
app/javascript/styles/mastodon/components.scss View File

@ -519,6 +519,10 @@
overflow: hidden;
white-space: pre-wrap;
&:focus {
outline: 0;
}
&.status__content--with-spoiler {
white-space: normal;

Loading…
Cancel
Save