mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-09 23:51:05 +00:00
hack to make "earth icon" open select on click
This commit is contained in:
parent
43f174156e
commit
c086fa231a
@ -15,9 +15,12 @@ const SelectWrapper = styled.div`
|
|||||||
|
|
||||||
const SelectIcon = styled.span`
|
const SelectIcon = styled.span`
|
||||||
padding: 0px 6px;
|
padding: 0px 6px;
|
||||||
|
margin-right: -20px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledSelect = styled.select`
|
const StyledSelect = styled.select`
|
||||||
|
height: 100%;
|
||||||
|
padding-left: 20px;
|
||||||
border: 0;
|
border: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user