Skip to content

Commit d2bb58f

Browse files
fix(docs): remove deprecated ripple custom property in icon-button README
PiperOrigin-RevId: 333564164
1 parent 3484a90 commit d2bb58f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

packages/icon-button-toggle/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ For technical details about the Material Icons font, see the
155155

156156
### CSS Custom Properties
157157

158-
| Name | Default | Description
159-
| ---- | ------- | -----------
160-
| `--mdc-icon-button-ripple-opacity` | `0.12` | Opacity of the ripple on the icon button.
158+
Inherits CSS Custom properties from:
159+
160+
* [`mwc-ripple`](https://github.com/material-components/material-components-web-components/tree/master/packages/ripple)
161161

162162
#### Global Custom Properties
163163

packages/icon-button/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,13 @@ For technical details about the Material Icons font, see the
104104

105105
### CSS Custom Properties
106106

107+
Inherits CSS Custom properties from:
108+
109+
* [`mwc-ripple`](https://github.com/material-components/material-components-web-components/tree/master/packages/ripple)
110+
107111
| Name | Default | Description
108112
| ---- | ------- | -----------
109113
| `--mdc-icon-button-size` | `48px` | Sets the size of the button wrapping the icon.
110-
| `--mdc-icon-button-ripple-opacity` | `0.12` | Opacity of the ripple on the icon button
111114

112115
#### Global Custom Properties
113116

0 commit comments

Comments
 (0)