mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 11:25:46 +01:00
Show 'passkeys' state of key chains in :listkeys. Fix linkifyHelp link styling issues. Minor optimization for non-passkeys sites.
This commit is contained in:
@@ -589,6 +589,8 @@ var ConfigBase = Class("ConfigBase", {
|
||||
|
||||
helpCSS: UTF8(<><![CDATA[
|
||||
// <css>
|
||||
InlineHelpLink font-size: inherit !important; font-family: inherit !important;
|
||||
|
||||
Help;;;FontProportional line-height: 1.4em;
|
||||
|
||||
HelpArg;;;FontCode color: #6A97D4;
|
||||
|
||||
@@ -221,7 +221,7 @@ var Template = Module("Template", {
|
||||
/^\[.*\]$/.test(token) ? "HelpTopic" :
|
||||
/^:\w/.test(token) ? "HelpEx" : "HelpKey");
|
||||
|
||||
return <a highlight={type} tag={topic} href={"dactyl://help-tag/" + topic} dactyl:command="dactyl.help" xmlns:dactyl={NS}>{text || topic}</a>;
|
||||
return <a highlight={"InlineHelpLink " + type} tag={topic} href={"dactyl://help-tag/" + topic} dactyl:command="dactyl.help" xmlns:dactyl={NS}>{text || topic}</a>;
|
||||
},
|
||||
HelpLink: function (token) {
|
||||
if (!services["dactyl:"].initialized)
|
||||
|
||||
Reference in New Issue
Block a user