mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Updated some more font awesome icons for v5
This commit is contained in:
@@ -2809,7 +2809,7 @@ define([
|
||||
time: 'fa fa-clock',
|
||||
data: 'fa fa-calendar-alt',
|
||||
today: 'fa fa-calendar-check',
|
||||
clear: 'fa fa-trash',
|
||||
clear: 'fa fa-trash-alt',
|
||||
},
|
||||
buttons: {
|
||||
showToday: true,
|
||||
|
||||
@@ -563,7 +563,7 @@ define([
|
||||
var self = this;
|
||||
this.$el.empty();
|
||||
$(this.$el).attr('tabindex', 0);
|
||||
this.$el.html('<i aria-label="' + gettext('Delete row') + '" class=\'fa fa-trash\' title=\'' + gettext('Delete row') + '\'></i>');
|
||||
this.$el.html('<i aria-label="' + gettext('Delete row') + '" class=\'fa fa-trash-alt\' title=\'' + gettext('Delete row') + '\'></i>');
|
||||
// Listen for Tab/Shift-Tab key
|
||||
this.$el.on('keydown', function(e) {
|
||||
// with keyboard navigation on space key, mark row for deletion
|
||||
|
||||
Reference in New Issue
Block a user