File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments