1
0
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:
Kris Maglione
2011-10-02 16:00:50 -04:00
parent c500936b2e
commit 7a0b0873ce
10 changed files with 423 additions and 73 deletions

View File

@@ -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;