Restores radio group item to style panel, cleans up components
This commit is contained in:
parent
109e7adc44
commit
dfcc612fbe
5 changed files with 53 additions and 37 deletions
|
@ -216,6 +216,10 @@ export const Item = styled('button', {
|
|||
pointerEvents: 'all',
|
||||
cursor: 'pointer',
|
||||
|
||||
'&:focus': {
|
||||
backgroundColor: '$hover',
|
||||
},
|
||||
|
||||
'&:hover:not(:disabled)': {
|
||||
backgroundColor: '$hover',
|
||||
'& svg': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue