Add back box-shadow to EditingArea

This commit is contained in:
Matthias Metelka 2022-09-02 15:53:58 +02:00
parent 98ed2813cc
commit 690cc04edd

View file

@ -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 {