Skip to content

Commit 22586da

Browse files
feat(select): select reworked
* enabled controlled and uncontrolled select * enables native select usage * keyboard controls and a11y BREAKING CHANGE: API change: 'options' instead of 'items' and 'menuMaxHeight' instead of 'height' prop Co-authored-by: Emily Kolar <[email protected]>
1 parent 0228213 commit 22586da

File tree

12 files changed

+1430
-236
lines changed

12 files changed

+1430
-236
lines changed

src/components/Button/Button.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ const commonButtonStyles = css`
4040
height: 100%;
4141
width: 100%;
4242
}
43+
&:not(:disabled) {
44+
cursor: pointer;
45+
}
4346
`;
4447

4548
export const StyledButton = styled.button`

0 commit comments

Comments
 (0)