diff --git a/src/less/components/payex/radio.less b/src/less/components/payex/radio.less index b90b70ff88..564427a06e 100644 --- a/src/less/components/payex/radio.less +++ b/src/less/components/payex/radio.less @@ -6,7 +6,7 @@ input[type="radio"] { + label { - + &:before { border: 2px solid @radiobutton-border; } @@ -85,12 +85,11 @@ } .radio.checkmark input[type="radio"]:disabled + label:hover { - color: var(--white) !important; - border: 1px solid var(--gray) !important; - outline: none !important; - background-color: var(--gray) !important; - box-shadow: none !important; - cursor: not-allowed !important; + color: var(--white) !important; + border: 1px solid var(--gray) !important; + outline: none !important; + background-color: var(--gray) !important; + cursor: not-allowed !important; .checkmark-icon, > i { @@ -103,9 +102,8 @@ .radio.checkmark input[type="radio"]:disabled:checked:hover + label { color: var(--white); - border: 1px solid var(--gray) !important; + border: 1px solid var(--gray) !important; outline: none !important; - box-shadow: none; .checkmark-icon, > i { @@ -118,7 +116,7 @@ .radio.checkmark input[type="radio"]:disabled + label { color: var(--white); - border: 1px solid var(--gray) !important; + border: 1px solid var(--gray) !important; outline: none !important; background-color: var(--gray) !important; } \ No newline at end of file