diff options
Diffstat (limited to 'source/features/quick-file-edit.css')
-rw-r--r-- | source/features/quick-file-edit.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/features/quick-file-edit.css b/source/features/quick-file-edit.css new file mode 100644 index 00000000..afa10c94 --- /dev/null +++ b/source/features/quick-file-edit.css @@ -0,0 +1,11 @@ +/* Only shows one icon at a time, depending on hover status */ +.rgh-quick-file-edit:not(:hover) .octicon-pencil, +.rgh-quick-file-edit:hover > :first-child { + display: none !important; +} + +/* Widen column to avoid bumps in directory-less listings */ +.rgh-quick-file-edit { + width: 16px; + display: inline-block; +} |