How to remove dividers from vertical menu? #1257
-
Hello, according to this I'm using menu for creating a sidebar in one page of my web application: I would like to use vertical menu with a variation: having items without dividing borders. I mean this: Should Fomantic-UI menu collections offer a variation to users to have the same structure without borders? Perhaps using a new dedicated Fomantic-UI class, for example something like "plain" or "no-dividers"? In the meanwhile what is the best way to remove dividers? I see that I can reach this unsetting In addition this works bad in my case because I'm using nested items in my menu:
Do you know a better way to build what I need... and without dividers? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Try .ui.vertical.menu .item:before {
width:0;
} |
Beta Was this translation helpful? Give feedback.
-
It works and it is better then my solution. |
Beta Was this translation helpful? Give feedback.
-
Well, we already have |
Beta Was this translation helpful? Give feedback.
-
This is definitely better. Thank you. |
Beta Was this translation helpful? Give feedback.
Well, we already have
secondary vertical menu
which also does not have those lines.