Skip to content

Commit

Permalink
Merge pull request #5054 from dodona-edu/fix/active-fab-bg
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere authored Oct 23, 2023
2 parents 95a41ee + 7f51a12 commit 3a0a8f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/components/btn.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@
--d-btn-color: var(--d-secondary-container);
--d-on-btn-color: var(--d-on-secondary-container);

// boostrap applies these variables, but they aren't set.
--bs-btn-active-bg: var(--d-btn-color);
--bs-btn-active-color: var(--d-on-btn-color);

background: var(--d-btn-color);
color: var(--d-on-btn-color);

Expand Down

0 comments on commit 3a0a8f8

Please sign in to comment.