mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-09-11 17:16:18 -07:00
fix(anki): keep media timing review keyboard-focused
- Route modal keydown events before later modal handlers - Restore focus and preserve visible focus styling
This commit is contained in:
@@ -1711,7 +1711,7 @@ body:focus-visible,
|
||||
}
|
||||
|
||||
.media-timing-review-handle:focus-visible {
|
||||
outline: none;
|
||||
outline: 2px solid transparent;
|
||||
box-shadow:
|
||||
inset 0 0 0 2px var(--ctp-yellow),
|
||||
0 0 16px color-mix(in srgb, var(--ctp-yellow) 55%, transparent);
|
||||
|
||||
Reference in New Issue
Block a user