Loïc Bouchet
added a comment - - edited It misses some css to handle decorator for the menu item. Something like this example :
.x-menu-item .x-menu-item-icon:after {
...
position: absolute;
bottom: -4px;
left: 6px;
font-size: 8px;
width: 12px;
height: 12px;
line-height: 12px;
border-radius: 12px;
...
}
Indeed, we have to roleback your change and add a CSS rule...