Product rating - Inherit the color of the star when no ratings (#49678)
* Inherit the color of the star * Add changefile(s) from automation for the following project(s): woocommerce-blocks --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
c2bcb0b386
commit
e865e1e4f2
|
@ -88,14 +88,15 @@ $line-height: 1.618;
|
|||
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
|
||||
font-family: WooCommerce;
|
||||
font-weight: 400;
|
||||
-webkit-text-stroke: 2px var(--wp--preset--color--black, #000);
|
||||
&::before {
|
||||
content: "\53";
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
position: absolute;
|
||||
color: transparent;
|
||||
-webkit-text-stroke-color: inherit;
|
||||
-webkit-text-stroke-width: 2px;
|
||||
-webkit-text-fill-color: transparent;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: fix
|
||||
|
||||
Product rating - Inherit the color of the star when no ratings
|
Loading…
Reference in New Issue