diff --git a/src/definitions/elements/segment.less b/src/definitions/elements/segment.less index e7b1ddc79..f5e71cd90 100755 --- a/src/definitions/elements/segment.less +++ b/src/definitions/elements/segment.less @@ -636,23 +636,24 @@ } /*------------------- - Ordinality + Emphasis --------------------*/ +/* Secondary */ .ui.secondary.segment { background: @secondaryBackground; color: @secondaryColor; } +.ui.secondary.inverted.segment { + background: @secondaryInvertedBackground; + color: @secondaryInvertedColor; +} +/* Tertiary */ .ui.tertiary.segment { background: @tertiaryBackground; color: @tertiaryColor; } - -.ui.secondary.inverted.segment { - background: @secondaryInvertedBackground; - color: @secondaryInvertedColor; -} .ui.tertiary.inverted.segment { background: @tertiaryInvertedBackground; color: @tertiaryInvertedColor; diff --git a/src/themes/default/elements/segment.variables b/src/themes/default/elements/segment.variables index 40e05bf3e..31fe601fa 100644 --- a/src/themes/default/elements/segment.variables +++ b/src/themes/default/elements/segment.variables @@ -37,7 +37,6 @@ @groupedSegmentWidth: auto; @groupedSegmentBoxShadow: none; - /*------------------- Coupling --------------------*/