Skip to content

Commit

Permalink
feat(label): add inverted variant, basic grouping and basic tag
Browse files Browse the repository at this point in the history
Add inverted variant, basic grouping and basic tag as
well as some bug fixes and code clean up.

Closes #116
  • Loading branch information
lubber-de authored and Sean committed Nov 27, 2018
1 parent 3af89df commit 3df1d57
Show file tree
Hide file tree
Showing 4 changed files with 205 additions and 574 deletions.
9 changes: 4 additions & 5 deletions src/definitions/collections/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -313,22 +313,21 @@
---------------*/

.ui.menu .item > .label {
background: @labelBackground;
color: @labelTextColor;
margin-left: @labelTextMargin;
padding: @labelVerticalPadding @labelHorizontalPadding;
}
.ui.vertical.menu .item > .label {
background: @labelBackground;
color: @labelTextColor;
margin-top: @labelOffset;
margin-bottom: @labelOffset;
padding: @labelVerticalPadding @labelHorizontalPadding;
}
.ui.menu .item > .floating.label {
padding: @labelVerticalPadding @labelHorizontalPadding;
}

.ui.menu .item > .label:not(.primary):not(.secondary):not(.red):not(.orange):not(.yellow):not(.olive):not(.green):not(.teal):not(.blue):not(.violet):not(.purple):not(.pink):not(.brown):not(.grey):not(.black) {
background: @labelBackground;
color: @labelTextColor;
}
/*--------------
Images
---------------*/
Expand Down
Loading

0 comments on commit 3df1d57

Please sign in to comment.