From: Vincent Vanwaelscappel Date: Thu, 15 Dec 2022 09:51:49 +0000 (+0100) Subject: wait #5648 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ae26a45fd15be7740290271b04a53b454a3d5ba1;p=fluidbook-toolbox.git wait #5648 @0.5 --- diff --git a/resources/linkeditor/js/linkeditor.layers.js b/resources/linkeditor/js/linkeditor.layers.js index 0bebf30be..3fce5ca80 100644 --- a/resources/linkeditor/js/linkeditor.layers.js +++ b/resources/linkeditor/js/linkeditor.layers.js @@ -21,7 +21,7 @@ LinkeditorLayers.prototype = { } else { $this.linkeditor.links.deselectLink(link); } - + $this.linkeditor.form.updateLinkForm(); }); this.update(); diff --git a/resources/linkeditor/style/inc/_layers.sass b/resources/linkeditor/style/inc/_layers.sass index 708af77eb..9506bca51 100644 --- a/resources/linkeditor/style/inc/_layers.sass +++ b/resources/linkeditor/style/inc/_layers.sass @@ -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