Skip to content

Commit 2db4a16

Browse files
author
Mariela Tihova
authored
fix: add correct styling for radio styling sample (#1182)
1 parent 47ca6eb commit 2db4a16

File tree

1 file changed

+15
-11
lines changed
  • samples/inputs/radio/styling/wwwroot

1 file changed

+15
-11
lines changed

samples/inputs/radio/styling/wwwroot/index.css

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ https://static.infragistics.com/xplatform/css/samples/
44
*/
55

66

7-
igc-radio::part(base checked):focus-within igc-radio::part(control) {
8-
background: rgba(128,128,0, .32);
9-
}
10-
11-
igc-radio::part(control checked)::before {
12-
background: olive;
13-
}
14-
15-
igc-radio::part(control checked)::after {
16-
border-color: olive;
17-
}
7+
igc-radio::part(control) {
8+
--size: 18px;
9+
}
10+
11+
igc-radio-group {
12+
padding: 12px;
13+
}
14+
15+
igc-radio::part(checked)::after {
16+
background-color: var(--ig-success-500);
17+
}
18+
19+
igc-radio::part(label) {
20+
color: var(--ig-secondary-800);
21+
}

0 commit comments

Comments
 (0)