feat(aio): code copy button has tooltip and aria-label

Based on optional title passed in from parent element such as CodeExample or CodeTabs.
Darkens uncovered copy button slightly as recommended for a11y.
PR #16808
This commit is contained in:
Ward Bell
2017-05-15 18:03:56 -07:00
committed by Pete Bacon Darwin
parent 4ccb2269a5
commit a42322da0c
5 changed files with 54 additions and 18 deletions

View File

@ -104,7 +104,7 @@ code ol {
top: 6px;
right: 8px;
color: $lightgray;
color: $blue-grey-200;
background-color: transparent;
border: none;
cursor: pointer;
@ -239,4 +239,4 @@ code-tabs md-tab-group *.mat-ripple-element, code-tabs md-tab-group *.mat-tab-bo
.sidenav-content code a {
color: inherit;
font-size: inherit;
}
}