mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
fix: message attrs clickable only when editing (#5070)
Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
parent
b0ce17c5e8
commit
a3f5885823
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user