Skip to content

Commit

Permalink
Real Firefox Mobile v42 bugfix. Fixes #115
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerWolf committed Nov 30, 2015
1 parent 74f2d99 commit 0aa6551
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SlickNav v1.0.5.1
# SlickNav v1.0.5.5
## Responsive Mobile Menu jQuery Plugin

[![Join the chat at https://gitter.im/ComputerWolf/SlickNav](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ComputerWolf/SlickNav?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slicknav",
"version": "1.0.5.1",
"version": "1.0.5.5",
"authors": [
"Josh Cope"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.slicknav.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* SlickNav Responsive Mobile Menu v1.0.5
* SlickNav Responsive Mobile Menu v1.0.5.5
* (c) 2015 Josh Cope
* licensed under MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.slicknav.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion dist/slicknav.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* SlickNav Responsive Mobile Menu v1.0.5
* SlickNav Responsive Mobile Menu v1.0.5.5
* (c) 2015 Josh Cope
* licensed under MIT
*/
Expand All @@ -25,6 +25,13 @@
width: 1.125em;
height: 0.875em;
margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_icon:before {
background: transparent;
width: 1.125em;
height: 0.875em;
display: block;
content: "";
position: absolute; }
.slicknav_menu .slicknav_no-text {
margin: 0; }
.slicknav_menu .slicknav_icon-bar {
Expand Down
4 changes: 2 additions & 2 deletions dist/slicknav.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.5.1",
"version": "1.0.5.5",
"name": "slicknav",
"description": "",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions scss/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
width: 1.125em;
height: 0.875em;
margin: 0.188em 0 0 0.438em;
&:before { // Firefox Mobile v42 bugfix
background: transparent;
width: 1.125em;
height: 0.875em;
display: block;
content: "";
position: absolute;
}
}
.slicknav_no-text {
margin: 0;
Expand Down

0 comments on commit 0aa6551

Please sign in to comment.