From 36d1da692c57c97c5226e080466701e3f701962f Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 2 Jul 2025 10:27:31 -0500 Subject: [PATCH] Use selection color --- app/assets/stylesheets/actiontext-lexical.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/actiontext-lexical.css b/app/assets/stylesheets/actiontext-lexical.css index 46ed1e126..2ad1ab090 100644 --- a/app/assets/stylesheets/actiontext-lexical.css +++ b/app/assets/stylesheets/actiontext-lexical.css @@ -6,12 +6,12 @@ figure.node--selected { &:not(:has(img)) { - box-shadow: 0 0 0 var(--hover-size) var(--hover-color); + box-shadow: 0 0 0 var(--hover-size) var(--color-selected-dark); } &:has(img) { img { - box-shadow: 0 0 0 var(--hover-size) var(--hover-color); + box-shadow: 0 0 0 var(--hover-size) var(--color-selected-dark); } } }