Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit fac75dc

Browse files
committed
fix(plugins/plugin-client-common): Action button hover hysteresis/delay effect not working
Fixes #5806
1 parent 0ae3662 commit fac75dc

File tree

1 file changed

+2
-2
lines changed
  • plugins/plugin-client-common/web/scss/components/Terminal

1 file changed

+2
-2
lines changed

plugins/plugin-client-common/web/scss/components/Terminal/Block.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $inset: 0.375rem;
2424
$action-padding: 3px;
2525

2626
/** Hover hysteresis for showing action buttons */
27-
$action-hover-delay: 140ms;
27+
$action-hover-delay: 210ms;
2828

2929
/** Color to indicate focused block */
3030
$focus-color: var(--color-brand-01);
@@ -175,7 +175,7 @@ li.repl-block {
175175
right: 0;
176176

177177
padding-left: 0.5rem;
178-
transition-property: right;
178+
transition-property: opacity;
179179
transition-delay: $action-hover-delay;
180180
transition-duration: 140ms;
181181
}

0 commit comments

Comments
 (0)