From 372a2a2e63b676a6066c9c756639cb266ed331c7 Mon Sep 17 00:00:00 2001 From: William Felker Date: Wed, 7 Oct 2020 12:08:56 +0800 Subject: [PATCH] Fixed Cursor --- pages/community.js | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/pages/community.js b/pages/community.js index 6b016aa2..6e530004 100644 --- a/pages/community.js +++ b/pages/community.js @@ -215,6 +215,7 @@ const STYLES_BUTTON = css` align-items: center; justify-content: center; user-select: none; + cursor: pointer; background: ${Constants.system.slate}; color: ${Constants.system.white}; font-family: ${Constants.font.semiBold}; @@ -497,12 +498,8 @@ const STYLES_CARD_GROUP = css` const STYLES_IMG = css` width: 100%; - border-radius: 8px 8px 0px 0px; + border-radius: px 4px 0px 0px; display: block; - - :hover { - border-radius: 8px 8px 0px 0px; - } `; const STYLES_CHAT = css` @@ -573,11 +570,7 @@ const SlateTeamCards = (props) => { return (
- +