Skip to content

Commit

Permalink
pfe-1828 Nested disabled circle.svg up to previous rule
Browse files Browse the repository at this point in the history
  • Loading branch information
PriJoh committed Dec 13, 2024
1 parent dc09130 commit b5c4e53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/less/components/payex/radio.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
background-position: center;
background-image: url("../../../icons/payex/circlepx.svg");
}
}
}

.radio input[type=radio][disabled]:checked+label:before {
background-image: url("../../../icons/payex/circlepx_disabled.svg");
&[disabled]:checked+label:before {
background-image: url("../../../icons/payex/circlepx_disabled.svg");
}
}
}

.radio.checkmark {
Expand Down

0 comments on commit b5c4e53

Please sign in to comment.