Skip to content

Commit

Permalink
fix(label): color for yellow variant as white isn't accessible on yel…
Browse files Browse the repository at this point in the history
…low color
  • Loading branch information
ichim-david committed Nov 28, 2022
1 parent dc01192 commit 91d8880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme/themes/eea/elements/label.variables
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@

@ribbonImageTopDistance: 1rem;
@ribbonImageMargin: 0.05rem; /* Rounding Offset on Triangle */
@ribbonImageOffset: calc(@ribbonImageMargin - @ribbonTriangleSize);
@ribbonImageOffset: calc(-@ribbonImageMargin - @ribbonTriangleSize);
@rightRibbonImageOffset: calc(100% + @ribbonImageMargin + @ribbonTriangleSize);

@ribbonTableMargin: @relativeMini; /* Rounding Offset on Triangle */
Expand Down Expand Up @@ -173,7 +173,7 @@

@redTextColor: @white;
@orangeTextColor: @white;
@yellowTextColor: @white;
@yellowTextColor: @textColor;
@oliveTextColor: @white;
@greenTextColor: @white;
@tealTextColor: @white;
Expand All @@ -187,7 +187,7 @@

@redHoverTextColor: @white;
@orangeHoverTextColor: @white;
@yellowHoverTextColor: @white;
@yellowHoverTextColor: @textColor;
@oliveHoverTextColor: @white;
@greenHoverTextColor: @white;
@tealHoverTextColor: @white;
Expand Down

0 comments on commit 91d8880

Please sign in to comment.