From 2011864fdb2ec72b59d04f3583138ea1a45d6819 Mon Sep 17 00:00:00 2001 From: Ran Byron Date: Tue, 5 Feb 2019 15:50:31 +0200 Subject: [PATCH] Fix: Selected item in dropdown unreadable (#3398) --- client/app/assets/less/redash/redash-newstyle.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/assets/less/redash/redash-newstyle.less b/client/app/assets/less/redash/redash-newstyle.less index 08b215c0fc..3710de6305 100644 --- a/client/app/assets/less/redash/redash-newstyle.less +++ b/client/app/assets/less/redash/redash-newstyle.less @@ -953,7 +953,7 @@ text.slicetext { } } -.ui-select-choices-row > span { +.ui-select-choices-row.disabled > span { background-color: inherit !important; }