Skip to content

Commit

Permalink
Tweak tab highlights after recent Material release
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Oct 6, 2023
1 parent 8045a9c commit a509fd2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/src/scss/extensions/_tabbed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
}
}

.js .md-typeset .tabbed-labels::before {
background-color: var(--md-accent-fg-color);
}

/* Ignore mobile overflow styling that extends the tab bar */
@include break-to-device(mobile) {
[dir=ltr] .md-content__inner > .tabbed-set .tabbed-labels {
Expand Down
1 change: 0 additions & 1 deletion docs/theme/assets/pymdownx-extras/extra-ba994a2e31.css.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/theme/assets/pymdownx-extras/extra-ed665380f8.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ extra:
link: https://discord.gg/TWs8Tgr
extra_css:
# - https://cdn.jsdelivr.net/npm/katex@0.13.18/dist/katex.min.css
- assets/pymdownx-extras/extra-ba994a2e31.css
- assets/pymdownx-extras/extra-ed665380f8.css
extra_javascript:
- https://unpkg.com/mermaid@9.4.0/dist/mermaid.min.js
# - https://cdn.jsdelivr.net/npm/katex@0.13.18/dist/katex.min.js
Expand Down

0 comments on commit a509fd2

Please sign in to comment.