dotsunited-off-canvas-navigation
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"repository": { | ||
@@ -12,0 +12,0 @@ "type": "git", |
@@ -47,3 +47,3 @@ Off-Canvas Navigation | ||
<div aria-hidden="true" class="off-canvas-navigation-backdrop" data-off-canvas-navigation-toggle="#off-canvas-navigation-menu"></div> | ||
<div aria-hidden="true" class="off-canvas-navigation-backdrop" data-off-canvas-navigation-toggle></div> | ||
@@ -61,8 +61,8 @@ <nav id="off-canvas-navigation-menu" class="off-canvas-navigation-menu"> | ||
```html | ||
<a aria-hidden="true" href="#off-canvas-navigation-menu" role="button" class="off-canvas-navigation-button" data-off-canvas-navigation-toggle> | ||
<button aria-hidden="true" class="off-canvas-navigation-button" data-off-canvas-navigation-toggle> | ||
<span></span> | ||
</a> | ||
<div aria-hidden="true" class="off-canvas-navigation-backdrop" data-off-canvas-navigation-toggle="#off-canvas-navigation-menu"></div> | ||
</button> | ||
<div aria-hidden="true" class="off-canvas-navigation-backdrop" data-off-canvas-navigation-toggle></div> | ||
<nav aria-hidden="true" id="off-canvas-navigation-menu" class="off-canvas-navigation-menu"> | ||
@@ -69,0 +69,0 @@ <ul> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
28283