Files
piratepoet/patches/@woocommerce__components@12.3.0.patch
Oluwaseun Olorunsola b721cdf414 Patch invalid css in @woocommerce/components
The current version throws an error:
This function isn't allowed in plain CSS
color: darken(#cacccd)

Fixed with pnpm patch

MAILPOET-5121
2024-06-27 09:04:25 +02:00

22 lines
637 B
Diff

diff --git a/build-style/style.css b/build-style/style.css
index 3db807f278a470f83f0ab65f033bc6a9596af81a..7f11ceae63d0e9fe2d1aac59c550f42712ade727 100644
--- a/build-style/style.css
+++ b/build-style/style.css
@@ -157,7 +157,7 @@
}
.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
- color: darken(#cacccd,10%);
+ color: #b0b3b4;
text-decoration: none
}
.SingleDatePicker_closeButton_svg {
@@ -884,7 +884,7 @@
}
.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
- color: darken(#cacccd,10%);
+ color: #b0b3b4;
text-decoration: none
}
.DateRangePicker_closeButton_svg {