Skip to content

Commit d83e7aa

Browse files
committed
Font awesome li height is now consistent again. Fixes issue #612
1 parent 0f3e243 commit d83e7aa

7 files changed

+9
-7
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#### Fixed
66

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

910
### 3.0.0-beta.1
1011

dist/jquery.contextMenu.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.contextMenu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Licensed under
1414
* MIT License http://www.opensource.org/licenses/mit-license
1515
*
16-
* Date: 2018-03-16T10:54:38.560Z
16+
* Date: 2018-03-16T11:10:11.933Z
1717
*
1818
*
1919
*/(function webpackUniversalModuleDefinition(root, factory) {

dist/jquery.contextMenu.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.contextMenu.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"test-unit": "karma start",
117117
"test-sauce": "karma start karma-saucelabs.conf.js",
118118
"test-bs": "karma start karma-browserstack.conf.js",
119-
"webpack-build": "webpack",
119+
"webpack-build": "webpack -p",
120120
"webpack-watch": "webpack --watch",
121121
"docs": "jsdoc -c ./docstrap.conf.json -t ./node_modules/ink-docstrap/template -R README.md -r ./src/js",
122122
"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"

src/sass/jquery.contextMenu.scss

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
&.context-menu-icon--fa {
2020
display: list-item;
2121
font-family: inherit;
22+
line-height: inherit;
2223

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

0 commit comments

Comments
 (0)