From 4a0dbf450cb6515e04d90782a7a8bb7aa4881cef Mon Sep 17 00:00:00 2001 From: Don Basil Peter <48594177+Donbasilpeter@users.noreply.github.com> Date: Sat, 29 Apr 2023 20:05:30 +0530 Subject: [PATCH] =?UTF-8?q?changed=20the=20default=20cursor=20to=20pointer?= =?UTF-8?q?=20in=20the=20page=20menu=20option=20for=20iss=E2=80=A6=20(#612?= =?UTF-8?q?9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * changed the default cursor to pointer in the page menu option for issue #6111 * Updated the previous commit to reflect changes mentioned in the given comment https://github.com/ToolJet/ToolJet/pull/6129#issuecomment-1522074271 * Reverted unwanted changes * Updated classname --------- Co-authored-by: Kavin Venkatachalam --- frontend/src/_ui/LeftSidebar/Header.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/_ui/LeftSidebar/Header.jsx b/frontend/src/_ui/LeftSidebar/Header.jsx index 2fbbf92589..1417bece42 100644 --- a/frontend/src/_ui/LeftSidebar/Header.jsx +++ b/frontend/src/_ui/LeftSidebar/Header.jsx @@ -8,7 +8,7 @@ const Header = ({ children, darkMode }) => { const PanelHeader = ({ children, settings, title }) => { return (
- {settings &&
{settings}
} + {settings &&
{settings}
}

{title}