]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5648 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 15 Dec 2022 09:51:49 +0000 (10:51 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 15 Dec 2022 09:51:49 +0000 (10:51 +0100)
resources/linkeditor/js/linkeditor.layers.js
resources/linkeditor/style/inc/_layers.sass

index 0bebf30bede538a636d947c1f6f2045cce1e91e8..3fce5ca80aaab104f622959dc53fa9862eb9828b 100644 (file)
@@ -21,7 +21,7 @@ LinkeditorLayers.prototype = {
             } else {
                 $this.linkeditor.links.deselectLink(link);
             }
-
+            $this.linkeditor.form.updateLinkForm();
         });
 
         this.update();
index 708af77eb65b6bc5921b94a3f347c840bbb8dcec..9506bca511b0b3bc9176936d283f0d6ca4960f2b 100644 (file)
@@ -9,10 +9,10 @@
         padding: 3px 10px
         font-style: italic
         font-weight: 500
-        background-color: rgba(0,0,0,0.5)
+        background-color: rgba(0,0,0,0.45)
         color: $color-dark
         @include dark-theme
-            background-color: rgba(255,255,255,0.5)
+            background-color: rgba(255,255,255,0.45)
             color: $color
 
     label