Merge branch 'master' of github.com:Suwayomi/Tachidesk-WebUI

This commit is contained in:
Aria Moradi
2021-09-09 16:42:04 +04:30
2 changed files with 16 additions and 0 deletions

View File

@@ -44,6 +44,14 @@ const useStyles = makeStyles((theme) => ({
},
card: {
margin: '10px',
'&:hover': {
backgroundColor: 'rgba(255, 255, 255, 0.2)',
transition: 'background-color 0ms ease',
},
'&:active': {
backgroundColor: 'rgba(255, 255, 255, 0.1)',
transition: 'background-color 100ms ease-out',
},
},
}));

View File

@@ -44,6 +44,14 @@ const useStyles = makeStyles((theme) => ({
},
card: {
margin: '10px',
'&:hover': {
backgroundColor: 'rgba(255, 255, 255, 0.2)',
transition: 'background-color 0ms ease',
},
'&:active': {
backgroundColor: 'rgba(255, 255, 255, 0.1)',
transition: 'background-color 100ms ease-out',
},
},
}));