[WEB-1493] chore: product tour asset and app sidebar quick action hover (#4655)
* chore: product tour asset updated * fix: app sidebar quick action hover
@ -72,8 +72,6 @@ export const WorkspaceSidebarQuickAction = observer(() => {
|
|||||||
className={`mt-4 flex w-full cursor-pointer items-center justify-between px-4 ${
|
className={`mt-4 flex w-full cursor-pointer items-center justify-between px-4 ${
|
||||||
isSidebarCollapsed ? "flex-col gap-1" : "gap-2"
|
isSidebarCollapsed ? "flex-col gap-1" : "gap-2"
|
||||||
}`}
|
}`}
|
||||||
onMouseEnter={onMouseEnter}
|
|
||||||
onMouseLeave={onMouseLeave}
|
|
||||||
>
|
>
|
||||||
{isAuthorizedUser && (
|
{isAuthorizedUser && (
|
||||||
<div
|
<div
|
||||||
@ -82,6 +80,8 @@ export const WorkspaceSidebarQuickAction = observer(() => {
|
|||||||
? "px-2 hover:bg-custom-sidebar-background-80"
|
? "px-2 hover:bg-custom-sidebar-background-80"
|
||||||
: "border-[0.5px] border-custom-border-200 px-3 shadow-custom-sidebar-shadow-2xs"
|
: "border-[0.5px] border-custom-border-200 px-3 shadow-custom-sidebar-shadow-2xs"
|
||||||
}`}
|
}`}
|
||||||
|
onMouseEnter={onMouseEnter}
|
||||||
|
onMouseLeave={onMouseLeave}
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 198 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 222 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 132 KiB |