File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ and communicating the state of individual options.
221221<Playground >
222222 <>
223223 <span id = " period-label" >Period:</span >
224- <ButtonGroup aria-labelledby = " # period-label" >
224+ <ButtonGroup aria-labelledby = " period-label" >
225225 <Button label = " Week" aria-pressed color = " dark" />
226226 <Button label = " Month" aria-pressed = { false } />
227227 <Button label = " Year" aria-pressed = { false } />
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ with CSS custom properties.
143143 <span id = " label-width-options-label" >Label width:</span >
144144 </ToolbarItem >
145145 <ToolbarItem >
146- <ButtonGroup aria-labelledby = " # label-width-options-label" >
146+ <ButtonGroup aria-labelledby = " label-width-options-label" >
147147 <Button
148148 color = { labelWidth === ' default' ? ' dark' : ' primary' }
149149 label = " default"
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ will override automatic break point selection in `auto` mode when present.
154154 <span id = " word-wrapping-options-label" >Word wrapping:</span >
155155 </ToolbarItem >
156156 <ToolbarItem >
157- <ButtonGroup aria-labelledby = " # word-wrapping-options-label" >
157+ <ButtonGroup aria-labelledby = " word-wrapping-options-label" >
158158 <Button
159159 color = { wordWrapping === ' normal' ? ' dark' : ' primary' }
160160 label = " normal"
@@ -178,7 +178,7 @@ will override automatic break point selection in `auto` mode when present.
178178 <span id = " hyphens-options-label" >Hyphens:</span >
179179 </ToolbarItem >
180180 <ToolbarItem >
181- <ButtonGroup aria-labelledby = " # hyphens-options-label" >
181+ <ButtonGroup aria-labelledby = " hyphens-options-label" >
182182 <Button
183183 color = { hyphens === ' none' ? ' dark' : ' primary' }
184184 label = " none"
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ of `right`.
8888 <span id = " alignment-label" >Alignment:</span >
8989 </ToolbarItem >
9090 <ToolbarItem >
91- <ButtonGroup aria-labelledby = " # alignment-label" >
91+ <ButtonGroup aria-labelledby = " alignment-label" >
9292 <Button
9393 color = { alignment === ' top' ? ' dark' : ' primary' }
9494 label = " top"
@@ -117,7 +117,7 @@ of `right`.
117117 <span id = " justification-label" >Justification:</span >
118118 </ToolbarItem >
119119 <ToolbarItem >
120- <ButtonGroup aria-labelledby = " # justification-label" >
120+ <ButtonGroup aria-labelledby = " justification-label" >
121121 <Button
122122 color = { justification === ' start' ? ' dark' : ' primary' }
123123 label = " start"
You can’t perform that action at this time.
0 commit comments