Cleanup select

This commit is contained in:
Ezekiel Aquino
2018-12-14 18:53:43 +01:00
parent 84321c41f3
commit 2b4c557a3f

View File

@@ -1,11 +1,6 @@
import * as React from 'react';
import styled from 'styled-components';
import { colors } from 'ts/style/colors';
import {Column, Section, Wrap, WrapCentered} from 'ts/@next/components/layout';
import {Heading, Paragraph} from 'ts/@next/components/text';
export interface SelectItemConfig {
label: string;
value?: string;
@@ -51,14 +46,6 @@ const StyledSelect = styled.select`
padding: 20px 20px 20px 20px;
`;
const SelectAllButton = styled.button`
appearance: none;
border: 0;
font-size: 0.777777778rem;
display: block;
opacity: 0.75;
`;
const Caret = styled.svg`
position: absolute;
right: 20px;