Skip to content

Commit

Permalink
fix issue 5707: override the default a:focus style when it nested in …
Browse files Browse the repository at this point in the history
…the menu component
  • Loading branch information
pinggod committed Apr 12, 2017
1 parent 4067c18 commit 01f0e07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/menu/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
&:hover {
color: @primary-color;
}
&:focus {
text-decoration: none;
}
&:before {
position: absolute;
background-color: transparent;
Expand Down

0 comments on commit 01f0e07

Please sign in to comment.