forked from Archives/Athou_commafeed
prevent entries from having the hover background color when clicked on mobile
This commit is contained in:
@@ -47,8 +47,10 @@ const useStyles = createStyles((theme, props: FeedEntryProps & { viewMode?: View
|
||||
marginTop: mobileMarginY,
|
||||
marginBottom: mobileMarginY,
|
||||
},
|
||||
"&:hover": {
|
||||
backgroundColor: backgroundHoverColor,
|
||||
"@media (hover: hover)": {
|
||||
"&:hover": {
|
||||
backgroundColor: backgroundHoverColor,
|
||||
},
|
||||
},
|
||||
},
|
||||
body: {
|
||||
|
||||
Reference in New Issue
Block a user