From 690cc04edd0080a6d2547dcc6501c88a7a57201e Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Fri, 2 Sep 2022 15:53:58 +0200 Subject: [PATCH] Add back box-shadow to EditingArea --- ts/editor/EditingArea.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/editor/EditingArea.svelte b/ts/editor/EditingArea.svelte index e3dd417a2..dc41a8492 100644 --- a/ts/editor/EditingArea.svelte +++ b/ts/editor/EditingArea.svelte @@ -202,8 +202,9 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html left: 0; pointer-events: none; border-radius: 5px; - border: 1px solid var(--border-default); + border: 1px solid var(--border-subtle); transition: box-shadow 80ms cubic-bezier(0.33, 1, 0.68, 1); + box-shadow: inset 0 0 1px 1px var(--shadow-inset); } &:focus-within {