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