logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 65e0bbd958a072b0566b13fe04a354f59516729c
parent: 832a7f9a0591f802d810f386be4cfe4703b407e7
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Fri,  8 Dec 2017 08:03:25 +0900

Disable status content outline (#5921)


Diffstat:

Mapp/javascript/styles/mastodon/components.scss4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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;