Skip to content

Commit

Permalink
fix(KAPH-3121): re-added .gds-select [type=radio] + label::after
Browse files Browse the repository at this point in the history
  • Loading branch information
birol-ks committed Apr 30, 2024
1 parent e8c17b3 commit bc6e940
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion css/iframeui.css
Original file line number Diff line number Diff line change
Expand Up @@ -11721,7 +11721,7 @@ fieldset.valid input[type=radio] + label:before {
opacity: 0;
}

.gds-select [type=radio] + label::after {
.radio-wrapper .gds-select [type=radio] + label::after {
content: "";
border: 10px solid #000;
position: absolute;
Expand All @@ -11732,6 +11732,17 @@ fieldset.valid input[type=radio] + label:before {
border-radius: 50%;
}

.lookup-option .radio-wrapper .gds-select [type=radio] + label::after {
content: unset;
border: 10px solid #000;
position: absolute;
top: 10px;
left: 2.5px;
zoom: 1;
opacity: 0;
border-radius: 50%;
}

.gds-select:checked + label::after {
zoom: 1;
filter: alpha(opacity=100);
Expand Down

0 comments on commit bc6e940

Please sign in to comment.