Skip to content

Commit

Permalink
restrict hover rule to canvas right flyout only
Browse files Browse the repository at this point in the history
Signed-off-by: Carita Ou <[email protected]>
  • Loading branch information
caritaou committed Aug 27, 2024
1 parent e8dc076 commit 3de75d2
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,12 @@ $properties-resize-button-size: $spacing-06;
}
}

aside:hover + button {
visibility: visible;
opacity: 1;
.common-canvas .right-flyout-panel {
// Set the 'properties-btn-resize' visible when the 'properties-right-flyout' is hovered
aside:hover + button {
visibility: visible;
opacity: 1;
}
}

.properties-right-flyout > .properties-custom-container {
Expand Down

0 comments on commit 3de75d2

Please sign in to comment.