mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
fix: remove link color in strategies list (#773)
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
This commit is contained in:
parent
cd59d7d84b
commit
092755f7c0
@ -5,7 +5,7 @@ export const useStyles = makeStyles(theme => ({
|
|||||||
padding: '0',
|
padding: '0',
|
||||||
['& a']: {
|
['& a']: {
|
||||||
textDecoration: 'none',
|
textDecoration: 'none',
|
||||||
color: theme.palette.primary.light,
|
color: 'inherit',
|
||||||
},
|
},
|
||||||
'&:hover': {
|
'&:hover': {
|
||||||
backgroundColor: theme.palette.grey[200],
|
backgroundColor: theme.palette.grey[200],
|
||||||
|
Loading…
Reference in New Issue
Block a user