- Remove text color.
This commit is contained in:
@@ -71,7 +71,7 @@ if(!$task->fromBug && $task->story)
|
||||
'objectID' => $task->storyID,
|
||||
'toolbar' => $task->needConfirm ? array
|
||||
(
|
||||
array('text' => $lang->task->storyChange, 'class' => 'ghost pointer-events-none text-danger'),
|
||||
array('text' => $lang->task->storyChange, 'class' => 'ghost pointer-events-none'),
|
||||
array('text' => $lang->confirm, 'type' => 'primary', 'url' => createLink('task', 'confirmStoryChange', "taskID={$task->id}"))
|
||||
) : null,
|
||||
'sections' => array
|
||||
|
||||
Reference in New Issue
Block a user