vendor/assets/stylesheets/responsive-nav.css in responsive-nav-rails-1.0.24 vs vendor/assets/stylesheets/responsive-nav.css in responsive-nav-rails-1.0.25

- old
+ new

@@ -1,6 +1,6 @@ -/*! responsive-nav.js 1.0.24 by @viljamis */ +/*! responsive-nav.js 1.0.25 by @viljamis */ .nav-collapse ul { margin: 0; padding: 0; width: 100%; @@ -22,9 +22,13 @@ zoom: 1; } .nav-collapse.opened { max-height: 9999px; +} + +.nav-collapse.disable-pointer-events { + pointer-events: none !important; } .nav-toggle { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; \ No newline at end of file