Skip to content

Commit b689c86

Browse files
committed
style
1 parent 16e83ab commit b689c86

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

BREAKING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,10 @@ To reorder two columns where column 1 has `size="9" push="3"` and column 2 has `
151151

152152
<h4 id="version-9x-radio-group">Radio Group</h4>
153153

154-
- Converted `ion-radio-group` to use [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM).<br/>
155-
If you were targeting the internals of `ion-radio-group` in your CSS, you will need to target the `supporting-text`, `helper-text` or `error-text` [Shadow Parts](https://ionicframework.com/docs/theming/css-shadow-parts) instead, or use the provided CSS Variables.<br/>
154+
Converted `ion-radio-group` to use [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM).
155+
156+
If you were targeting the internals of `ion-radio-group` in your CSS, you will need to target the `supporting-text`, `helper-text` or `error-text` [Shadow Parts](https://ionicframework.com/docs/theming/css-shadow-parts) instead, or use the provided CSS Variables.
157+
156158
Additionally, the `radio-group-wrapper` div element has been removed, causing slotted elements to be direct children of the `ion-radio-group`.
157159

158160
<h4 id="version-9x-textarea">Textarea</h4>

0 commit comments

Comments
 (0)