Remove direct style manipulations in favor of classes

This commit is contained in:
eugenijm 2020-07-07 21:43:46 +03:00
parent ed7310c04b
commit fc865d3a12
5 changed files with 16 additions and 17 deletions

View file

@ -39,7 +39,7 @@
>
<div
class="chat-message-menu"
:style="ellipsisButtonWrapperStyle"
:class="{ 'visible': hovered || menuOpened }"
>
<Popover
trigger="click"