Skip to content

Commit

Permalink
fix(accordion): remove active text color on focus (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
razyon authored Feb 7, 2022
1 parent 34c4936 commit 09bf51c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@

&:focus {
z-index: 3;
color: $accordion-button-active-color; // Boosted mod
outline-offset: -$accordion-border-width; // Boosted mod
}
}
Expand Down

0 comments on commit 09bf51c

Please sign in to comment.