In the 'Interaction states' section in jquery-ui-1.9.2.custom.css (and maybe every other css too) I have to completely remove
.ui-widget :active {
outline: none;
}
otherwise if a user clicks just somewhere on the website (no matter where) in chromium then the space between the menu entries are is increasing. It's not sufficient to comment the css rule out. :active still affects the menu.
In the 'Interaction states' section in jquery-ui-1.9.2.custom.css (and maybe every other css too) I have to completely remove
otherwise if a user clicks just somewhere on the website (no matter where) in chromium then the space between the menu entries are is increasing. It's not sufficient to comment the css rule out.
:active
still affects the menu.