Skip to content

Commit

Permalink
reenable WE selection on name click in WEList (closes #485)
Browse files Browse the repository at this point in the history
  • Loading branch information
boogheta committed Aug 30, 2023
1 parent e918f65 commit 8598f75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions hyphe_frontend/app/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,9 @@ textarea.over-error {
padding: 0px 8px 0px 8px;
}

.welist-col-name {
cursor: pointer;
}


/* ==========================================================================
Expand Down
2 changes: 1 addition & 1 deletion hyphe_frontend/app/views/listWebentities.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ <h3 style="padding: 8px">
<md-tooltip md-direction="top">{{obj.webentity.homepage}}</md-tooltip>
<md-icon>link</md-icon>
</a>
<span md-truncate flex>
<span md-truncate flex ng-click="shiftCheck($event, obj)" class="welist-col-name">
{{obj.webentity.name || 'Loading'}}
</span>
</p>
Expand Down

0 comments on commit 8598f75

Please sign in to comment.