Skip to content

Commit

Permalink
fix(Sidenav): remove underline on hovered SidenavItem (#2118)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed Nov 12, 2021
1 parent 2b36301 commit 56f7c3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Sidenav/styles/index.less
Expand Up @@ -139,6 +139,10 @@
outline: 0;
overflow: hidden;

&:hover {
text-decoration: none;
}

&:focus-visible,
&&-focus {
.focus-ring(slim-inset);
Expand Down

2 comments on commit 56f7c3a

@vercel
Copy link

@vercel vercel bot commented on 56f7c3a Nov 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 56f7c3a Nov 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rsuite-nextjs – ./docs

rsuite-nextjs.vercel.app
rsuite-nextjs-rsuite.vercel.app
rsuite-nextjs-git-main-rsuite.vercel.app

Please sign in to comment.