You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make TOC sections expandable and collapsible by keyboard (#1582)
* Consistent focus ring (first pass) (#1549)
* wip
* Style focus state in header nav
* update focus ring style on all focussable elements
* simplify
* fix links in mobile sidebar overlay
* put focus rings around a few more focusable elements
* polish
* update comment
* review
* better align focus ring on collapsible admonitions
* comment and simplify sphinx-togglebutton focus ring
* make css override more explicit
* Fix SD link-card focus ring and on homepage, bring links inside card
* Update docs/index.md
---------
Co-authored-by: Daniel McCloy <[email protected]>
* Resolve current sidebar link notch and focus ring (#1561)
* Fix sidebar current notch
* focus-ring-radius
* missed a spot 0.125rem
* keep focus ring on top
* Restyle Sphinx Design tabs (#1555)
* restyle sphinx design tabs
* increase panel border radius
* increase line height, zero padding-y
* use shadow variable
* Update src/pydata_sphinx_theme/assets/styles/extensions/_sphinx_design.scss
* Update src/pydata_sphinx_theme/assets/styles/extensions/_sphinx_design.scss
* Fix tabbed panel colors (#1567)
* aria attributes do not update if user uses mouse instead of keyboard
* details/summary, no checkbox
* clean up
* details["open"]
* make it work for nav level 0
* pull link outside of details tag
* make it work with show nav level 0
* make level 0 heading clickable
* comments
* restore .current notches to toc parents
* fix tests
* clean up
* more comments
* make toggle icon bigger at level 0
* comments
* clarify comment
* remove list-captions class from in-page toc styles
* Update tests/test_build.py
* Update src/pydata_sphinx_theme/toctree.py
Co-authored-by: Tania Allard <[email protected]>
* update test for verbose HTML boolean attribute
* more HTML boolean attribute notation updates
* Update comment about link vs non-link HTML structure
---------
Co-authored-by: Daniel McCloy <[email protected]>
Co-authored-by: Tania Allard <[email protected]>
"role": "presentation", # This element and the chevron it contains are purely decorative; the actual expand/collapse functionality is delegated to the <summary> tag
0 commit comments