summaryrefslogtreecommitdiff
path: root/source/features/toggle-files-button.css
blob: fc5f82fb69d10773f3a4b68d22caf22734b64ea8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
:root .rgh-toggle-files {
	margin: -8px 0;
	margin-right: -10px;
	padding: 10px 13px;
}

.repository-content:not(.rgh-files-hidden) .rgh-toggle-files .octicon-unfold,
.repository-content.rgh-files-hidden .rgh-toggle-files .octicon-fold {
	display: none;
}

.rgh-files-hidden .files, /* Pre "Repository refresh" layout */
.rgh-files-hidden #files ~ .Details {
	display: none;
}

.rgh-files-hidden .file-wrap {
	border: none;
}