Skip to content

Commit

Permalink
v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
negomi committed Sep 26, 2018
1 parent 9ebe7c8 commit 86c4cef
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "react-burger-menu",
"version": "2.5.2",
"version": "2.5.3",
"description": "An off-canvas sidebar component with a collection of effects and styles using CSS transitions and SVG path animations",
"main": "dist/react-burger-menu.min.js",
"homepage": "https://github.com/negomi/react-burger-menu",
Expand Down
3 changes: 2 additions & 1 deletion dist/react-burger-menu.js
Expand Up @@ -1286,8 +1286,9 @@ var CrossIcon = function (_Component) {
margin: 0,
padding: 0,
border: 'none',
textIndent: -9999,
textIndent: -99999,
background: 'transparent',
color: 'transparent',
outline: 'none',
cursor: 'pointer'
};
Expand Down
4 changes: 2 additions & 2 deletions dist/react-burger-menu.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion lib/CrossIcon.js
Expand Up @@ -65,8 +65,9 @@ var CrossIcon = (function (_Component) {
margin: 0,
padding: 0,
border: 'none',
textIndent: -9999,
textIndent: -99999,
background: 'transparent',
color: 'transparent',
outline: 'none',
cursor: 'pointer'
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-burger-menu",
"version": "2.5.2",
"version": "2.5.3",
"description": "An off-canvas sidebar component with a collection of effects and styles using CSS transitions and SVG path animations",
"main": "lib/BurgerMenu.js",
"author": "Imogen Wentworth",
Expand Down

0 comments on commit 86c4cef

Please sign in to comment.