changeset 193:09e8e49a4cbc

Set cursor to appear clickable when over multicharts "delete" button Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-August/024793.html Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-September/024951.html
author Andrew Azores <aazores@redhat.com>
date Mon, 11 Sep 2017 13:59:22 -0400
parents 9e823981d848
children 1a1cf7a34a05
files src/app/components/multichart/chart/chart.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/app/components/multichart/chart/chart.html	Mon Sep 11 13:58:23 2017 -0400
+++ b/src/app/components/multichart/chart/chart.html	Mon Sep 11 13:59:22 2017 -0400
@@ -49,7 +49,7 @@
         </li>
         <li role="separator" class="divider"></li>
         <li>
-          <a ng-click="$ctrl.removeChart(chart)" translate>multicharts.chart.DELETE_LABEL</a>
+          <a style="cursor: pointer; cursor: hand" ng-click="$ctrl.removeChart(chart)" translate>multicharts.chart.DELETE_LABEL</a>
         </li>
       </ul>
     </div>