fixed the bug flickering on hover in modals

pull/725/head
Audric Ackermann 5 years ago
parent 93a4b9f9db
commit d08a14e711

@ -385,6 +385,8 @@ $session_message-container-border-radius: 5px;
display: inline-block;
position: relative;
opacity: 0.4;
transform: translateZ(0);
&:hover {
opacity: 1;
}

Loading…
Cancel
Save