Skip to content

Commit

Permalink
fix(nav): remove underline on hover (#6787)
Browse files Browse the repository at this point in the history
* fix(nav): remove underline on hover

* fix(nav): move text decoration rule to nav link
  • Loading branch information
mcoker committed Jun 14, 2024
1 parent 02442aa commit a9b79b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/patternfly/components/Nav/nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
line-height: var(--#{$nav}__link--LineHeight, inherit); // default to nav line height if no custom value is set
color: var(--#{$nav}__link--Color);
text-align: start;
text-decoration: none;
background-color: var(--#{$nav}__link--BackgroundColor);
border: none;
border-radius: var(--#{$nav}__link--BorderRadius);
Expand Down

0 comments on commit a9b79b2

Please sign in to comment.