Using ionic to build an app, and I have a need to display an actual bullet list:
- item 1
- item 2
- item 3
However, it appears that the framework does some sort of CSS reset / magic on <ul>
and <li>
elements such that they should only be used as structure elements (e.g. a list), rather than as UI.
I ended up creating my own unordered-list
CSS style to give me the UI I needed. Is that the right way to do-it-yourself - or does ionic have some CSS style buried deep inside that I should have used instead?
ty in advance.
You can gave a class for the
ul
element and define your own style.HTML:
CSS:
See demo
I could not see the bullets either, they were just not on the visible page. Adding some padding fixed it:
Just overwrite the reset.
Like this (place in your CSS after the CSS of the framework)
Best practise: set a class on the navigation element namely the ul.