Making sure there are no bullets in all browsers. Safari, for example, let's list-style-image: ...
win out over list-style-type: none
.
This commit is contained in:
parent
98908c4978
commit
e03da85ba7
@ -1,10 +1,12 @@
|
|||||||
// Turn off the bullet for an element of a list
|
// Turn off the bullet for an element of a list
|
||||||
=no-bullet
|
=no-bullet
|
||||||
|
list-style-image: none
|
||||||
list-style-type: none
|
list-style-type: none
|
||||||
margin-left: 0px
|
margin-left: 0px
|
||||||
|
|
||||||
// turns off the bullets for an entire list
|
// turns off the bullets for an entire list
|
||||||
=no-bullets
|
=no-bullets
|
||||||
|
list-style: none
|
||||||
li
|
li
|
||||||
+no-bullet
|
+no-bullet
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user