Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
fix: Add opacity to copy button
Browse files Browse the repository at this point in the history
  • Loading branch information
hadzhiyski committed May 16, 2021
1 parent e94cdb0 commit c48df0a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@mixin docs-api-module-import-theme($theme) {
$foreground: map-get($theme, foreground);

.docs-api-module-import-copy.mat-icon-button {
color: mat-color($foreground, secondary-text);
}
}

0 comments on commit c48df0a

Please sign in to comment.