Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1816)

Unified Diff: dashboard/dashboard/elements/chart-tooltip.html

Issue 2706033012: Dashboard - Add close button to chart-toolip. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/chart-tooltip.html
diff --git a/dashboard/dashboard/elements/chart-tooltip.html b/dashboard/dashboard/elements/chart-tooltip.html
index 1660a3d8ec6bd1f92761c4d1808307a8d7043f27..8fd815093339f9c54f8eabc89041d0623b48b38b 100644
--- a/dashboard/dashboard/elements/chart-tooltip.html
+++ b/dashboard/dashboard/elements/chart-tooltip.html
@@ -33,6 +33,13 @@ was just clicked.
overflow-y: auto;
max-height: 250px;
}
+
+ .close-icon {
+ cursor: pointer;
+ position: absolute;
+ top: 4px;
+ right: 4px;
+ }
</style>
<template>
@@ -64,6 +71,10 @@ was just clicked.
</div>
</template>
+ <div class="close-icon" on-click="close">
+ ❌ <!-- cross mark U+274C -->
+ </div>
+
<div id="test-name">
Test: {{parentPath}}/<b>{{seriesName}}</b>
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698