From 6f88ce0e09373a9087a9ff0a79d50cf13135c4b1 Mon Sep 17 00:00:00 2001 From: brysonbw <77869922+brysonbw@users.noreply.github.com> Date: Sun, 12 Oct 2025 10:06:20 -0600 Subject: [PATCH] fix(curriculum): fix core module orange underline extending to extensions --- components/curriculum/module-list.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/curriculum/module-list.css b/components/curriculum/module-list.css index 6fcdcfcdd..683472e5b 100644 --- a/components/curriculum/module-list.css +++ b/components/curriculum/module-list.css @@ -98,6 +98,7 @@ > input:checked + label::before { content: url("./assets/curriculum-modules-underline.svg#2"); + transform: scaleX(0.45) translate3d(-1.5rem, 0.75rem, 0); } }