File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ button.wcpay-stripelink-modal-trigger:hover {
4444
4545.wc-block-checkout__payment-method {
4646 input :checked ~ div {
47- .wc-block-components-radio-control__label :where (#radio-control-wc-payment-method-options-woocommerce_payments__label ) {
47+ /* stylelint-disable-next-line selector-id-pattern */
48+ .wc-block-components-radio-control__label :where ( #radio-control-wc-payment-method-options-woocommerce_payments__label ) {
4849 > .payment- method- label {
4950 .test- mode.badge {
5051 // hiding the badge when the payment method is not selected
@@ -54,7 +55,8 @@ button.wcpay-stripelink-modal-trigger:hover {
5455 }
5556 }
5657
57- .wc-block-components-radio-control__label :where(#radio-control-wc-payment-method-options-woocommerce_payments__label ) {
58+ /* stylelint-disable-next-line selector-id-pattern */
59+ .wc-block-components-radio-control__label :where( #radio-control-wc-payment-method-options-woocommerce_payments__label ) {
5860 width : 100% ;
5961 display : block !important ;
6062
You can’t perform that action at this time.
0 commit comments