Skip to content

Commit a5f0a4a

Browse files
authored
fix: pfe-cta: fix disabled rendering in IE11 (#994)
* fix: Fix disabled cta rendering * fix: Revert demo updates * fix: Remove unneeded code updates * fix: Revert interpolation update * fix: Remove commented out code
1 parent a7240fd commit a5f0a4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG-prerelease.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
- [743913e](https://github.com/patternfly/patternfly-elements/commit/743913e0620ee0ca6f0cdf95cc1ed2597b5fe6e3) fix: pfe-autocomplete prevent search-event from firing twice on option select
44
- [f20b509](https://github.com/patternfly/patternfly-elements/commit/f20b5094b6eb02ed473b0e3dab2ea5280e56bda7) fix: pfe-autocomplete add composed flag to option-selected event (#988)
55
- [0ffd92a](https://github.com/patternfly/patternfly-elements/commit/0ffd92a621d1082b118b84a07063bd39b9c8a904) fix: Move pfe-sass to a dev dependency (#983)
6-
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: pfe-health-index color support in IE11 (#992)
6+
- [a7240fd](https://github.com/patternfly/patternfly-elements/commit/a7240fdce2ec748863c41e8762d36cf29826f902) fix: pfe-health-index color support in IE11 (#992)
7+
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: pfe-cta disabled styles in IE11 (#991)
78

89
## Prerelease 52 ( 2020-07-17 )
910

elements/pfe-cta/src/_shared-assets.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ $primary: (
167167
arrow: (Display: none),
168168
BackgroundColor: pfe-var(ui-disabled),
169169
BorderColor: pfe-var(ui-disabled),
170-
Color: pfe-var(ui-disabled--text),
171-
FontSize: pfe-local(FontSize--priority)
170+
Color: pfe-var(ui-disabled--text)
172171
);
173172

0 commit comments

Comments
 (0)