Skip to content

Conversation

@gabalafou
Copy link
Collaborator

Fixes #1923.

@github-actions
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.


// Focus ring
&:focus-visible {
&:focus:focus-visible {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works by increasing the specificity of the selector. If an element is :focus-visible then it is also :focus, so this changes nothing, it just allows these rules to override the focus styles in Sphinx Design.

@drammock drammock merged commit bdd253e into pydata:main Dec 2, 2024
25 checks passed
@gabalafou gabalafou added the kind: bug Something isn't working label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind: bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Focus ring on Sphinx Design dropdowns missing again

2 participants