Skip to content

Commit cac1d6b

Browse files
authored
Keep the video options button visible when the dropdown is open (#4771)
1 parent bce5fc9 commit cac1d6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/renderer/scss-partials/_ft-list-item.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,9 @@ $watched-transition-duration: 0.5s;
370370
}
371371

372372
&:hover .optionsButton,
373-
&:has(:focus-visible) .optionsButton {
373+
&:has(:focus-visible) .optionsButton,
374+
// Keep visible when the drop down is open
375+
:deep(.optionsButton:has(> .iconDropdown:focus-within)) {
374376
opacity: 1;
375377
}
376378

0 commit comments

Comments
 (0)