Skip to content
Snippets Groups Projects
Commit ecd46f97 authored by Nathan Febuary's avatar Nathan Febuary
Browse files

UI button highlight fix revision

parent 5036c7d5
No related branches found
No related tags found
No related merge requests found
......@@ -130,8 +130,7 @@ if ($task->isOverdue())
class="action-dropdown anchor-right">
<ul>
<?php foreach ($actions as $a => $action) { ?>
<li class="<?php
echo $action['class'] ?: 'task-action'; ?>">
<li <?php if ($action['class']) echo sprintf("class='%s'", $action['class']); ?> >
<a class="no-pjax task-action" <?php
if ($action['dialog'])
echo sprintf("data-dialog-config='%s'", $action['dialog']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment