Skip to content

Commit e3cc73b

Browse files
starryeyez024castastrophegithub-actions[bot]kylebuch8
authored
fix: pfe-tabs vertical on mobile (#1135)
* bugfix for pfe-tabs vertical on mobile * changelog * changelog Co-authored-by: [ Cassondra ] <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kyle Buchanan <[email protected]>
1 parent 47a1f4f commit e3cc73b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG-1.x.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
- [7559485](https://github.com/patternfly/patternfly-elements/commit/755948553015d8745f8faad8b7a299031ec6fff3) feat: Migrate from Travis to GitHub Actions
77
- [51d055a](https://github.com/patternfly/patternfly-elements/commit/51d055ae15b3570c6d902c60d45163a0154e1011) feat: Add automerge action for pull requests when their base PR is updated
88
- [24f1057](https://github.com/patternfly/patternfly-elements/commit/24f105789ffb01541e7892f59df0352272bab2a1) fix: updated pfe-autocomplete slotted input to use correct font (#1151)
9-
- [9501ebb](https://github.com/patternfly/patternfly-elements/commit/9501ebb87cfc371563c04ba155a101846fe26e20) fix: Update baseline snapshots to cover full page
10-
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: Add a build step to the release script
11-
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: pfe-accordion adding right border and shadow back
12-
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: unwanted padding on pfe-accordion (#1083)
9+
- [9501ebb](https://github.com/patternfly/patternfly-elements/commit/9501ebb87cfc371563c04ba155a101846fe26e20) fix: Update baseline snapshots to cover full page (#1172)
10+
- [f5443c5](https://github.com/patternfly/patternfly-elements/commit/f5443c58a543368ca58bb98498452af6e4fd88bc) fix: Add a build step to the release script (#1062)
11+
- [b32b41c](https://github.com/patternfly/patternfly-elements/commit/b32b41c2071eb59c5fc17b6c233783cacea59b92) fix: pfe-accordion adding right border and shadow back (#1184)
12+
- [47a1f4f](https://github.com/patternfly/patternfly-elements/commit/47a1f4fe9365f9366974fe67a30b48cc91e4e6a8) fix: unwanted padding on pfe-accordion (#1083)
13+
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: pfe-tabs vertical display on mobile

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ $LOCAL-VARIABLES: map-deep-merge($LOCAL-VARIABLES, (
150150
}
151151
:host([vertical]:not([variant="earth"])) .tabs-prefix,
152152
:host([vertical]:not([variant="earth"])) .tabs-suffix {
153+
@media screen and (min-width: #{pfe-breakpoint(md)}) {
153154
background-color: pfe-local(BorderColor, $region: tabs);
155+
}
154156
}
155157

156158
// Horizontal

0 commit comments

Comments
 (0)