From dd1200e76fb883a18268f52706b377503924b722 Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Mon, 30 Oct 2023 22:36:18 +0100 Subject: [PATCH] :bug: Fix hover on library preview --- frontend/resources/styles/main/partials/color-bullet.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/styles/main/partials/color-bullet.scss b/frontend/resources/styles/main/partials/color-bullet.scss index d333b79be..43983d50f 100644 --- a/frontend/resources/styles/main/partials/color-bullet.scss +++ b/frontend/resources/styles/main/partials/color-bullet.scss @@ -83,7 +83,7 @@ ul.palette-menu .color-bullet { margin-right: $size-1; width: 20px; } -.asset-list .asset-list-item { +.tool-window-content .asset-list .asset-list-item { &:hover { .color-bullet { border: 1px solid $color-primary;