blob: 3bb8f1f6d0534079bd86afc4efab8e88fc00ffef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
:root .rgh-toggle-files {
margin: -8px 0;
margin-right: -10px;
padding: 10px 13px;
}
.rgh-files-hidden .commit-tease {
border-radius: 3px;
}
.repository-content:not(.rgh-files-hidden) .commit-tease .octicon-chevron-down {
transform: rotate(0.5turn);
}
.rgh-files-hidden .files {
display: none;
}
.rgh-files-hidden .file-wrap {
border: none;
}
|