Skip to content

Commit

Permalink
Wonky CSS... why
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramps committed Sep 24, 2023
1 parent b634b98 commit 8171ea4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,9 @@ html .md-footer-meta.md-typeset a:is(:focus, :hover) {
white-space:nowrap;
width:auto
}
.md-typeset .tabbed-labels {
box-shadow:0 -.05rem #478CBF inset !important;
}
div.branch-grid {
display: flex;
flex-wrap: wrap;
Expand Down
4 changes: 2 additions & 2 deletions docs/assets/stylesheets/main.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -5607,7 +5607,7 @@ td) {
}
.md-typeset .tabbed-labels {
-ms-overflow-style:none;
box-shadow:0 -.05rem var(--md-default-fg-color--lightest) inset;
box-shadow:0 -.05rem #478CBF inset;
display:flex;
max-width:100%;
overflow:auto;
Expand Down Expand Up @@ -5957,7 +5957,7 @@ td) {
.md-typeset .tabbed-set>input:nth-child(7):checked~.tabbed-labels>:nth-child(7),
.md-typeset .tabbed-set>input:nth-child(8):checked~.tabbed-labels>:nth-child(8),
.md-typeset .tabbed-set>input:nth-child(9):checked~.tabbed-labels>:nth-child(9) {
color:#fff !important;
color:var(--md-accent-fg-color)
}
.md-typeset .no-js .tabbed-set>input:first-child:checked~.tabbed-labels>:first-child,
.md-typeset .no-js .tabbed-set>input:nth-child(10):checked~.tabbed-labels>:nth-child(10),
Expand Down

0 comments on commit 8171ea4

Please sign in to comment.