Hide icon when printing

This commit is contained in:
Kid 2021-09-07 18:59:51 +08:00 committed by GitHub
parent 69efa5bcdc
commit 97d09e2e33
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;