From 9944cce4d9c1c6a4db9adde4d13fc60447ef1909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Mon, 15 Jun 2020 12:12:09 +0200 Subject: [PATCH] use background color for hover to corospond with active state --- .../blocklistentryeditors/labelblock/labelblock.editor.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklistentryeditors/labelblock/labelblock.editor.less b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklistentryeditors/labelblock/labelblock.editor.less index d01e53ef9c..0ebcfaea53 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklistentryeditors/labelblock/labelblock.editor.less +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklistentryeditors/labelblock/labelblock.editor.less @@ -33,7 +33,7 @@ &:hover { color: @ui-action-discreet-type-hover; - border-color: @gray-8; + background-color: @ui-action-hover; } &.--active {