From f4cb6b597cb155a741847befb03dace761199ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ostafin?= Date: Thu, 24 Sep 2020 08:35:10 +0200 Subject: [PATCH] EZP-31939: Set color ibexa-color-primary for active carret in content tree (#1532) --- .../public/scss/ui/modules/content-tree/_list.item.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bundle/Resources/public/scss/ui/modules/content-tree/_list.item.scss b/src/bundle/Resources/public/scss/ui/modules/content-tree/_list.item.scss index fd572a8f3f..b069692a01 100644 --- a/src/bundle/Resources/public/scss/ui/modules/content-tree/_list.item.scss +++ b/src/bundle/Resources/public/scss/ui/modules/content-tree/_list.item.scss @@ -181,7 +181,7 @@ $list-item-height: calculateRem(20px); &:hover, &:focus { &:before { - border-color: transparent transparent transparent $ibexa-white; + border-color: transparent transparent transparent $ibexa-color-primary; } } } @@ -197,7 +197,7 @@ $list-item-height: calculateRem(20px); &:hover, &:focus { &:before { - border-color: $ibexa-white transparent transparent transparent; + border-color: $ibexa-color-primary transparent transparent transparent; } } }