Browse Source

Adds inverted accordion variation

pull/1500/head
jlukic 10 years ago
parent
commit
8195230837
2 changed files with 8 additions and 1 deletions
  1. 6
      src/definitions/modules/accordion.less
  2. 3
      src/themes/default/modules/accordion.variables

6
src/definitions/modules/accordion.less

@ -210,6 +210,12 @@
width: 100%; width: 100%;
} }
/*--------------
Inverted
---------------*/
.ui.inverted.accordion .title:not(.ui) {
color: @invertedTitleColor;
}
.loadUIOverrides(); .loadUIOverrides();

3
src/themes/default/modules/accordion.variables

@ -97,5 +97,6 @@
@styledActiveChildTitleBackground: @styledActiveTitleBackground; @styledActiveChildTitleBackground: @styledActiveTitleBackground;
@styledActiveChildTitleColor: @styledActiveTitleColor; @styledActiveChildTitleColor: @styledActiveTitleColor;
/* Inverted */
@invertedTitleColor: @invertedTextColor;
Loading…
Cancel
Save