blob: 8bf4be865a10dce6a640b6c0fb69d0ef8d5b86bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/* Only shows one icon at a time, depending on hover status */
.rgh-edit-files-faster:not(:hover) .octicon-pencil,
.rgh-edit-files-faster:hover > :first-child {
display: none;
}
/* Widen column to avoid bumps in directory-less listings */
.rgh-edit-files-faster {
width: 16px;
display: inline-block;
}
|