diff --git a/components/more-less/README.md b/components/more-less/README.md index 01e71a82b7..320056f342 100644 --- a/components/more-less/README.md +++ b/components/more-less/README.md @@ -20,7 +20,6 @@ The `d2l-more-less` element can be used to minimize the display of long content, | Property | Type | Description | |---|---|---| -| `blur-color` | String | Gradient HEX formatted color of the blurring effect (defaults to white). | | `expanded` | Boolean | Specifies the expanded/collapsed state of the content | | `h-align` | String | A value of `text` aligns the leading edge of text | | `height` | String, default: `'4em'` | Maximum height of the content when in "less" mode. The `d2l-more-less` element itself will take up additional vertical space for the fading effect as well as the more/less button itself. | diff --git a/components/more-less/demo/more-less.html b/components/more-less/demo/more-less.html index 900345be09..e48dfe9f76 100644 --- a/components/more-less/demo/more-less.html +++ b/components/more-less/demo/more-less.html @@ -45,18 +45,6 @@

More-less expanded

-

More-less with custom blur color

- - - - -