feat(aio): render hover status on code-tabs (#24027)

The Material Design spec states that there should be a change
of background when hovering over a tab label.

See https://material.io/design/components/tabs.html#states

Related to #23985

PR Close #24027
This commit is contained in:
Pete Bacon Darwin 2018-05-21 12:54:34 +01:00 committed by Matias Niemelä
parent e43d3fa4b7
commit 96a0e131bf
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ aio-code pre {
}
.code-tab-group .mat-tab-label {
&:hover {
background: rgba(black, 0.04);
}
white-space: nowrap;
}