Skip to content

Commit

Permalink
fix(segment): adjust inverted attached border color specificity
Browse files Browse the repository at this point in the history
Inverted attached segments got wrong border color (from non inverted variant). A slight specificity increase solves this.
  • Loading branch information
lubber-de committed Mar 7, 2022
1 parent 1c5668a commit a42b5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/elements/segment.less
Expand Up @@ -668,7 +668,7 @@
}
& when (@variationSegmentAttached) {
/* Attached */
.ui.inverted.attached.segment {
.ui.ui.inverted.attached.segment {
border-color: @solidWhiteBorderColor;
}
}
Expand Down

0 comments on commit a42b5d7

Please sign in to comment.