Skip to content

Commit

Permalink
fix(nav): default appearance doesn't show an active background when f…
Browse files Browse the repository at this point in the history
…ocused (#3654)
  • Loading branch information
myNameIsDu committed Mar 8, 2024
1 parent 508f9e3 commit 3dcf943
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Nav/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@
.rs-nav-item {
border-radius: 6px;

&:hover,
&:focus {
&:hover {
background: var(--rs-navs-bg-hover);
}
}
Expand Down

0 comments on commit 3dcf943

Please sign in to comment.