Skip to content

Commit

Permalink
Font awesome li height is now consistent again. Fixes issue #612
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Mar 16, 2018
1 parent 0f3e243 commit d83e7aa
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#### Fixed

- The contextmenu now checks `visible` on items once instead of twice. Fixes [issue 612](https://github.com/swisnl/jQuery-contextMenu/issues/612).
- Font awesome li height is now consistent again. Fixes issue Fixes [issue 612](https://github.com/swisnl/jQuery-contextMenu/issues/612).

### 3.0.0-beta.1

Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.contextMenu.css

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

2 changes: 1 addition & 1 deletion dist/jquery.contextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Licensed under
* MIT License http://www.opensource.org/licenses/mit-license
*
* Date: 2018-03-16T10:54:38.560Z
* Date: 2018-03-16T11:10:11.933Z
*
*
*/(function webpackUniversalModuleDefinition(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.contextMenu.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 dist/jquery.contextMenu.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"test-unit": "karma start",
"test-sauce": "karma start karma-saucelabs.conf.js",
"test-bs": "karma start karma-browserstack.conf.js",
"webpack-build": "webpack",
"webpack-build": "webpack -p",
"webpack-watch": "webpack --watch",
"docs": "jsdoc -c ./docstrap.conf.json -t ./node_modules/ink-docstrap/template -R README.md -r ./src/js",
"docs-couscous": "ncp dist/ documentation/website/dist/ && jsdoc -c ./docstrap.conf.json -t ./node_modules/ink-docstrap/template -R README.md -r ./src/js -d ./documentation/website/api"
Expand Down
1 change: 1 addition & 0 deletions src/sass/jquery.contextMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
&.context-menu-icon--fa {
display: list-item;
font-family: inherit;
line-height: inherit;

@include base-context-menu-icon(FontAwesome);

Expand Down

0 comments on commit d83e7aa

Please sign in to comment.