question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unordered lists show up without any styling

See original GitHub issue

The 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:closed
  • Created 8 years ago
  • Reactions:18
  • Comments:35 (6 by maintainers)

github_iconTop GitHub Comments

11reactions
keeferrourkecommented, Jun 16, 2017

Is there a good reason that ul styling is globally stripped at all? The browser-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.)

9reactions
acburstcommented, May 17, 2016

You can add the browser-default class or enable it in your own css.

http://materializecss.com/helpers.html#browser-default

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found