fix: message attrs clickable only when editing (#5070)

Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
Miguel Cabrerizo 2023-01-19 09:07:51 +01:00 committed by GitHub
parent b0ce17c5e8
commit a3f5885823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
position: absolute;
display: flex;
flex-wrap: wrap;
opacity: 0;
visibility: hidden;
margin: 0 -0.25rem;
transition: all 0.2s ease;
@ -84,7 +84,7 @@
&.cnsl-focused {
.edit-text-chips {
opacity: 1;
visibility: visible;
cursor: copy;
}
}