Skip to content

Commit

Permalink
fix(nav): updated broken icon font size var
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoker committed Oct 25, 2021
1 parent d6e9acd commit 33959c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASE-NOTES.md
Expand Up @@ -12,8 +12,8 @@ Packages released:
- **Backdrop:** Added var for position to allow customization ([#4391](https://github.com/patternfly/patternfly/pull/4391))
- **Banner:** Added link style ([#4383](https://github.com/patternfly/patternfly/pull/4383))
- **Card:**
* Fixed demo image paths ([#4400](https://github.com/patternfly/patternfly/pull/4400))
* Updated log view and event view demos ([#4371](https://github.com/patternfly/patternfly/pull/4371))
* Fixed demo image paths ([#4400](https://github.com/patternfly/patternfly/pull/4400))
- **Drag drop:**
* Added drag drop ([#4398](https://github.com/patternfly/patternfly/pull/4398))
* Moved drag drop styles into component ([#4404](https://github.com/patternfly/patternfly/pull/4404))
Expand All @@ -29,6 +29,7 @@ Packages released:
- **Nav:**
- Added support for menu component as flyout ([#4417](https://github.com/patternfly/patternfly/pull/4417))
- Marked nav flyout example as beta, updated release notes ([#4444](https://github.com/patternfly/patternfly/pull/4444))
- Removed broken icon font size var ([#4473](https://github.com/patternfly/patternfly/pull/4473))
- **Progress stepper:** Added help text for popover ([#4381](https://github.com/patternfly/patternfly/pull/4381))
- **Radio, checkbox, form:** Corrected label alignment ([#4375](https://github.com/patternfly/patternfly/pull/4375))
- **Select:**
Expand Down
2 changes: 1 addition & 1 deletion src/patternfly/components/Nav/nav.scss
Expand Up @@ -31,7 +31,7 @@
--pf-c-nav__item--m-current--not--m-expanded__link--BackgroundColor: var(--pf-global--BackgroundColor--dark-400);
--pf-c-nav__link--m-current--not--m-expanded__link--after--BorderWidth: var(--pf-global--BorderWidth--xl);
--pf-c-nav__item__item__link--PaddingRight: var(--pf-global--spacer--xl);
--pf-c-nav__item__item__toggle--FontSize: var(--pf-global--icon--FontSize--xs);
--pf-c-nav__item__item__toggle--FontSize: var(--pf-global--FontSize--sm);
--pf-c-nav__item__toggle-icon--Rotate: 0;
--pf-c-nav__item--m-expanded__toggle-icon--Rotate: 90deg;

Expand Down

0 comments on commit 33959c0

Please sign in to comment.