Skip to content

Commit 4467094

Browse files
committed
remove black dot from selected radio
1 parent 25db905 commit 4467094

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

  • app/assets/stylesheets/cfa_ui_components/components

app/assets/stylesheets/cfa_ui_components/components/forms.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,6 @@ select {
114114
background-color: var(--color-primary);
115115
}
116116

117-
.cfa-radio:checked::after {
118-
content: "";
119-
position: absolute;
120-
top: 50%;
121-
left: 50%;
122-
transform: translate(-50%, -50%);
123-
width: 10px;
124-
height: 10px;
125-
border-radius: 9999px;
126-
background-color: var(--color-text-default);
127-
}
128117

129118
.cfa-radio:disabled {
130119
border-color: var(--color-border-disabled);
@@ -137,10 +126,6 @@ select {
137126
height: 16px;
138127
}
139128

140-
.cfa-radio--small:checked::after {
141-
width: 6px;
142-
height: 6px;
143-
}
144129

145130
.cfa-radio--error {
146131
border-width: 2px;

0 commit comments

Comments
 (0)