fix: control bar icon clicks, hover/focus-within, nudge action

This commit is contained in:
2026-04-02 13:43:43 -04:00
parent f85a1f9f29
commit 64a9b85587
2 changed files with 26 additions and 11 deletions
+4 -1
View File
@@ -10,8 +10,11 @@
line-height: 1;
}
/* Show extra buttons on hover or keyboard :focus-visible only. Plain :focus-within
after a mouse click kept #controls visible while hover-only rules (e.g. draggable
margin) turned off when the pointer left the bar. */
#controller:hover #controls,
#controller:focus-within #controls,
#controller:focus-within:has(:focus-visible) #controls,
:host(:hover) #controls {
display: inline-flex;
vertical-align: middle;