From d338459cf55da18737e676edd6a7cb9c7ea0b866 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 18 Jun 2023 00:05:39 -0700 Subject: [PATCH] Add guidebooks to RaidCombobox + styles * Added guidebooks to the dummy raid group * Fix background color * Make less tall --- components/raids/RaidCombobox/index.scss | 6 ++++-- components/raids/RaidCombobox/index.tsx | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/raids/RaidCombobox/index.scss b/components/raids/RaidCombobox/index.scss index a09f4f78..45dac05b 100644 --- a/components/raids/RaidCombobox/index.scss +++ b/components/raids/RaidCombobox/index.scss @@ -65,7 +65,7 @@ .Raids { border-bottom-left-radius: $card-corner; border-bottom-right-radius: $card-corner; - height: 50vh; + height: 36vh; overflow-y: scroll; padding: 0 $unit; @@ -120,7 +120,9 @@ } } -.DetailsWrapper .PartyDetails.Editable .Raid.SelectTrigger { +.DetailsWrapper .PartyDetails.Editable .Raid.SelectTrigger, +.EditTeam .Raid.SelectTrigger { + background: var(--input-bound-bg); display: flex; padding-top: 10px; padding-bottom: 11px; diff --git a/components/raids/RaidCombobox/index.tsx b/components/raids/RaidCombobox/index.tsx index 62929160..5cbe7c0d 100644 --- a/components/raids/RaidCombobox/index.tsx +++ b/components/raids/RaidCombobox/index.tsx @@ -47,6 +47,7 @@ const untitledGroup: RaidGroup = { section: 0, order: 0, extra: false, + guidebooks: false, raids: [], difficulty: 0, hl: false,