mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 01:55:48 +01:00
New prototype ItemList implementation. Faster completion scrolling.
This commit is contained in:
@@ -68,6 +68,10 @@ input[type=file][dactyl|highlight~=HintElem] {
|
||||
line-height: 1.5em !important;
|
||||
}
|
||||
|
||||
.completion-items-container {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.td-span {
|
||||
display: inline-block;
|
||||
overflow: visible;
|
||||
@@ -191,11 +195,9 @@ statusbarpanel {
|
||||
|
||||
/* MOW */
|
||||
|
||||
.dactyl-completions,
|
||||
#dactyl-multiline-output,
|
||||
#dactyl-multiline-input {
|
||||
background-color: white;
|
||||
color: black;
|
||||
#dactyl-commandline-prompt *,
|
||||
#dactyl-commandline-command {
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
.dactyl-completions-content,
|
||||
@@ -206,11 +208,6 @@ statusbarpanel {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#dactyl-commandline-prompt *,
|
||||
#dactyl-commandline-command {
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
.dactyl-completions-content table,
|
||||
#dactyl-multiline-output-content table {
|
||||
white-space: inherit;
|
||||
|
||||
@@ -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