From 274d202f2ef5f446ea1ea5309dca432ed559f2d0 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Mon, 22 Mar 2021 19:24:59 +0100 Subject: [PATCH 1/6] Update icons to use component --- .../listview/includeproperties.prevalues.html | 4 ++-- .../propertyeditors/listview/layouts.prevalues.html | 12 +++++++----- .../src/views/propertyeditors/listview/listview.html | 1 - 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/includeproperties.prevalues.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/includeproperties.prevalues.html index 42597f0c8201..7d863f6730c9 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/includeproperties.prevalues.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/includeproperties.prevalues.html @@ -27,7 +27,7 @@ - +
@@ -54,7 +54,7 @@ diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html index 4527458d163a..f6cfb54fcb9e 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html @@ -6,18 +6,20 @@
- +
-
- +
+ + +
@@ -37,7 +39,7 @@
(blank) - -
- - - -
-
From af7fd8076f956655d0f4230ab09211e15ab32052 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Mon, 22 Mar 2021 19:40:24 +0100 Subject: [PATCH 3/6] Use move cursor style on sortable handle --- src/Umbraco.Web.UI.Client/src/less/main.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/less/main.less b/src/Umbraco.Web.UI.Client/src/less/main.less index 31bb8484c4a4..66afbfd73f2e 100644 --- a/src/Umbraco.Web.UI.Client/src/less/main.less +++ b/src/Umbraco.Web.UI.Client/src/less/main.less @@ -402,6 +402,10 @@ table thead button:focus{ /* UI interactions */ +.ui-sortable-handle { + cursor: move; +} + .umb-table tbody.ui-sortable tr { cursor:pointer; From 02e35945a7680e6bfb3d3ac0121f6e334fb1d5a8 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Mon, 22 Mar 2021 19:50:49 +0100 Subject: [PATCH 4/6] Add class for action column --- .../src/views/propertyeditors/listview/layouts.prevalues.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html index f905c4accc60..5a20e2e4ac35 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html @@ -32,7 +32,7 @@
-
+
From 9b34a1e90c0551e12de4ad163b9e6f167034b873 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Mon, 22 Mar 2021 19:57:04 +0100 Subject: [PATCH 5/6] Update setting auto focus --- .../src/views/propertyeditors/listview/layouts.prevalues.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html index 5a20e2e4ac35..295345a8278b 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html @@ -14,7 +14,7 @@ class="btn-reset" ng-disabled="layout.isSystem === 1" ng-click="vm.openIconPicker(layout)" - umb-auto-focus="layout.isSystem !== 1"> + umb-auto-focus="{{layout.isSystem !== 1}}"> From 88440ba5a4b1e297d6c7321fc0dcb1e230b2fe38 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Mon, 22 Mar 2021 20:24:03 +0100 Subject: [PATCH 6/6] Increase font size of umb-panel-header-icon --- src/Umbraco.Web.UI.Client/src/less/panel.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/less/panel.less b/src/Umbraco.Web.UI.Client/src/less/panel.less index a036267c8587..cc87a0edf54e 100644 --- a/src/Umbraco.Web.UI.Client/src/less/panel.less +++ b/src/Umbraco.Web.UI.Client/src/less/panel.less @@ -349,6 +349,7 @@ .umb-panel-header-icon { cursor: pointer; + font-size: 2rem; margin-right: 5px; margin-top: -6px; height: 50px;