mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
fix(editor): Use cursor pointer on close icon (no-changelog) (#8395)
This commit is contained in:
parent
749ac2b407
commit
6fcf5ddcdd
|
@ -70,6 +70,7 @@ const store = useBecomeTemplateCreatorStore();
|
|||
border: none;
|
||||
color: var(--color-text-light);
|
||||
background-color: transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.becomeCreatorButton {
|
||||
|
|
Loading…
Reference in a new issue