Disable status content outline (#5921)
This commit is contained in:
parent
7cd63f0aae
commit
dc01c2f951
1 changed files with 4 additions and 0 deletions
|
@ -519,6 +519,10 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&.status__content--with-spoiler {
|
&.status__content--with-spoiler {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue