From a4527ef2eacc01c930870fb2b2eb01ef691d5b85 Mon Sep 17 00:00:00 2001 From: hfcRed Date: Sat, 3 Jan 2026 15:04:54 +0100 Subject: [PATCH] Tourney styling --- app/components/InfoPopover.module.css | 8 +- app/components/MapPoolSelector.module.css | 5 ++ app/components/MapPoolSelector.tsx | 2 +- app/components/layout/index.module.css | 10 +-- .../routes/calendar.$id.report-winners.tsx | 1 - app/features/chat/components/Chat.module.css | 3 +- .../sendouq/components/GroupCard.module.css | 14 +++- .../components/Bracket/bracket.module.css | 25 +++--- .../components/MatchRosters.tsx | 6 +- .../components/MatchTimer.module.css | 7 +- .../components/StartedMatch.tsx | 7 +- .../routes/to.$id.matches.$mid.tsx | 6 +- .../tournament-bracket.module.css | 78 ++++++++++--------- app/features/tournament/tournament.module.css | 4 +- .../routes/u.$identifier.seasons.tsx | 5 +- app/features/vods/routes/vods.new.tsx | 2 +- app/styles/common.css | 10 +++ app/styles/utils.css | 4 - 18 files changed, 107 insertions(+), 90 deletions(-) diff --git a/app/components/InfoPopover.module.css b/app/components/InfoPopover.module.css index 83b1b0852..68937dc9d 100644 --- a/app/components/InfoPopover.module.css +++ b/app/components/InfoPopover.module.css @@ -5,8 +5,8 @@ color: var(--color-text); font-size: var(--fonts-md); padding: var(--s-0-5); - width: 28px; - height: 28px; + width: var(--input-height); + height: var(--input-height); display: flex; align-items: center; justify-content: center; @@ -18,7 +18,7 @@ } .triggerTiny { - width: 20px; - height: 20px; + width: var(--input-height-smaller); + height: var(--input-height-smaller); font-size: var(--fonts-xs); } diff --git a/app/components/MapPoolSelector.module.css b/app/components/MapPoolSelector.module.css index 3f7543487..6c7f2aa8d 100644 --- a/app/components/MapPoolSelector.module.css +++ b/app/components/MapPoolSelector.module.css @@ -57,6 +57,11 @@ color: var(--color-accent); opacity: 1 !important; outline: initial; + + &:focus-visible { + outline: var(--input-focus-ring); + outline-offset: 2px; + } } .modeButton.selected { diff --git a/app/components/MapPoolSelector.tsx b/app/components/MapPoolSelector.tsx index 7b832d5ae..df77bdc47 100644 --- a/app/components/MapPoolSelector.tsx +++ b/app/components/MapPoolSelector.tsx @@ -252,7 +252,7 @@ export function MapPoolStages({ return (