From ae26a45fd15be7740290271b04a53b454a3d5ba1 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 15 Dec 2022 10:51:49 +0100 Subject: [PATCH] wait #5648 @0.5 --- resources/linkeditor/js/linkeditor.layers.js | 2 +- resources/linkeditor/style/inc/_layers.sass | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5