We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd33059 commit 0c64013Copy full SHA for 0c64013
source/_patterns/icons/_icons.demonstration.scss
@@ -1,7 +1,7 @@
1
.DO-NOT-COPY-THIS-CLASS-example-icon-list {
2
&,
3
ol {
4
- list-style: none;
+ list-style-type: "";
5
6
padding-left: 0;
7
}
@@ -36,7 +36,7 @@
36
37
// … and using some other declaration for Mozilla Firefox
38
&:first-of-type {
39
- list-style-type: none;
40
41
42
figure {
source/_patterns/logo/_logo.demonstration.scss
@@ -1,5 +1,5 @@
.DO-NOT-COPY-THIS-CLASS-example-logo-list {
source/css/pattern-scaffolding.css
@@ -29,7 +29,7 @@
29
30
31
.sg-colors {
32
- list-style: none !important;
+ list-style-type: "" !important;
33
padding: 0 !important;
34
margin: 0 !important;
35
display: grid;
0 commit comments