From 4d4536a437356ed1544780d1207b41957d6e499e Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Fri, 21 Aug 2026 21:58:46 +0300 Subject: [PATCH] Clean up invalid CSS --- app/components/SideNav.module.css | 1 - app/components/elements/SelectShell.module.css | 1 - .../components/SeasonSummaryGraphic.module.css | 10 ---------- .../components/Bracket/Match.module.css | 1 - .../components/SocialLinksList.module.css | 1 - app/form/fields/FormFieldWrapper.module.css | 5 +---- 6 files changed, 1 insertion(+), 18 deletions(-) diff --git a/app/components/SideNav.module.css b/app/components/SideNav.module.css index 3174563b0..cf0b2cf18 100644 --- a/app/components/SideNav.module.css +++ b/app/components/SideNav.module.css @@ -214,7 +214,6 @@ align-items: center; margin-inline-start: auto; font-size: var(--font-2xs); - font-weight: var(--weight-normal); & a { color: var(--color-text-high); diff --git a/app/components/elements/SelectShell.module.css b/app/components/elements/SelectShell.module.css index 5ef0a76a2..8550c67cc 100644 --- a/app/components/elements/SelectShell.module.css +++ b/app/components/elements/SelectShell.module.css @@ -35,7 +35,6 @@ .popover { padding: var(--s-1); - width: var(--trigger-width); border: var(--border-style); border-radius: var(--radius-box); background-color: var(--color-bg); diff --git a/app/features/img-export/components/SeasonSummaryGraphic.module.css b/app/features/img-export/components/SeasonSummaryGraphic.module.css index f74154086..4a1508feb 100644 --- a/app/features/img-export/components/SeasonSummaryGraphic.module.css +++ b/app/features/img-export/components/SeasonSummaryGraphic.module.css @@ -94,16 +94,6 @@ below win regardless of which CSS chunk loads last stroke-linejoin: round; } -.chartAreaTop { - stop-color: var(--graphic-accent); - stop-opacity: 0.3; -} - -.chartAreaBottom { - stop-color: var(--graphic-accent); - stop-opacity: 0; -} - .chartGridLine { stroke: var(--graphic-row-border); stroke-width: 1; diff --git a/app/features/tournament-bracket/components/Bracket/Match.module.css b/app/features/tournament-bracket/components/Bracket/Match.module.css index 07a5b6591..552c6655d 100644 --- a/app/features/tournament-bracket/components/Bracket/Match.module.css +++ b/app/features/tournament-bracket/components/Bracket/Match.module.css @@ -83,7 +83,6 @@ display: flex; flex-direction: column; gap: var(--s-1); - color: var(--text-main); justify-content: center; transition: background-color 0.2s; } diff --git a/app/features/tournament-organization/components/SocialLinksList.module.css b/app/features/tournament-organization/components/SocialLinksList.module.css index afca26a79..8856cbacf 100644 --- a/app/features/tournament-organization/components/SocialLinksList.module.css +++ b/app/features/tournament-organization/components/SocialLinksList.module.css @@ -1,6 +1,5 @@ .socialLink { font-size: var(--font-sm); - color: var(--text-main); display: flex; gap: var(--s-2); align-items: center; diff --git a/app/form/fields/FormFieldWrapper.module.css b/app/form/fields/FormFieldWrapper.module.css index 182e4e6cd..c378c224a 100644 --- a/app/form/fields/FormFieldWrapper.module.css +++ b/app/form/fields/FormFieldWrapper.module.css @@ -3,10 +3,7 @@ & input:not([type="radio"], [type="checkbox"]), & textarea, - & select, - & .react-aria-Group, - & .react-aria-Select button, - & .react-aria-DatePicker { + & select { width: 100%; } }