From 02eded554e4c083916ef8efc764f7711a34c53a8 Mon Sep 17 00:00:00 2001 From: hfcRed Date: Sun, 4 Jan 2026 19:00:03 +0100 Subject: [PATCH] Migrate changes to css modules --- .../routes/object-damage-calculator.module.css | 4 ++-- .../routes/object-damage-calculator.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/features/object-damage-calculator/routes/object-damage-calculator.module.css b/app/features/object-damage-calculator/routes/object-damage-calculator.module.css index 375d42aae..f8941153b 100644 --- a/app/features/object-damage-calculator/routes/object-damage-calculator.module.css +++ b/app/features/object-damage-calculator/routes/object-damage-calculator.module.css @@ -75,13 +75,13 @@ margin-block-start: var(--s-0-5); } -.object-damage__receiver-button { +.receiverButton { all: unset; cursor: pointer; border-radius: var(--rounded); } -.object-damage__receiver-button:focus-visible { +.receiverButton:focus-visible { outline: 2px solid var(--theme); outline-offset: 2px; } diff --git a/app/features/object-damage-calculator/routes/object-damage-calculator.tsx b/app/features/object-damage-calculator/routes/object-damage-calculator.tsx index 4571d3847..5a9ffc993 100644 --- a/app/features/object-damage-calculator/routes/object-damage-calculator.tsx +++ b/app/features/object-damage-calculator/routes/object-damage-calculator.tsx @@ -406,9 +406,9 @@ function DamageReceiversGrid({ +