We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0506b14 commit 4397a1dCopy full SHA for 4397a1d
GoogleKeepA11yFixes.user.js
@@ -194,7 +194,7 @@ const DYNAMIC_TWEAKS = [
194
// When the Clear search button disappears after dismissing search, move focus
195
// away from the search box so keyboard shortcuts work without having to
196
// tab.
197
- {selector: '.gb_nf',
+ {selector: '.gb_qf',
198
whenAttrChangedOnAncestor: false,
199
tweak: el => {
200
if (el.style.visibility == "hidden") {
0 commit comments