From da69dd8320c7e9b6c3faa2157cbcb2d255100948 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Fri, 21 Jan 2022 11:04:01 -0800 Subject: [PATCH] Fix selected select input text color --- src/ListBox.module.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ListBox.module.css b/src/ListBox.module.css index 0af4d8a..7b2be37 100644 --- a/src/ListBox.module.css +++ b/src/ListBox.module.css @@ -23,10 +23,6 @@ min-height: 32px; } -.option.selected { - color: #0dbd8b; -} - .option.focused { background-color: rgba(111, 120, 130, 0.2); }