Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/overlay.xul

Issue 5684127030312960: Issue 1091 - Implement a better templating approach for Element Hiding Helper (Closed)
Patch Set: Switched to a functional approach Created Sept. 11, 2014, 4:50 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/aardvark.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/overlay.xul
===================================================================
--- a/chrome/content/overlay.xul
+++ b/chrome/content/overlay.xul
@@ -23,15 +23,9 @@
<tooltip id="ehh-commandlabel" noautohide="true">
<hbox align="center">
<description id="ehh-commandlabel-key"/>
<description id="ehh-commandlabel-alternativeKey"/>
<description id="ehh-commandlabel-label"/>
</hbox>
</tooltip>
<tooltip id="ehh-viewsource" noautohide="true" orient="vertical"/>
- <tooltip id="ehh-elementmarker">
- <html:div>
- <html:div class="ehh-border"/>
- <html:div class="ehh-label"><html:span class="ehh-labelTag"/><html:span class="ehh-labelAddition"/></html:div>
- </html:div>
- </tooltip>
</popupset>
« no previous file with comments | « no previous file | lib/aardvark.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld