From 36af30385006d9ba855264e56abc05921f007a87 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Fri, 19 Aug 2022 11:52:17 +0200 Subject: [PATCH] :bug: Fix share prototypes overlay and stroke --- CHANGES.md | 3 ++- frontend/resources/styles/main/partials/share-link.scss | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e0de21261..4bf4c81ce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -35,7 +35,8 @@ ### :bug: Bugs fixed -- Fix border radious on boolean operations [Taiga](https://tree.taiga.io/project/penpot/issue/3959) +- Fix share prototypes overlay and stroke [Taiga #3994](https://tree.taiga.io/project/penpot/issue/3994) +- Fix border radious on boolean operations [Taiga #3959](https://tree.taiga.io/project/penpot/issue/3959) - Fix inconsistent representation of rectangles [Taiga #3977](https://tree.taiga.io/project/penpot/issue/3977) - Fix recent fonts info [Taiga #3953](https://tree.taiga.io/project/penpot/issue/3953) - Fix clipped elements affect boards and centering [Taiga #3666](https://tree.taiga.io/project/penpot/issue/3666) diff --git a/frontend/resources/styles/main/partials/share-link.scss b/frontend/resources/styles/main/partials/share-link.scss index 0a9f4c5bd..5b96657c6 100644 --- a/frontend/resources/styles/main/partials/share-link.scss +++ b/frontend/resources/styles/main/partials/share-link.scss @@ -1,4 +1,5 @@ .share-modal { + background: none; display: block; top: 50px; left: calc(100vw - 500px); @@ -6,6 +7,7 @@ .share-link-dialog { width: 480px; background-color: $color-white; + border: 1px solid $color-gray-10; .modal-content { padding: 16px 32px;