@@ -245,38 +245,38 @@ export const BackButtonExample: React.FunctionComponent = () => (
245245
246246## CSS Custom Properties
247247
248- | Name | Description |
249- | ----------------------- | ------------------------------------- |
250- | ` --background ` | Background of the button |
251- | ` --background-focused ` | Background of the button when focused |
252- | ` --background-hover ` | Background of the button when hover |
253- | ` --border-radius ` | Border radius of the button |
254- | ` --color ` | Text color of the button |
255- | ` --color-focused ` | Text color of the button when focused |
256- | ` --color-hover ` | Text color of the button when hover |
257- | ` --icon-font-size ` | Font size of the button icon |
258- | ` --icon-font-weight ` | Font weight of the button icon |
259- | ` --icon-margin-bottom ` | Margin bottom of the button icon |
260- | ` --icon-margin-end ` | Margin end of the button icon |
261- | ` --icon-margin-start ` | Margin start of the button icon |
262- | ` --icon-margin-top ` | Margin top of the button icon |
263- | ` --icon-padding-bottom ` | Padding bottom of the button icon |
264- | ` --icon-padding-end ` | Padding end of the button icon |
265- | ` --icon-padding-start ` | Padding start of the button icon |
266- | ` --icon-padding-top ` | Padding top of the button icon |
267- | ` --margin-bottom ` | Margin bottom of the button |
268- | ` --margin-end ` | Margin end of the button |
269- | ` --margin-start ` | Margin start of the button |
270- | ` --margin-top ` | Margin top of the button |
271- | ` --min-height ` | Minimum height of the button |
272- | ` --min-width ` | Minimum width of the button |
273- | ` --opacity ` | Opacity of the button |
274- | ` --padding-bottom ` | Padding bottom of the button |
275- | ` --padding-end ` | Padding end of the button |
276- | ` --padding-start ` | Padding start of the button |
277- | ` --padding-top ` | Padding top of the button |
278- | ` --ripple-color ` | Color of the button ripple effect |
279- | ` --transition ` | Transition of the button |
248+ | Name | Description |
249+ | ----------------------- | -------------------------------------------------------------------------------------------------------------- |
250+ | ` --background ` | Background of the button |
251+ | ` --background-focused ` | Background of the button when focused with the tab key |
252+ | ` --background-hover ` | Background of the button when hover |
253+ | ` --border-radius ` | Border radius of the button |
254+ | ` --color ` | Text color of the button |
255+ | ` --color-focused ` | Text color of the button when focused with the tab key |
256+ | ` --color-hover ` | Text color of the button when hover |
257+ | ` --icon-font-size ` | Font size of the button icon |
258+ | ` --icon-font-weight ` | Font weight of the button icon |
259+ | ` --icon-margin-bottom ` | Bottom margin of the button icon |
260+ | ` --icon-margin-end ` | Right margin if direction is left-to-right, and left margin if direction is right-to-left of the button icon |
261+ | ` --icon-margin-start ` | Left margin if direction is left-to-right, and right margin if direction is right-to-left of the button icon |
262+ | ` --icon-margin-top ` | Top margin of the button icon |
263+ | ` --icon-padding-bottom ` | Bottom padding of the button icon |
264+ | ` --icon-padding-end ` | Right padding if direction is left-to-right, and left padding if direction is right-to-left of the button icon |
265+ | ` --icon-padding-start ` | Left padding if direction is left-to-right, and right padding if direction is right-to-left of the button icon |
266+ | ` --icon-padding-top ` | Top padding of the button icon |
267+ | ` --margin-bottom ` | Bottom margin of the button |
268+ | ` --margin-end ` | Right margin if direction is left-to-right, and left margin if direction is right-to-left of the button |
269+ | ` --margin-start ` | Left margin if direction is left-to-right, and right margin if direction is right-to-left of the button |
270+ | ` --margin-top ` | Top margin of the button |
271+ | ` --min-height ` | Minimum height of the button |
272+ | ` --min-width ` | Minimum width of the button |
273+ | ` --opacity ` | Opacity of the button |
274+ | ` --padding-bottom ` | Bottom padding of the button |
275+ | ` --padding-end ` | Right padding if direction is left-to-right, and left padding if direction is right-to-left of the button |
276+ | ` --padding-start ` | Left padding if direction is left-to-right, and right padding if direction is right-to-left of the button |
277+ | ` --padding-top ` | Top padding of the button |
278+ | ` --ripple-color ` | Color of the button ripple effect |
279+ | ` --transition ` | Transition of the button |
280280
281281
282282## Dependencies
0 commit comments