Revert "fix(aio): improve printing styles (#19651)"

This reverts commit b54ad053f9.
This commit is contained in:
Matias Niemelä
2018-02-14 22:55:24 -05:00
parent b54ad053f9
commit ba9cd5bbc4
6 changed files with 6 additions and 117 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const defaultLineNumsCount = 10; // by default, show linenums over this number
selector: 'aio-code',
template: `
<pre class="prettyprint lang-{{language}}">
<button *ngIf="!hideCopy" class="material-icons copy-button no-print"
<button *ngIf="!hideCopy" class="material-icons copy-button"
title="Copy code snippet"
[attr.aria-label]="ariaLabel"
(click)="doCopy()">