Skip to content

Commit

Permalink
change(accordion): allow customization of accordion title background …
Browse files Browse the repository at this point in the history
…color
  • Loading branch information
ichim-david committed Oct 4, 2022
1 parent 8c04670 commit 6590baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/themes/eea/modules/accordion.variables
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
--------------------*/

@activeIconTransform: none;
@activeTitleBackground: @white;
@activeTitleBackground: var(--bg-color, @white);
@activeTitleColor: @grey-5;
@activeTitleBorderBottom: 0;

Expand All @@ -73,7 +73,7 @@

/* Styled */
@styledWidth: 600px;
@styledBackground: @white;
@styledBackground: @activeTitleBackground;
@styledBorderRadius: 0;
@styledBoxShadow: none;

Expand Down

0 comments on commit 6590baf

Please sign in to comment.