Sidebar #2821
Answered
by
lubber-de
fabianpallares
asked this question in
Elements (button, image, label, loader, ...)
Sidebar
#2821
-
Hello, how do I place the icon on the left in a sidebar control item? Thanks and regards. |
Beta Was this translation helpful? Give feedback.
Answered by
lubber-de
Jun 15, 2023
Replies: 1 comment
-
This is basically adjusted at compile time via LESS variables, so there currently is no separate variant to put the icon to the left. .ui.vertical.sidebar.menu .item > i.icon {
float: none;
margin: 0 .35714286em 0 0;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lubber-de
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is basically adjusted at compile time via LESS variables, so there currently is no separate variant to put the icon to the left.
But, if you dont want to recompile, you can revert the float for those items by
See https://jsfiddle.net/lubber/4m2coysx/7/