Mini Cart Block: The color of the badge reflects the global style (https://github.com/woocommerce/woocommerce-blocks/pull/5477)
* Mini Cart Block: the color of the badge reflects the global style woocommerce/woocommerce-blocks#4965 Mini Cart Block: the color of the badge reflects the global style woocommerce/woocommerce-blocks#4965 * disable background
This commit is contained in:
parent
168984edc2
commit
549e10fabb
|
@ -36,6 +36,7 @@ const settings = {
|
||||||
* to add color classes and style to the wrapper.
|
* to add color classes and style to the wrapper.
|
||||||
*/
|
*/
|
||||||
__experimentalSkipSerialization: true,
|
__experimentalSkipSerialization: true,
|
||||||
|
background: false,
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* We need this experimental flag because we don't want to style the
|
* We need this experimental flag because we don't want to style the
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
border: 0.15em solid;
|
border: 0.15em solid;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: #000;
|
color: inherit;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: 0.875em;
|
font-size: 0.875em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
Loading…
Reference in New Issue