Skip to content

Commit 137f94a

Browse files
authored
added nth-child note
1 parent 7ee0ab8 commit 137f94a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RShiny/lessons/css/css_radioButtons.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ Below is a key for the many of the elements that can be altered within the `radi
1212
Jump 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

1818
Still 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:
116117
An 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
}

0 commit comments

Comments
 (0)