Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Jun 8, 2022
1 parent a109983 commit d4b9637
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions theme/themes/eea/modules/accordion.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,22 @@
padding-bottom: @contentPaddingBottom;
}

/*******************************
Types
*******************************/

/*--------------
Styled
---------------*/

.ui.styled.accordion .active.title input {
color: @styledActiveTitleColor;
}

/*------------------------------
Tabs as accordion (Volto)
--------------------------------*/

.ui.menu.RRT__accordion {
.ui.item {
background-color: transparent;
Expand All @@ -83,15 +99,3 @@
}
}
}

/*******************************
Types
*******************************/

/*--------------
Styled
---------------*/

.ui.styled.accordion .active.title input {
color: @styledActiveTitleColor;
}

0 comments on commit d4b9637

Please sign in to comment.