1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 18:17:58 +01:00

Make source linkfication in :list* less annoying.

This commit is contained in:
Kris Maglione
2010-12-18 14:25:08 -05:00
parent 1454049f48
commit a94595f4ea
2 changed files with 4 additions and 4 deletions

View File

@@ -221,9 +221,9 @@ const ConfigBase = Class(ModuleBase, {
Keyword color: red; Keyword color: red;
Tag color: blue; Tag color: blue;
Usage position: relative; Usage position: relative; padding-right: 2em;
Usage>LineInfo position: absolute; left: 100%; padding: 0 1em; background: white; Usage>LineInfo position: absolute; left: 100%; padding: 1ex; margin: -1ex -1em; background: rgba(255, 255, 255, .8); border-radius: 1ex;
Usage:not(:hover)>LineInfo opacity: 0; width: 1px; overflow: hidden; Usage:not(:hover)>LineInfo opacity: 0; width: 1px; height: 1px; overflow: hidden;
!StatusLine color: white !important; background: black !important !StatusLine color: white !important; background: black !important
StatusLineBroken color: black !important; background: #FFa0a0 !important /* light-red */ StatusLineBroken color: black !important; background: #FFa0a0 !important /* light-red */

View File

@@ -325,7 +325,7 @@ const Template = Module("Template", {
{ {
this.map(iter, function (item) this.map(iter, function (item)
<tr> <tr>
<td style="padding-right: 3em;"> <td style="padding-right: 2em;">
<span highlight="Usage">{ <span highlight="Usage">{
let (name = item.name || item.names[0], frame = item.definedAt) let (name = item.name || item.names[0], frame = item.definedAt)
!frame ? name : !frame ? name :