From 6632d844536532227cb92290f9fc2b6b2f913270 Mon Sep 17 00:00:00 2001 From: Anna Stasiuk Date: Tue, 13 Oct 2020 14:50:00 +0300 Subject: [PATCH] fix: hide dropdown input on IE 11 (#1403) --- src/common-elements/dropdown.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common-elements/dropdown.ts b/src/common-elements/dropdown.ts index c06295a0..f4bcc281 100644 --- a/src/common-elements/dropdown.ts +++ b/src/common-elements/dropdown.ts @@ -107,6 +107,7 @@ export const StyledDropdown = styled(Dropdown)` input { cursor: pointer; height: 1px; + background-color: transparent; } } `;