0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-18 02:32:13 -05:00

🐛 Fix no visual cue if user want to create anotation with only spaces

This commit is contained in:
Pablo Alba 2024-04-10 10:40:35 +02:00
parent bbe0baac5f
commit d22ae22aad
2 changed files with 8 additions and 1 deletions

View file

@ -184,7 +184,7 @@
:class (stl/css-case
:icon true
:icon-tick true
:hidden invalid-text?)}
:invalid invalid-text?)}
i/tick]
[:div {:class (stl/css :icon :icon-cross)
:title (tr "labels.discard")

View file

@ -566,6 +566,13 @@
}
}
&.icon-tick.invalid:hover {
cursor: default;
svg {
stroke: var(--icon-foreground);
}
}
&.icon-cross:hover,
&.icon-trash:hover {
svg {