We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12136e commit f11e396Copy full SHA for f11e396
ExpensifyA11yFixes.user.js
@@ -3,9 +3,9 @@
3
// @namespace http://axSgrease.nvaccess.org/
4
// @description Improves the accessibility of Expensify.
5
// @author James Teh <jteh@mozilla.com>
6
-// @copyright 2019 Mozilla Corporation, Derek Riemer
+// @copyright 2019-2020 Mozilla Corporation, Derek Riemer
7
// @license Mozilla Public License version 2.0
8
-// @version 2019.1
+// @version 2020.1
9
// @include https://www.expensify.com/*
10
// ==/UserScript==
11
@@ -208,6 +208,9 @@ const DYNAMIC_TWEAKS = [
208
}
209
210
}},
211
+ // Delete button when editing an expense.
212
+ {selector: '#megaEdit_deleteButton',
213
+ tweak: [setLabel, "Delete"]},
214
];
215
216
/*** Lights, camera, action! ***/
0 commit comments