Skip to content

Commit 7f9c30e

Browse files
bonjo7Bernard Thompsoncastastrophe
authored
fix: pfe-tabs issue with active border color on horizontal/wind (#1585) (#1689)
* fix(#1585):pfe-tabs issue with active border color on horizontal/wind * fix: added message to change log * Update CHANGELOG-1.x.md Co-authored-by: Bernard Thompson <[email protected]> Co-authored-by: [ Cassondra ] <[email protected]>
1 parent d78ca4d commit 7f9c30e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG-1.x.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
# 1.10.1 (2021)
2+
3+
- [fdc60ab](https://github.com/patternfly/patternfly-elements/commit/) fix: pfe-tabs issue with active border color on horizontal/wind (#1585)
4+
15
# 1.10.0 (2021-07-08)
26

37
- [af4bc70](https://github.com/patternfly/patternfly-elements/commit/af4bc7063b995c316320f6df706b744133f1753d) feat: Jump links navigation rework to support panel customizations and elements in separate DOMs; horizontal designs aligned to kit
48

9+
510
# 1.9.3 (2021-06-16)
611

712
- [b7fc80d](https://github.com/patternfly/patternfly-elements/commit/b7fc80d3417eb14be519c6e37895fcff639d1bbd) fix: set margin-top for ctas in footer on mobile

elements/pfe-tabs/src/pfe-tab.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ $LOCAL-VARIABLES: map-deep-merge($LOCAL-VARIABLES, $backwards-compatibility);
7373
}
7474

7575
:host(:hover),
76-
:host(:focus),
7776
:host(:active) {
7877
background-color: pfe-local(BackgroundColor);
7978
border-bottom-color: pfe-local(BorderColor--hover);

0 commit comments

Comments
 (0)