Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ details.sd-dropdown {
}

// 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.

outline: $focus-ring-outline;
outline-offset: -$focus-ring-width;
}
Expand Down
Loading