From 40c8e51e86bd55933b93b41afb379abe78537ad7 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Mon, 24 Jun 2019 15:19:09 +0530 Subject: [PATCH] fix: Set dropdown background as header background --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index ef1555d..a4f2b57 100644 --- a/src/style.css +++ b/src/style.css @@ -188,6 +188,7 @@ &__toggle { opacity: 0; + background-color: var(--dt-header-cell-bg); } &__list {