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

Unified Diff: desktop-options.js

Issue 29626565: Issue 6115 - Refactored icon classes (Closed)
Patch Set: Created Dec. 11, 2017, 12:14 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 | « desktop-options.html ('k') | skin/desktop-options.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: desktop-options.js
===================================================================
--- a/desktop-options.js
+++ b/desktop-options.js
@@ -1397,7 +1397,7 @@
let id = anchor.getAttribute("data-tooltip");
let wrapper = document.createElement("div");
- wrapper.className = "tooltip";
+ wrapper.className = "icon tooltip";
anchor.parentNode.replaceChild(wrapper, anchor);
wrapper.appendChild(anchor);
« no previous file with comments | « desktop-options.html ('k') | skin/desktop-options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld