mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -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:
commit
702ec65d77
2 changed files with 8 additions and 1 deletions
|
@ -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")
|
||||
|
|
|
@ -559,6 +559,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.icon-tick.invalid:hover {
|
||||
cursor: default;
|
||||
svg {
|
||||
stroke: var(--icon-foreground);
|
||||
}
|
||||
}
|
||||
|
||||
&.icon-cross:hover,
|
||||
&.icon-trash:hover {
|
||||
svg {
|
||||
|
|
Loading…
Reference in a new issue