| Index: Source/devtools/front_end/elements/Spectrum.js
|
| diff --git a/Source/devtools/front_end/elements/Spectrum.js b/Source/devtools/front_end/elements/Spectrum.js
|
| index b8461efe21e8e79e51c42b7340790646650186f9..b92e8eaabdbb719e0f625e889b5e4d991e8b6b6d 100644
|
| --- a/Source/devtools/front_end/elements/Spectrum.js
|
| +++ b/Source/devtools/front_end/elements/Spectrum.js
|
| @@ -225,7 +225,7 @@ WebInspector.Spectrum.prototype = {
|
| element.style.background = String.sprintf("linear-gradient(%s, %s), url(Images/checker.png)", colorText, colorText);
|
| if (animationDelay)
|
| element.animate([{ opacity: 0 }, { opacity: 1 }], { duration: 100, delay: animationDelay, fill: "backwards" });
|
| - WebInspector.Tooltip.install(element, colorText);
|
| + element.title = colorText;
|
| return element;
|
| },
|
|
|
|
|