Skip to content

Commit 9a0ff54

Browse files
authored
fix(menu): labeled right menu icon size
icons inside "right menu" of a "labeled menu" were not properly displayed since #111 As a labeled menu can contain dropdowns with themselves can also contain a right menu, we have to be careful of nested selectors here. That's why i did not simply revert the original patch (and we would need to remove and test losts of !important settings which most probably breaks a lot of other use cases)
1 parent 43be9ab commit 9a0ff54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/definitions/collections/menu.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,6 +1277,7 @@ Floated Menu / Item
12771277
}
12781278

12791279
/* Icon */
1280+
.ui.labeled.icon.menu > .right.menu > .item > i.icon:not(.dropdown),
12801281
.ui.labeled.icon.menu > .item > i.icon:not(.dropdown) {
12811282
height: 1em;
12821283
display: block;

0 commit comments

Comments
 (0)