Skip to content

Commit d466ec8

Browse files
authored
issues: remove custom icon (#88031)
1 parent 204d2e3 commit d466ec8

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

static/app/components/nav/issueViews/grabHandleIcon.tsx

-23
This file was deleted.

static/app/components/nav/issueViews/issueViewNavItemContent.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import isEqual from 'lodash/isEqual';
66

77
import InteractionStateLayer from 'sentry/components/interactionStateLayer';
88
import {useNavContext} from 'sentry/components/nav/context';
9-
import {GrabHandleIcon} from 'sentry/components/nav/issueViews/grabHandleIcon';
109
import IssueViewNavEditableTitle from 'sentry/components/nav/issueViews/issueViewNavEditableTitle';
1110
import {IssueViewNavEllipsisMenu} from 'sentry/components/nav/issueViews/issueViewNavEllipsisMenu';
1211
import {constructViewLink} from 'sentry/components/nav/issueViews/issueViewNavItems';
@@ -15,6 +14,7 @@ import ProjectIcon from 'sentry/components/nav/projectIcon';
1514
import {SecondaryNav} from 'sentry/components/nav/secondary';
1615
import {normalizeDateTimeParams} from 'sentry/components/organizations/pageFilters/parse';
1716
import {Tooltip} from 'sentry/components/tooltip';
17+
import {IconGrabbable} from 'sentry/icons';
1818
import {t} from 'sentry/locale';
1919
import {space} from 'sentry/styles/space';
2020
import {defined} from 'sentry/utils';
@@ -177,7 +177,7 @@ export function IssueViewNavItemContent({
177177
}}
178178
>
179179
<StyledInteractionStateLayer isPressed={isDragging === view.id} />
180-
<GrabHandleIcon color="gray300" />
180+
<IconGrabbable color="gray300" />
181181
</GrabHandleWrapper>
182182
<ProjectIcon projectPlatforms={projectPlatforms} />
183183
</LeadingItemsWrapper>

0 commit comments

Comments
 (0)