mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-08 19:47:45 +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;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
opacity: 0;
|
visibility: hidden;
|
||||||
margin: 0 -0.25rem;
|
margin: 0 -0.25rem;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
|
|
||||||
@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
&.cnsl-focused {
|
&.cnsl-focused {
|
||||||
.edit-text-chips {
|
.edit-text-chips {
|
||||||
opacity: 1;
|
visibility: visible;
|
||||||
cursor: copy;
|
cursor: copy;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user