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,
|
marginTop: mobileMarginY,
|
||||||
marginBottom: mobileMarginY,
|
marginBottom: mobileMarginY,
|
||||||
},
|
},
|
||||||
"&:hover": {
|
"@media (hover: hover)": {
|
||||||
backgroundColor: backgroundHoverColor,
|
"&:hover": {
|
||||||
|
backgroundColor: backgroundHoverColor,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
body: {
|
body: {
|
||||||
|
|||||||
Reference in New Issue
Block a user