File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,12 @@ Below is a key for the many of the elements that can be altered within the `radi
1212Jump to the following sections:
1313
1414- [ radioButtons Label] ( #radioButtons-label )
15- - [ radioButtons Selection Lables ] ( #radioButtons-selection-labels )
15+ - [ radioButtons Selection Labels ] ( #radioButtons-selection-labels )
1616- [ radioButtons Selection Circles] ( #radioButtons-selection-circles )
1717
1818Still to do:
1919- Make image
20+ - add nth-child to Selection Labels and Selection Circles
2021
2122## radioButtons Label
2223
@@ -116,7 +117,7 @@ An example CSS entry for the radioButtons selections labels is below:
116117An example CSS entry for the radioButtons selection circles is below:
117118
118119```
119- input[type="radio"] {
120+ .radio input[type="radio"] {
120121 accent-color: red;
121122 opacity: 50%;
122123}
You can’t perform that action at this time.
0 commit comments