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:

committed by
Matias Niemelä

parent
849200b576
commit
494a0d064a
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user