- Remove text color.

This commit is contained in:
tianshujie
2024-04-07 11:22:33 +08:00
parent 65167111b3
commit 98410713a4
+1 -1
View File
@@ -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