Skip to content

Commit

Permalink
Scrollspy example
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed May 23, 2022
1 parent e31014f commit c57693a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/assets/scss/_component-examples.scss
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,11 @@
overflow: auto;
}

.simple-list-example-scrollspy {
.active {
background-color: rgba(var(--bd-violet-rgb), .15);
}
// Boosted mod
.simple-list-example-scrollspy .active {
color: var(--#{$prefix}link-hover-color);
}
// End mod

.bd-example-border-utils {
[class^="border"] {
Expand Down

0 comments on commit c57693a

Please sign in to comment.