We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13e0e1 commit f531cc4Copy full SHA for f531cc4
DashboardPanelCollection.module
@@ -455,7 +455,7 @@ class DashboardPanelCollection extends DashboardPanel
455
$links['edit'] = [
456
'href' => $page->editUrl,
457
'label' => $this->_('Edit'),
458
- 'icon' => 'pen-to-square',
+ 'icon' => ['pen', 'pen-to-square'],
459
'mode' => $this->editMode,
460
'reload' => true,
461
'disabled' => !$page->editable,
@@ -474,7 +474,7 @@ class DashboardPanelCollection extends DashboardPanel
474
$links['trash'] = [
475
'href' => '#',
476
'label' => $this->_('Trash'),
477
- 'icon' => 'trash-can',
+ 'icon' => ['trash', 'trash-can'],
478
// 'disabled' => $page->isTrash() || !$page->trashable,
479
'attributes' => [
480
'data-action' => "[trash][{$page}]",
0 commit comments