mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-28 15:53:34 +01:00
New prototype ItemList implementation. Faster completion scrolling.
This commit is contained in:
@@ -84,6 +84,9 @@ CmdInput;.dactyl-commandline-command
|
||||
CmdOutput /* The output of commands executed by <ex>:run</ex> */ \
|
||||
white-space: pre;
|
||||
|
||||
Comp;;;FontFixed,Normal /* The completion window */ \
|
||||
margin: 0; border-top: 1px solid black;
|
||||
|
||||
CompGroup /* Item group in completion output */
|
||||
CompGroup:not(:first-of-type) margin-top: .5em;
|
||||
CompGroup:last-of-type padding-bottom: 1.5ex;
|
||||
|
||||
Reference in New Issue
Block a user