Merge pull request #175 from kidonng/patch-1

Hide icon when printing
This commit is contained in:
Enix 2021-09-21 20:09:10 +08:00 committed by GitHub
commit b733ed110a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -288,6 +288,12 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-
left: -40px;
}
@media print {
& {
display: none;
}
}
.#{$name}-toggle-show-button {
@include icon-button(transparent, transparent, transparent);
background: transparent;