binding): Show/Hide the remove button.
@param {boolean} allowOpen (binding): Show/Hide the open button.
@param {boolean} allowEdit (binding): Show/Hide the edit button (Added in version 7.7.0).
+@param {boolean} allowChange (binding): Show/Hide the change button (Added in version 10.1.0).
@param {function} onRemove (expression): Callback function when the remove button is clicked.
@param {function} onOpen (expression): Callback function when the open button is clicked.
@param {function} onEdit (expression): Callback function when the edit button is clicked (Added in version 7.7.0).
+@param {function} onChange (expression): Callback function when the change button is clicked (Added in version 10.1.0).
@param {string} openUrl (binding): Fallback URL for onOpen (Added in version 7.12.0).
@param {string} editUrl (binding): Fallback URL for onEdit (Added in version 7.12.0).
@param {string} removeUrl (binding): Fallback URL for onRemove (Added in version 7.12.0).
diff --git a/src/Umbraco.Web.UI.Client/src/less/main.less b/src/Umbraco.Web.UI.Client/src/less/main.less
index cf284188f9..8ac3c170e9 100644
--- a/src/Umbraco.Web.UI.Client/src/less/main.less
+++ b/src/Umbraco.Web.UI.Client/src/less/main.less
@@ -432,22 +432,21 @@ table thead button:focus{
/* UI interactions */
-.ui-sortable-handle {
- cursor: move;
+.ui-sortable:not(.ui-sortable-disabled) .ui-sortable-handle {
+ cursor: move;
}
-.umb-table tbody.ui-sortable tr
-{
- cursor:pointer;
+.umb-table tbody.ui-sortable tr {
+ cursor: pointer;
}
.umb-table tbody.ui-sortable tr.ui-sortable-helper {
background-color: @sortableHelperBg;
border: none;
}
-.umb-table tbody.ui-sortable tr.ui-sortable-helper td
- {
- border:none;
+
+.umb-table tbody.ui-sortable tr.ui-sortable-helper td {
+ border: none;
}
.umb-table tbody.ui-sortable tr.ui-sortable-placeholder {
diff --git a/src/Umbraco.Web.UI.Client/src/views/components/umb-node-preview.html b/src/Umbraco.Web.UI.Client/src/views/components/umb-node-preview.html
index 5e5e41ac7a..11d0d1997f 100644
--- a/src/Umbraco.Web.UI.Client/src/views/components/umb-node-preview.html
+++ b/src/Umbraco.Web.UI.Client/src/views/components/umb-node-preview.html
@@ -48,7 +48,7 @@
-
@@ -56,7 +56,7 @@