Blockbase: ReMove list block styles from sass (#3958)
This commit is contained in:
parent
0bf1b440ba
commit
9fc6f82038
7 changed files with 2 additions and 14 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
ul,
|
||||
ol {
|
||||
font-family: var(--wp--custom--list--typography--font-family);
|
||||
padding-left: var(--wp--custom--list--spacing--padding--left);
|
||||
}
|
||||
|
|
|
@ -192,9 +192,6 @@
|
|||
}
|
||||
},
|
||||
"list": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--custom--body--typography--font-family)"
|
||||
},
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"
|
||||
|
|
|
@ -200,9 +200,6 @@
|
|||
}
|
||||
},
|
||||
"list": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--custom--body--typography--font-family)"
|
||||
},
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"
|
||||
|
|
|
@ -209,9 +209,6 @@
|
|||
}
|
||||
},
|
||||
"list": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--custom--body--typography--font-family)"
|
||||
},
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -233,9 +233,6 @@
|
|||
}
|
||||
},
|
||||
"list": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--custom--body--typography--font-family)"
|
||||
},
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"
|
||||
|
|
Loading…
Reference in a new issue