blob: a5e7d22ae004be67bd10bb54556719ae9ee2e165 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
:root .rgh-toggle-files {
margin: -8px 0;
margin-right: -10px;
padding: 10px 13px;
}
body:not(.rgh-files-hidden) .rgh-toggle-files .octicon-unfold,
body.rgh-files-hidden .rgh-toggle-files .octicon-fold {
display: none !important;
}
.rgh-files-hidden #files ~ :is(
.Details, /* Loaded */
include-fragment[src*='/file-list/'] /* Loading skeleton */
) {
display: none;
}
.rgh-files-hidden .Box-header {
border-radius: 6px;
border-bottom: none;
}
|