Skip to content

Commit

Permalink
[MM-131] Removed the project icon from ticket link tooltip (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavaggarwal2308 authored Jan 17, 2024
1 parent a4d725c commit 6c81ca0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
14 changes: 0 additions & 14 deletions webapp/src/components/jira_ticket_tooltip/jira_ticket_tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,20 +183,6 @@ export default class TicketPopover extends React.PureComponent<Props, State> {
<div className='jira-issue-tooltip'>
<div className='popover-header'>
<div className='popover-header__container'>
<a
href={this.props.href}
title='Go to ticket'
target='_blank'
rel='noopener noreferrer'
>
<img
src={ticketDetails.jiraIcon}
width={14}
height={14}
alt='jira-avatar'
className='popover-header__avatar'
/>
</a>
<a
href={this.props.href}
className='popover-header__keyword'
Expand Down
11 changes: 0 additions & 11 deletions webapp/src/components/jira_ticket_tooltip/ticketStyle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,6 @@
align-items: center;
}

.popover-header__avatar {
background-color: #282c34;
width: 20px;
position: absolute;
margin-left: 300px;
right: 24px;
top: 24px;
height: 20px;
border-radius: 50%;
}

.popover-header__keyword {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 6c81ca0

Please sign in to comment.