Unordered lists show up without any styling
See original GitHub issueThe following means that by default all unordered lists appear without styling:
ul {
list-style-type: none; }
Perhaps this property should have a narrower focus?
Issue Analytics
- State:
- Created 8 years ago
- Reactions:18
- Comments:35 (6 by maintainers)
Top Results From Across the Web
How To Create an Unordered List Without Bullets - W3Schools
The list-style-type:none property can be used to remove the default markers/bullets in a list. Note that the list also has default margin and...
Read more >How to create an unordered list without bullets in HTML?
We use CSS list-style-type property to define the style of the unordered list items. Syntax. Following is the syntax to create an unordered...
Read more >How to Create an Unordered List without Bullets - W3docs
In this snippet, we're going to demonstrate how to create an unordered list without bullets using the CSS list-style-type property for the parent...
Read more >How to Create a Bullet List With No Bullets in HTML
To create an ordered list or unordered list with no bullets (hide the bullets), follow the steps below. HTML example. Adding the "list-style: ......
Read more >I need an unordered list without any bullets - Stack Overflow
There is a much more elegant solution to display lists without bullets in the answer by @shaneb below. It makes use of the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Is there a good reason that
ul
styling is globally stripped at all? Thebrowser-default
classes seems like a bad solution when the bullets could only be stripped from elements that should not display them (such as navbars, tabs, etc.)You can add the browser-default class or enable it in your own css.
http://materializecss.com/helpers.html#browser-default