Skip to content

Commit 4397a1d

Browse files
committed
Google Keep: Fix moving focus when search is dismissed (again).
The class name of the Clear search button changed.
1 parent 0506b14 commit 4397a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoogleKeepA11yFixes.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ const DYNAMIC_TWEAKS = [
194194
// When the Clear search button disappears after dismissing search, move focus
195195
// away from the search box so keyboard shortcuts work without having to
196196
// tab.
197-
{selector: '.gb_nf',
197+
{selector: '.gb_qf',
198198
whenAttrChangedOnAncestor: false,
199199
tweak: el => {
200200
if (el.style.visibility == "hidden") {

0 commit comments

Comments
 (0)