Disable status content outline (#5921)

main
Yamagishi Kazutoshi 7 years ago committed by Eugen Rochko
parent 832a7f9a05
commit 65e0bbd958

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

Loading…
Cancel
Save