Fix focus on chat message edit (chrome)

This commit is contained in:
2021-04-13 19:37:20 +02:00
parent 3fa38565b9
commit ea269a43a3
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -765,6 +765,10 @@
margin-left:5px;
font-size:$size_big;
&:focus {
outline: none;
}
&.edit-btn {
vertical-align: middle;
}