🩹(frontend) fix cursor on disabled button
Having a pointer cursor on a disabled button was misleading fixed it ! Minor issue.
This commit is contained in:
committed by
aleb_the_flash
parent
1b48fa256e
commit
66bc739411
@@ -23,6 +23,9 @@ export const buttonRecipe = cva({
|
|||||||
'&[data-selected]': {
|
'&[data-selected]': {
|
||||||
backgroundColor: 'colorPalette.active',
|
backgroundColor: 'colorPalette.active',
|
||||||
},
|
},
|
||||||
|
'&[data-disabled]': {
|
||||||
|
cursor: 'auto',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
variants: {
|
variants: {
|
||||||
size: {
|
size: {
|
||||||
|
|||||||
Reference in New Issue
Block a user