Skip to content

Commit

Permalink
fix(template): set text-decoration as none for link in nav
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Mar 15, 2022
1 parent b2330d1 commit cb005b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/template/src/styles/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,15 @@
a {
padding: 6px 18px;
margin-right: 8px;
text-decoration: none;

&.active {
border-radius: 4px;
text-decoration: none !important;
}

&:hover {
text-decoration: none !important;
}
}
}
Expand Down

0 comments on commit cb005b6

Please sign in to comment.