You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First time posting so please point me in the right direction if my format is wrong for reporting a potential issue.
In Semantic-ui for menu.less line 892 it is: /* Inverted */ .ui.secondary.inverted.menu { background-color: transparent; }
In fomantic-ui for menu.less on line 914 it is: /* Inverted */ .ui.secondary.inverted.menu.menu { background-color: transparent; }
The extra .menu from what I can tell should not be there. I found this because my color override from Semantic stopped working when switching over to Fomantic.
Let me know if I can provide any more details.
The text was updated successfully, but these errors were encountered:
beamsky
changed the title
menu.less line 930 extra .menu.menu
menu.less extra .menu.menu
Apr 15, 2019
@beamsky
Basically you could override it as you wish by also increasing specificity like .ui.ui.ui.inverted.secondary.menu
That additional specificity you mentioned was necessary (at that time), but not anymore, you are right.
Fixed by and more details in #673
…er needed
The additional specificity for `secondary inverted menu` was necessary (when 2.7.0 was released) to override a background color setting when `secondary` was still supported as a background color for menus. We removed this in fomantic#366 , so the additional specificity is not needed anymore
Closesfomantic#672
First time posting so please point me in the right direction if my format is wrong for reporting a potential issue.
In Semantic-ui for menu.less line 892 it is:
/* Inverted */ .ui.secondary.inverted.menu { background-color: transparent; }
In fomantic-ui for menu.less on line 914 it is:
/* Inverted */ .ui.secondary.inverted.menu.menu { background-color: transparent; }
The extra .menu from what I can tell should not be there. I found this because my color override from Semantic stopped working when switching over to Fomantic.
Let me know if I can provide any more details.
The text was updated successfully, but these errors were encountered: