diff --git a/CHANGELOG-prerelease.md b/CHANGELOG-prerelease.md index b041f5e4e9..7d0d493678 100644 --- a/CHANGELOG-prerelease.md +++ b/CHANGELOG-prerelease.md @@ -1,7 +1,8 @@ ## Prerelese 46 ( TBD ) - [27fee5f](https://github.com/patternfly/patternfly-elements/commit/27fee5f5c5eb021ac126f3767dd0299f5cda8231) fix: pfe-tabs check for tagName on addedNode mutation before continuing -- [](https://github.com/patternfly/patternfly-elements/commit/) fix: Add clearfix within tab and accordion panels +- [2c950b0](https://github.com/patternfly/patternfly-elements/commit/2c950b08f7638787df50aa5ee6738f1205ea3a9d) fix: Add clearfix within tab and accordion panels +- [](https://github.com/patternfly/patternfly-elements/commit/) feat: Add border to the card component ## Prerelese 45 ( 2020-04-27 ) diff --git a/elements/pfe-card/README.md b/elements/pfe-card/README.md index 8bf9b697c2..6a570f772d 100644 --- a/elements/pfe-card/README.md +++ b/elements/pfe-card/README.md @@ -54,6 +54,7 @@ There are several attributes available for customizing the visual treatment of t - `pfe-img-src`: Optional background image applied to the entire card container. Alignment of this image can be managed using the `--pfe-card--BackgroundPosition` variable which is set to `center center` by default. - `pfe-size`: Optionally adjusts the padding on the container. Accepts: `small`. - `pfe-overflow`: Optionally allows an image or element to overflow the padding on the container. This property should be added to the direct child of the slotm such as on an image tag; should be added to the element that you want to overflow the container. Accepts: `top`, `right`, `bottom`, `left`. +- `pfe-border`: Optionally apply a border color and weight to the entire card container. The default color and weight is `#d2d2d2` and `1px`, respectively. ## Variables There are several powerful variables available to hook into and override default styles. diff --git a/elements/pfe-card/demo/index.html b/elements/pfe-card/demo/index.html index a920c99151..353ca96932 100644 --- a/elements/pfe-card/demo/index.html +++ b/elements/pfe-card/demo/index.html @@ -87,9 +87,9 @@