Skip to content

Commit

Permalink
fix(core/menu): remove text decoration (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux authored Jan 25, 2023
1 parent fce302c commit f45ac44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/core/src/components/menu/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,8 @@ ix-menu {
margin-top: auto;
}
}

// Remove text-decoration if a tag is used inside ix-menu
a[href]:has(> ix-menu-item) {
text-decoration: none;
}

0 comments on commit f45ac44

Please sign in to comment.