From 84f383a77dc0a7e545fdbac8b0388b6a3e5dc24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Mon, 20 Jan 2020 19:20:33 +0100 Subject: [PATCH] Turn Compositions and Reorder buttons into outline styles, to make then stand back. --- .../src/views/components/umb-groups-builder.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/components/umb-groups-builder.html b/src/Umbraco.Web.UI.Client/src/views/components/umb-groups-builder.html index a5ec479dfd..57b8dc18a2 100644 --- a/src/Umbraco.Web.UI.Client/src/views/components/umb-groups-builder.html +++ b/src/Umbraco.Web.UI.Client/src/views/components/umb-groups-builder.html @@ -9,7 +9,7 @@ alias="compositions" ng-if="compositions !== false" type="button" - button-style="action" + button-style="outline" label-key="contentTypeEditor_compositions" icon="icon-merge" action="openCompositionsDialog()" @@ -22,7 +22,7 @@ alias="reorder" ng-if="sorting !== false" type="button" - button-style="action" + button-style="outline" label-key="{{sortingButtonKey}}" icon="icon-navigation" action="toggleSortingMode();" @@ -37,7 +37,7 @@ - +