mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 14:54:17 +01:00
Simplify isolation of hints from page styles.
This commit is contained in:
@@ -13,9 +13,14 @@
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
<binding id="magic" inheritstyle="false">
|
||||
<binding id="hints" inheritstyle="false">
|
||||
<implementation>
|
||||
<field name="hints">
|
||||
document.getAnonymousElementByAttribute(this, "anonid", "hints");
|
||||
</field>
|
||||
</implementation>
|
||||
<content>
|
||||
<html:span xbl:inherits="dactyl:highlight=dactyl:highlight,number,style,text" />
|
||||
<html:div anonid="hints"/>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user