From 605542bae0a9ba8e0906c1ebb0479b655e3c7c52 Mon Sep 17 00:00:00 2001 From: Ben Lubar Date: Mon, 24 Oct 2016 18:18:37 -0500 Subject: [PATCH] Don't override the background color of the bottom-sheet dropdown menu. It is already white on light themes and this makes white-on-white text on dark themes. --- less/modules/bottom-sheet.less | 1 - 1 file changed, 1 deletion(-) diff --git a/less/modules/bottom-sheet.less b/less/modules/bottom-sheet.less index 0ba72fe..53a98b6 100644 --- a/less/modules/bottom-sheet.less +++ b/less/modules/bottom-sheet.less @@ -13,7 +13,6 @@ padding: 0 5px; max-height: 60%; - background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.35); overflow: auto; -webkit-overflow-scrolling: touch;