From dd736dce3a0fc9c577e5af115cf94e4a231685dd Mon Sep 17 00:00:00 2001 From: Robert Mulder Date: Wed, 11 Feb 2015 10:15:23 +0100 Subject: [PATCH] Hide the 'Are you sure you want to delete' message on columns of a grid when mouse-leaving them just like it does on the similar message on the row level. This way they messages work the same for both rows and columns. --- .../src/views/propertyeditors/grid/grid.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.html index 372c765e49..6f092c8ea8 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.html @@ -123,7 +123,7 @@
+ ng-if="control && (currentControl == control)">
@@ -132,13 +132,13 @@ ng-mouseover="setWarnhighlightControl(control)" ng-mouseleave="disableWarnhighlightControl(control)"> - + - +