Skip to content

Commit 9db0632

Browse files
refactor: update some Select style rules
1 parent fa71319 commit 9db0632

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/Select.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ import { css } from '@emotion/react';
55
const Select = ({ disabled, ...props }) => (
66
<div
77
css={css`
8-
height: 28px;
8+
height: 1.75rem;
99
display: grid;
1010
grid-template-areas: 'select';
1111
align-items: center;
1212
width: 100%;
13-
min-width: 15ch;
1413
border: 1px solid var(--color-neutrals-500);
1514
border-radius: 0.25rem;
1615
padding: 0.25rem 0.5rem;
@@ -61,7 +60,6 @@ const Select = ({ disabled, ...props }) => (
6160
font-size: 14px;
6261
cursor: inherit;
6362
line-height: inherit;
64-
outline: none;
6563
6664
&:focus + .focus-ring {
6765
position: absolute;

0 commit comments

Comments
 (0)