fix(aio): fix topbar nav-item focus style

Fixing it requires upgrading `@angular/material` to v2.0.0-beta.7.

Fixes #17216
This commit is contained in:
Georgios Kalpakas
2017-06-22 13:05:08 +03:00
committed by Matias Niemelä
parent 849200b576
commit 494a0d064a
3 changed files with 9 additions and 9 deletions

View File

@ -42,12 +42,10 @@ aio-top-menu {
cursor: pointer;
&:focus {
background: rgba($white, 0.15);
border-radius: 4px;
outline: none;
// Temporarily remove the focus styling until we update to an @angular/material version that
// includes https://github.com/angular/material2/commit/3bc82f6dc.
// background: rgba($white, 0.15);
// border-radius: 4px;
// padding: 8px 16px;
padding: 8px 16px;
}
}
}