0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00

Merge pull request #4399 from penpot/palba-bugfixing-006

🐛 Fix no visual cue if user want to create anotation with only spaces
This commit is contained in:
Alejandro 2024-04-11 07:11:22 +02:00 committed by GitHub
commit 702ec65d77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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

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