* add focus-visible polyfill * remove unnecessary outline: none from styles * make buttons Pin, Block, Delete visible when focused * fix outline of user details close button * close user info by ESC * user info: don't focus the close button
This commit is contained in:
committed by
Aleksei Gurianov
parent
a6277d764a
commit
419d2ae75e
Generated
+5
@@ -4800,6 +4800,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"focus-visible": {
|
||||
"version": "4.1.5",
|
||||
"resolved": "https://registry.npmjs.org/focus-visible/-/focus-visible-4.1.5.tgz",
|
||||
"integrity": "sha512-yo/njtk/BB4Z2euzaZe3CZrg4u5s5uEi7ZwbHBJS2quHx51N0mmcx9nTIiImUGlgy+vf26d0CcQluahBBBL/Fw=="
|
||||
},
|
||||
"follow-redirects": {
|
||||
"version": "1.4.1",
|
||||
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.4.1.tgz",
|
||||
|
||||
Reference in New Issue
Block a user