Blockbase: ReMove list block styles from sass (#3958)

This commit is contained in:
Ben Dwyer 2021-06-28 14:50:03 +01:00 committed by GitHub
parent 0bf1b440ba
commit 9fc6f82038
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 2 additions and 14 deletions

View file

@ -334,7 +334,6 @@ input[type=checkbox] + label {
ul,
ol {
font-family: var(--wp--custom--list--typography--font-family);
padding-left: var(--wp--custom--list--spacing--padding--left);
}

View file

@ -1,5 +1,4 @@
ul,
ol {
font-family: var(--wp--custom--list--typography--font-family);
padding-left: var(--wp--custom--list--spacing--padding--left);
}

View file

@ -192,9 +192,6 @@
}
},
"list": {
"typography": {
"fontFamily": "var(--wp--custom--body--typography--font-family)"
},
"spacing": {
"padding": {
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"

View file

@ -200,9 +200,6 @@
}
},
"list": {
"typography": {
"fontFamily": "var(--wp--custom--body--typography--font-family)"
},
"spacing": {
"padding": {
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"

View file

@ -209,9 +209,6 @@
}
},
"list": {
"typography": {
"fontFamily": "var(--wp--custom--body--typography--font-family)"
},
"spacing": {
"padding": {
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"

View file

@ -175,6 +175,8 @@
line-height: 30px;
}
/* NOTE: This can be removed when the rendering of the Navigation block, rendered with a Classic data source (by way of __unstableLocation),
is passed all of the block attributes on the block definition in the template. */
.wp-block-navigation__container {
justify-content: center;
}

View file

@ -233,9 +233,6 @@
}
},
"list": {
"typography": {
"fontFamily": "var(--wp--custom--body--typography--font-family)"
},
"spacing": {
"padding": {
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"