[WEB-1493] chore: product tour asset and app sidebar quick action hover (#4655)

* chore: product tour asset updated

* fix: app sidebar quick action hover
This commit is contained in:
Anmol Singh Bhatia 2024-05-31 12:24:16 +05:30 committed by GitHub
parent 3cbc1dcf10
commit d27590cd49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,6 @@ export const WorkspaceSidebarQuickAction = observer(() => {
className={`mt-4 flex w-full cursor-pointer items-center justify-between px-4 ${
isSidebarCollapsed ? "flex-col gap-1" : "gap-2"
}`}
onMouseEnter={onMouseEnter}
onMouseLeave={onMouseLeave}
>
{isAuthorizedUser && (
<div
@ -82,6 +80,8 @@ export const WorkspaceSidebarQuickAction = observer(() => {
? "px-2 hover:bg-custom-sidebar-background-80"
: "border-[0.5px] border-custom-border-200 px-3 shadow-custom-sidebar-shadow-2xs"
}`}
onMouseEnter={onMouseEnter}
onMouseLeave={onMouseLeave}
>
<button
type="button"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 222 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 132 KiB