Skip to content

File tree

src/select.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ const selectBase = style([
109109
background: 'transparent', // FieldContainer gives the correct background color
110110
width: '100%',
111111
paddingY: 0,
112+
borderRadius: skinVars.borderRadii.input,
112113
}),
113114
{
114115
fontFamily: 'inherit',
115116
paddingRight: `calc(${iconButtonSize} + ${fieldEndIconGap}px)`,
116117
paddingLeft: fieldLeftPadding,
117-
outline: 0,
118118
textOverflow: 'ellipsis',
119119
appearance: 'none',
120120

src/text-field-components.css.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ export const fullWidth = sprinkles({
103103
});
104104

105105
export const field = sprinkles({
106-
overflow: 'hidden',
107106
border: 'input',
108107
display: 'flex',
109108
borderRadius: vars.borderRadii.input,

0 commit comments

Comments
 (0)