1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-09 15:40:55 +00:00

hack to make "earth icon" open select on click

This commit is contained in:
slowbackspace 2019-02-13 23:05:11 +01:00
parent 43f174156e
commit c086fa231a

View File

@ -15,9 +15,12 @@ const SelectWrapper = styled.div`
const SelectIcon = styled.span`
padding: 0px 6px;
margin-right: -20px;
`;
const StyledSelect = styled.select`
height: 100%;
padding-left: 20px;
border: 0;
background: transparent;
cursor: pointer;