From d04feb7b7e6bd2eb9de3f8cb11237ff3c9b4e266 Mon Sep 17 00:00:00 2001 From: rosics-code Date: Sat, 20 Sep 2025 20:44:19 -0400 Subject: [PATCH 1/3] Update popup.scss --- sass/popup.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sass/popup.scss b/sass/popup.scss index 6849dd8c3..c4090d465 100644 --- a/sass/popup.scss +++ b/sass/popup.scss @@ -304,13 +304,14 @@ svg { border: themed("grey-2") 1px solid; background: themed("white-1"); } - border-radius: 2px; + border-radius: 10px; position: relative; display: block; cursor: pointer; .issuer { font-size: 12px; + font-weight: bold; @include themify($themes) { color: themed("black-1"); } @@ -474,6 +475,10 @@ svg { .pinnedEntry { .pin { opacity: 1; + + &svg { + fill: rgb(84 84 84) + } } .movehandle { From 64f676c758bc53685a3a3ac2fa36cd5cffd49934 Mon Sep 17 00:00:00 2001 From: rosics-code Date: Sat, 20 Sep 2025 20:45:34 -0400 Subject: [PATCH 2/3] Update popup.scss --- sass/popup.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/popup.scss b/sass/popup.scss index c4090d465..0907bbf2c 100644 --- a/sass/popup.scss +++ b/sass/popup.scss @@ -475,6 +475,7 @@ svg { .pinnedEntry { .pin { opacity: 1; + } &svg { fill: rgb(84 84 84) From 6e2998dff355bf7c4b88463d4794c0d5f72cafa4 Mon Sep 17 00:00:00 2001 From: rosics-code Date: Sat, 20 Sep 2025 20:47:13 -0400 Subject: [PATCH 3/3] Update popup.scss --- sass/popup.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sass/popup.scss b/sass/popup.scss index 0907bbf2c..3ab85542b 100644 --- a/sass/popup.scss +++ b/sass/popup.scss @@ -475,10 +475,9 @@ svg { .pinnedEntry { .pin { opacity: 1; - } - - &svg { - fill: rgb(84 84 84) + } + .pin svg { + fill: rgb(84 84 84); } }