mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 13:27:02 +00:00
🐛 Fix external borders not considered for thumbnails
This commit is contained in:
committed by
Alonso Torres
parent
22ded62000
commit
f9f3b3951f
@@ -273,7 +273,6 @@ $height-palette-max: 80px;
|
||||
|
||||
.frame-thumbnail-wrapper {
|
||||
.fills,
|
||||
.strokes,
|
||||
.frame-clip-def {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
@@ -230,7 +230,7 @@
|
||||
[:g {:on-mouse-down start-move-position
|
||||
:on-mouse-enter #(reset! hover-disabled? true)
|
||||
:on-mouse-leave #(reset! hover-disabled? false)}
|
||||
[:use {:href (str "#shape-" (:id dest-shape))
|
||||
[:use {:href (str "#thumbnail-container-" (:id dest-shape))
|
||||
:x (- marker-x dest-x)
|
||||
:y (- marker-y dest-y)}]
|
||||
[:path {:stroke "var(--color-primary)"
|
||||
|
||||
Reference in New Issue
Block a user