Skip to content

Commit

Permalink
Revert "Issue #358: Added some extra styling for outage icons"
Browse files Browse the repository at this point in the history
  • Loading branch information
djarran authored Jan 30, 2025
1 parent aedf7a5 commit 4f6aae5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions classes/output/manage/base_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected function create_data_buttons(outage $outage, $editdelete) {
'src' => $OUTPUT->image_url('t/preview'),
'alt' => get_string('view'),
'class' => 'iconsmall',
'style' => 'width: 1.5rem; height: 1.5rem;',

]),
[
'title' => get_string('view'),
Expand All @@ -97,7 +97,6 @@ protected function create_data_buttons(outage $outage, $editdelete) {
'src' => $OUTPUT->image_url('t/edit'),
'alt' => get_string('edit'),
'class' => 'iconsmall',
'style' => 'width: 1.5rem; height: 1.5rem;',
]),
['title' => get_string('edit')]
);
Expand All @@ -110,7 +109,6 @@ protected function create_data_buttons(outage $outage, $editdelete) {
'src' => $OUTPUT->image_url('t/copy'),
'alt' => get_string('clone', 'auth_outage'),
'class' => 'iconsmall',
'style' => 'width: 1.5rem; height: 1.5rem;',

]),
['title' => get_string('clone', 'auth_outage')]
Expand All @@ -124,7 +122,6 @@ protected function create_data_buttons(outage $outage, $editdelete) {
'src' => $OUTPUT->image_url('t/check'),
'alt' => get_string('finish', 'auth_outage'),
'class' => 'iconsmall',
'style' => 'width: 1.5rem; height: 1.5rem;',
]),
['title' => get_string('finish', 'auth_outage')]
);
Expand All @@ -138,7 +135,6 @@ protected function create_data_buttons(outage $outage, $editdelete) {
'src' => $OUTPUT->image_url('t/delete'),
'alt' => get_string('delete'),
'class' => 'iconsmall',
'style' => 'width: 1.5rem; height: 1.5rem;',
]),
['title' => get_string('delete')]
);
Expand Down
1 change: 0 additions & 1 deletion views/warningbar/warningbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
'src' => $OUTPUT->image_url('t/check'),
'alt' => get_string('finish', 'auth_outage'),
'class' => 'iconsmall',
'style' => 'width: 1rem; height: 1rem;',
]).' '.get_string('finish', 'auth_outage');
$attr = [
'title' => get_string('finish', 'auth_outage'),
Expand Down

0 comments on commit 4f6aae5

Please sign in to comment.