mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 03:34:11 +01:00
Make source linkfication in :list* less annoying. Add help linkification to the entries. Make source links hintable.
--HG-- extra : rebase_source : 793a9d6a6d84dc3c2f8dc2dd5d0ad468e565b1c4
This commit is contained in:
@@ -221,10 +221,9 @@ const ConfigBase = Class(ModuleBase, {
|
||||
Keyword color: red;
|
||||
Tag color: blue;
|
||||
|
||||
Usage
|
||||
LineInfo
|
||||
Usage>LineInfo display: none;
|
||||
Usage:hover>LineInfo display: inline;
|
||||
Usage position: relative;
|
||||
Usage>LineInfo position: absolute; left: 100%; padding: 0 1em; background: white;
|
||||
Usage:not(:hover)>LineInfo opacity: 0; width: 1px; overflow: hidden;
|
||||
|
||||
!StatusLine color: white !important; background: black !important
|
||||
StatusLineBroken color: black !important; background: #FFa0a0 !important /* light-red */
|
||||
|
||||
Reference in New Issue
Block a user