mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
Hide icon when printing
This commit is contained in:
parent
69efa5bcdc
commit
97d09e2e33
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue