mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
fix(editor): Address icon feedback (no-changelog) (#17051)
This commit is contained in:
@@ -813,8 +813,8 @@ const onCalloutDismiss = async (parameter: INodeProperties) => {
|
||||
.icon-button {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
top: 0;
|
||||
left: calc(-0.5 * var(--spacing-2xs));
|
||||
top: -3px;
|
||||
left: calc(-0.5 * var(--spacing-xs));
|
||||
transition: opacity 100ms ease-in;
|
||||
Button {
|
||||
color: var(--color-icon-base);
|
||||
|
||||
Reference in New Issue
Block a user