Skip to content

Commit

Permalink
pfe-1828 Removed blank spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
PriJoh committed Nov 13, 2024
1 parent f1e6955 commit 598a072
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions src/less/components/payex/radio.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

input[type="radio"] {
+ label {

&:before {
border: 2px solid @radiobutton-border;
}
Expand Down Expand Up @@ -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 {
Expand All @@ -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 {
Expand All @@ -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;
}

0 comments on commit 598a072

Please sign in to comment.