0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 18:18:24 -05:00

🐛 Fix hover on library preview

This commit is contained in:
Pablo Alba 2023-10-30 22:36:18 +01:00
parent 0c1f6f8e71
commit dd1200e76f

View file

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