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

Commit a3ece2b

Browse files
committed
fix(plugins/plugin-client-common): sometimes both the block action buttons and the timestamp are visible at the same time
Fixes #5936
1 parent dd02cde commit a3ece2b

File tree

1 file changed

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

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ $focus-color: var(--color-brand-01);
4343
list-style: none;
4444
}
4545

46-
@include BlockHoverOrFocus {
47-
@include BlockTimestamp {
48-
@include DisappearOnHover;
49-
}
50-
}
51-
5246
@include FinishedBlockWithNoOutput {
5347
display: none;
5448
}
@@ -129,8 +123,6 @@ $focus-color: var(--color-brand-01);
129123
li:focus.repl-block,
130124
li:hover.repl-block[data-is-focused],
131125
.repl-block[data-is-focused] {
132-
@include show-block-action-buttons;
133-
134126
&:before {
135127
opacity: 1;
136128
}
@@ -350,3 +342,10 @@ $focus-color: var(--color-brand-01);
350342
@include timestamp-like();
351343
}
352344
}
345+
@include InputWrapper {
346+
&:hover {
347+
@include BlockTimestamp {
348+
@include DisappearOnHover;
349+
}
350+
}
351+
}

0 commit comments

Comments
 (0)