fix(editor): Address icon feedback (no-changelog) (#17051)

This commit is contained in:
Mutasem Aldmour
2025-07-07 13:12:39 +02:00
committed by GitHub
parent 05360cee79
commit 974a0c1a35
7 changed files with 20 additions and 10 deletions

View File

@@ -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);