Ticket #46474: #46474.patch
| File #46474.patch, 606 bytes (added by , 5 years ago) |
|---|
-
touch-keyboard-navigation.js
274 274 275 275 document.addEventListener('focus', function(event) { 276 276 277 if ( event.target .matches('.main-navigation > div > ul > li a') ) {277 if ( event.target != window.document && event.target.matches('.main-navigation > div > ul > li a') ) { 278 278 279 279 // Remove Focused elements in sibling div. 280 280 var currentDiv = getCurrentParent( event.target, 'div', '.main-navigation' );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)