Commit 1b0149adf9 for woocommerce
commit 1b0149adf9c17d534dcb7cd77034ca7f6a54c4ef
Author: Gabriel Manussakis <9420947+Manussakis@users.noreply.github.com>
Date: Thu May 29 21:12:22 2025 -0300
[Accessibility] Increase rating start to meet target size minimum requirement (#58086)
Co-authored-by: Darin Kotter <darin.kotter@gmail.com>
diff --git a/plugins/woocommerce/changelog/fix-57694 b/plugins/woocommerce/changelog/fix-57694
new file mode 100644
index 0000000000..f14776879b
--- /dev/null
+++ b/plugins/woocommerce/changelog/fix-57694
@@ -0,0 +1,4 @@
+Significance: patch
+Type: update
+
+Increase rating star to meet target size minimum requirement
diff --git a/plugins/woocommerce/client/legacy/css/twenty-nineteen.scss b/plugins/woocommerce/client/legacy/css/twenty-nineteen.scss
index 7c30d5f37d..d63d466083 100644
--- a/plugins/woocommerce/client/legacy/css/twenty-nineteen.scss
+++ b/plugins/woocommerce/client/legacy/css/twenty-nineteen.scss
@@ -540,6 +540,7 @@ table.variations {
display: inline-block;
text-decoration: none;
box-shadow: none;
+ font-size: 24px;
&::before {
display: block;
diff --git a/plugins/woocommerce/client/legacy/css/twenty-seventeen.scss b/plugins/woocommerce/client/legacy/css/twenty-seventeen.scss
index 4efb7a363b..540ad74a8d 100644
--- a/plugins/woocommerce/client/legacy/css/twenty-seventeen.scss
+++ b/plugins/woocommerce/client/legacy/css/twenty-seventeen.scss
@@ -504,6 +504,7 @@ table.variations {
display: inline-block;
text-decoration: none;
box-shadow: none;
+ font-size: 24px;
&::before {
display: block;
diff --git a/plugins/woocommerce/client/legacy/css/twenty-twenty-one.scss b/plugins/woocommerce/client/legacy/css/twenty-twenty-one.scss
index 948fa28a01..abd12bb85b 100644
--- a/plugins/woocommerce/client/legacy/css/twenty-twenty-one.scss
+++ b/plugins/woocommerce/client/legacy/css/twenty-twenty-one.scss
@@ -840,6 +840,7 @@ a.reset_variations {
display: inline-block;
text-decoration: none;
box-shadow: none;
+ font-size: 24px;
&::before {
display: block;
diff --git a/plugins/woocommerce/client/legacy/css/twenty-twenty-three.scss b/plugins/woocommerce/client/legacy/css/twenty-twenty-three.scss
index 5634994084..02d51611e4 100644
--- a/plugins/woocommerce/client/legacy/css/twenty-twenty-three.scss
+++ b/plugins/woocommerce/client/legacy/css/twenty-twenty-three.scss
@@ -449,8 +449,8 @@
a {
position: relative;
- height: 1em;
- width: 1em;
+ height: 1.2em;
+ width: 1.2em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
@@ -466,6 +466,7 @@
height: 1em;
line-height: 1;
font-family: WooCommerce;
+ font-size: 24px;
content: "\e021";
text-indent: 0;
}
diff --git a/plugins/woocommerce/client/legacy/css/twenty-twenty-two.scss b/plugins/woocommerce/client/legacy/css/twenty-twenty-two.scss
index 7aa4a375b5..6ef33313ad 100644
--- a/plugins/woocommerce/client/legacy/css/twenty-twenty-two.scss
+++ b/plugins/woocommerce/client/legacy/css/twenty-twenty-two.scss
@@ -443,8 +443,8 @@ $tt2-gray: #f7f7f7;
a {
position: relative;
- height: 1em;
- width: 1em;
+ height: 1.3em;
+ width: 1.3em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
@@ -459,6 +459,7 @@ $tt2-gray: #f7f7f7;
height: 1em;
line-height: 1;
font-family: WooCommerce;
+ font-size: 24px;
content: "\e021";
text-indent: 0;
}
diff --git a/plugins/woocommerce/client/legacy/css/twenty-twenty.scss b/plugins/woocommerce/client/legacy/css/twenty-twenty.scss
index 8ab39bb1f4..2ac08e2797 100644
--- a/plugins/woocommerce/client/legacy/css/twenty-twenty.scss
+++ b/plugins/woocommerce/client/legacy/css/twenty-twenty.scss
@@ -758,6 +758,7 @@ a.reset_variations {
display: inline-block;
text-decoration: none;
box-shadow: none;
+ font-size: 24px;
&::before {
display: block;
diff --git a/plugins/woocommerce/client/legacy/css/woocommerce.scss b/plugins/woocommerce/client/legacy/css/woocommerce.scss
index 4248d71407..f13e6ff699 100644
--- a/plugins/woocommerce/client/legacy/css/woocommerce.scss
+++ b/plugins/woocommerce/client/legacy/css/woocommerce.scss
@@ -861,6 +861,7 @@ p.demo_store,
text-indent: -999em;
display: inline-block;
text-decoration: none;
+ font-size: 24px;
&::before {
display: block;