Skip to content

Commit 1381651

Browse files
brianteemanwilsonge
authored andcommitted
[4.0] Empty Trash (#21602)
Makes the empty-trash button red just as the delete button is
1 parent 6c3351e commit 1381651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/src/Toolbar/Button/StandardButton.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ public function fetchButtonClass(string $name): string
118118
return ' btn btn-sm btn-danger';
119119

120120
case 'trash':
121+
case 'delete':
121122
return ' btn btn-sm btn-danger';
122123

123124
default:

0 commit comments

Comments
 (0)