Skip to content

Commit

Permalink
coll reference style
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Nov 30, 2020
1 parent fb1275f commit 630da3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/app/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,9 @@ div.bottom-fixed-center {
padding-bottom: 7px;
}
.clickable {
cursor: pointer;
cursor: pointer !important;
}
.search-resources {
//background-color: rgb(238,238,238);
padding: 0;
padding-bottom: 5px;
border-radius: 5px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/ReferenceChip.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ReferenceChip = props => {

return (
<Link to={expression}>
<Chip icon={icon} label={expression} variant='outlined' color='primary' style={{border: 'none'}}/>
<Chip className='clickable' icon={icon} label={expression} variant='outlined' color='primary' style={{border: 'none'}} />
</Link>
)
}
Expand Down

0 comments on commit 630da3e

Please sign in to comment.