1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-11 13:15:28 +03:00

fix(editor): Use cursor pointer on close icon (no-changelog) (#8395)

This commit is contained in:
Tomi Turtiainen 2024-01-19 12:51:44 +02:00 committed by GitHub
parent 749ac2b407
commit 6fcf5ddcdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,6 +70,7 @@ const store = useBecomeTemplateCreatorStore();
border: none;
color: var(--color-text-light);
background-color: transparent;
cursor: pointer;
}
.becomeCreatorButton {