0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-10 06:41:40 -05:00

Merge pull request #3741 from penpot/palba-fix-hover-on-library-preview

🐛 Fix hover on library preview
This commit is contained in:
Eva Marco 2023-11-06 12:03:53 +01:00 committed by GitHub
commit 9d6cc1ed4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;