Fix survey list share button pointer event

This commit is contained in:
Pablo Bonilla 2021-07-22 00:28:08 -06:00
parent 954d609ed5
commit 28aec2e60d
No known key found for this signature in database
GPG Key ID: 46877262B8DE47E2
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@
margin: 1rem; margin: 1rem;
word-wrap: break-word; word-wrap: break-word;
*:not(div) { * {
pointer-events: none; pointer-events: none;
} }
@ -78,6 +78,7 @@
width: 25px; width: 25px;
height: 25px; height: 25px;
color: #313747; color: #313747;
pointer-events: visible !important;
} }
.entity-share:hover { .entity-share:hover {