We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa71319 commit 9db0632Copy full SHA for 9db0632
src/components/Select.js
@@ -5,12 +5,11 @@ import { css } from '@emotion/react';
5
const Select = ({ disabled, ...props }) => (
6
<div
7
css={css`
8
- height: 28px;
+ height: 1.75rem;
9
display: grid;
10
grid-template-areas: 'select';
11
align-items: center;
12
width: 100%;
13
- min-width: 15ch;
14
border: 1px solid var(--color-neutrals-500);
15
border-radius: 0.25rem;
16
padding: 0.25rem 0.5rem;
@@ -61,7 +60,6 @@ const Select = ({ disabled, ...props }) => (
61
60
font-size: 14px;
62
cursor: inherit;
63
line-height: inherit;
64
- outline: none;
65
66
&:focus + .focus-ring {
67
position: absolute;
0 commit comments