mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
refactor(web/radial): remove pointer cursor
This commit is contained in:
@@ -19,7 +19,6 @@ const useStyles = createStyles((theme) => ({
|
||||
|
||||
'&:hover': {
|
||||
fill: theme.fn.primaryColor(),
|
||||
cursor: 'pointer',
|
||||
'> g > text, > g > svg > path': {
|
||||
fill: '#fff',
|
||||
},
|
||||
@@ -38,7 +37,6 @@ const useStyles = createStyles((theme) => ({
|
||||
strokeWidth: 4,
|
||||
'&:hover': {
|
||||
fill: theme.colors[theme.primaryColor][theme.fn.primaryShade() - 1],
|
||||
cursor: 'pointer',
|
||||
},
|
||||
},
|
||||
centerIconContainer: {
|
||||
|
||||
Reference in New Issue
Block a user