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; } } }