Skip to content

Commit 636ac4a

Browse files
feat: remove comments
1 parent d554b4a commit 636ac4a

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/App.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,29 +118,24 @@ input {
118118
border-radius: 50%;
119119
}
120120

121-
/* On mouse-over, add a grey background color */
122121
.wom-form__controls__method-options label:hover input ~ .wom-form__controls__method-options__radio {
123122
background-color: #63768D;
124123
}
125124

126-
/* When the radio button is checked, add a blue background */
127125
.wom-form__controls__method-options label input:checked ~ .wom-form__controls__method-options__radio {
128126
background-color: #554971;
129127
}
130128

131-
/* Create the indicator (the dot/circle - hidden when not checked) */
132129
.wom-form__controls__method-options__radio:after {
133130
content: "";
134131
position: absolute;
135132
display: none;
136133
}
137134

138-
/* Show the indicator (dot/circle) when checked */
139135
.wom-form__controls__method-options label input:checked ~ .wom-form__controls__method-options__radio:after {
140136
display: block;
141137
}
142138

143-
/* Style the indicator (dot/circle) */
144139
.wom-form__controls__method-options label .wom-form__controls__method-options__radio:after {
145140
top: 9px;
146141
left: 9px;
@@ -315,10 +310,6 @@ input {
315310
background-color: #a22ef7;
316311
}
317312

318-
.wom-text__abbr {
319-
background-color: #a22ef7;
320-
}
321-
322313
.wom-text__other {
323314
background-color: grey;
324315
}

0 commit comments

Comments
 (0)