mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 18:07:58 +01:00
:hi -a NonText background: transparent
This commit is contained in:
@@ -1823,9 +1823,9 @@ const ItemList = Class("ItemList", {
|
||||
<div highlight="Completions">
|
||||
{
|
||||
template.map(util.range(0, options["maxitems"] * 2), function (i)
|
||||
<span highlight="CompItem">
|
||||
<li highlight="NonText">~</li>
|
||||
</span>)
|
||||
<div highlight="CompItem NonText">
|
||||
<li>~</li>
|
||||
</div>)
|
||||
}
|
||||
</div>
|
||||
</div>, this._divNodes);
|
||||
|
||||
Reference in New Issue
Block a user