Skip to content

Commit

Permalink
Remove title and text decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 17, 2022
1 parent 6c8e45b commit ad4873d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/layout/task.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ THE SOFTWARE.
</j:when>

<j:otherwise>
<a href="${href}" class="task-link ${isCurrent ? 'task-link--active' : ''}" onclick="${attrs.onclick ?: (post ? 'return postRequest_' + id + '(this)' : null)}" title="${title}">
<a href="${href}" class="task-link ${isCurrent ? 'task-link--active' : ''}" onclick="${attrs.onclick ?: (post ? 'return postRequest_' + id + '(this)' : null)}">
<span class="task-icon-link">
<l:icon src="${icon}" />
</span>
Expand Down
1 change: 1 addition & 0 deletions war/src/main/less/modules/side-panel-tasks.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
background: transparent;
outline: none;
border: none;
text-decoration: none;

&::before {
content: "";
Expand Down

0 comments on commit ad4873d

Please sign in to comment.