Currently tabbing to a `<details>` does not show the usual `:focus-within` outline (technically, tabbing to the `<summary>`) This could be fixed with ``` details:has(summary:focus-within) { border-color: var(--accent); outline: .2em solid var(--accent); } ```
Currently tabbing to a
<details>does not show the usual:focus-withinoutline (technically, tabbing to the<summary>)This could be fixed with