From 82d19b6bcf158d5906adaf61d9053923126c437a Mon Sep 17 00:00:00 2001 From: plebbitor Date: Thu, 20 Apr 2023 10:07:36 +0200 Subject: [PATCH] fix mobile highlight style --- src/components/styled/Board.styled.jsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/styled/Board.styled.jsx b/src/components/styled/Board.styled.jsx index d4051c0f..4cebdeec 100644 --- a/src/components/styled/Board.styled.jsx +++ b/src/components/styled/Board.styled.jsx @@ -2901,15 +2901,11 @@ export const BoardForm = styled.div` case 'Yotsuba': return `.highlighted { background-color: #f0c0b0 !important; - border-left: none !important; - border-top: none !important; }`; case 'Yotsuba-B': return `.highlighted { background-color: #d6bad0 !important; - border-left: none !important; - border-top: none !important; }`; case 'Futaba':