Skip to content

Commit

Permalink
Do not change accordion btn zindex on hover or focus
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 authored Nov 21, 2024
1 parent 0bfe1c5 commit 19b6c92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/includes/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -452,3 +452,7 @@ body pre {
color: var(--tblr-muted) !important;
}
}

.accordion-button:hover, .accordion-button:focus {
z-index: unset;
}

0 comments on commit 19b6c92

Please sign in to comment.