SpaceApi-archive / OpenSpaceLint

The space API validator.
http://spaceapi.net
7 stars 3 forks source link

jQuery UI slightly incompatible with bootstrap #76

Closed slopjong closed 11 years ago

slopjong commented 11 years ago

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.