mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-08 06:25:45 +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;
|
||||
|
||||
Reference in New Issue
Block a user