fix(aio): make `aio-top-menu .nav-link` cover the whole `<li>`

Discussed in https://github.com/angular/angular/pull/16513/files#r114630560.
This commit is contained in:
Georgios Kalpakas 2017-05-03 23:24:29 +03:00 committed by Matias Niemelä
parent 919ff12377
commit 2f66932bd1
1 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@
}
aio-top-menu a.nav-link {
margin: 0 16px;
margin: 0;
padding: 24px 16px;
cursor: pointer;
&:focus {