From f7a164ffe55a512ec03b9cdc82c612684811a275 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:46:41 +1000 Subject: [PATCH] Fix performer disambiguation styling in select (#5246) --- ui/v2.5/src/components/Performers/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/v2.5/src/components/Performers/styles.scss b/ui/v2.5/src/components/Performers/styles.scss index b1e59653e..c1f891f6b 100644 --- a/ui/v2.5/src/components/Performers/styles.scss +++ b/ui/v2.5/src/components/Performers/styles.scss @@ -199,6 +199,10 @@ } } +.performer-select-value .performer-disambiguation { + color: initial; +} + .performer-select-option { .performer-select-row { align-items: center;