Skip to content

Commit

Permalink
Checkout page - Fix vat checkbox and border color when checked (#97781)
Browse files Browse the repository at this point in the history
* Fix checkbox and border color when checked

* Fix codestyle
  • Loading branch information
Imran92 authored Dec 26, 2024
1 parent 3990b1e commit 6c910e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/my-sites/checkout/src/components/vat-form/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@
.vat-form__row input[type="checkbox"]:disabled {
opacity: 0.5;
}

.is-section-checkout .components-checkbox-control__input[type="checkbox"]:checked {
--wp-admin-theme-color: var(--studio-wordpress-blue-50);
}

0 comments on commit 6c910e8

Please sign in to comment.