From ec89aba76c33190f3db36e403102fd2078c1ac1c Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 13 Feb 2025 11:18:22 -0600 Subject: [PATCH] Never mind, this is problematic --- app/assets/stylesheets/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/base.css b/app/assets/stylesheets/base.css index dd303e2aa..2f2005d39 100644 --- a/app/assets/stylesheets/base.css +++ b/app/assets/stylesheets/base.css @@ -27,7 +27,7 @@ a:not([class]) { text-decoration-skip-ink: auto; } -:is(a, button, input, textarea, .switch, .btn, [contenteditable]) { +:is(a, button, input, textarea, .switch, .btn) { --outline-size: max(2px, 0.08em); caret-color: var(--color-link);