1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Disable status content outline (#5921)

This commit is contained in:
Yamagishi Kazutoshi 2017-12-08 08:03:25 +09:00 committed by Eugen Rochko
parent 832a7f9a05
commit 65e0bbd958

View file

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