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 03f5319 commit dd2f13bCopy full SHA for dd2f13b
src/scss/06-blocks/core/_list.scss
@@ -31,8 +31,8 @@
31
--offset-item: 30px;
32
--vertical-spaging-item: 16px;
33
34
- ul,
35
- ol {
+ ul:where(.wp-block-list),
+ ol:where(.wp-block-list) {
36
&:not([class*="no-list-style"]):not([role="list"]):not(.chosen-choices):not(.chosen-results) {
37
font-size: var(--paragraph--font-size-default, $font-size-base);
38
line-height: var(--paragraph--line-height-default, $line-height-base);
@@ -45,7 +45,7 @@
45
}
46
47
48
- ul {
+ ul:where(.wp-block-list) {
49
50
list-style-type: none;
51
@@ -71,7 +71,7 @@
71
72
73
74
75
padding-left: 10px;
76
77
&:not([class*="no-list-style"]):not([role="list"]) {
0 commit comments