mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Accessibility Bug Fix: Tab focus doesn't reach Dark mode toggle button (#453)
This commit is contained in:
@@ -142,4 +142,10 @@
|
||||
|
||||
});
|
||||
|
||||
$("#mode-toggle-wrapper").keyup(function(e){
|
||||
if(e.keyCode == 13) {
|
||||
toggle.flipMode();
|
||||
}
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user