diff --git a/skins/elastic/styles/widgets/menu.less b/skins/elastic/styles/widgets/menu.less index 697652ad8..6041d7b94 100644 --- a/skins/elastic/styles/widgets/menu.less +++ b/skins/elastic/styles/widgets/menu.less @@ -348,6 +348,12 @@ } } } + + &.no-icon a:before { + width: 0 !important; + min-width: 0 !important; + content: "" !important; + } } }