/** * CSS Stylesheet: RWI Admin Bar Hoverintent * * This stylesheet adds the tweaks needed for hoverintent to work. * * @package RWI Admin Bar Hoverintent */ /* Removes the default hover/dropdown behavior */ body.js-on #wpadminbar .quicklinks li:hover > ul, body.js-on #wpadminbar .quicklinks li.hover > ul { display: none; } /* Adds the new styles for hoverintent to work */ body.js-on #wpadminbar .quicklinks li.show > ul { display: block; }