fix(aio): temporarily remove the focus style of top-bar nav items

Temporarily addresses #17216 until we upgrade to an `@angular/material` version
that includes angular/material2@3bc82f6dc.
This commit is contained in:
Georgios Kalpakas 2017-06-09 21:48:15 +03:00 committed by Pete Bacon Darwin
parent 2d5623911a
commit ce18c68eca
1 changed files with 5 additions and 3 deletions

View File

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