Skip to content

Commit 263a054

Browse files
committed
Font awesome li height is now consistent again. Fixes issue #610
1 parent 6afe958 commit 263a054

12 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* `events.activated` is called without `options`as argument ([Issue #580](https://github.com/swisnl/jQuery-contextMenu/issues/580)).
88
* LayerClick sometimes breaks when the source is not a mouseevent ([Issue #132](https://github.com/swisnl/jQuery-contextMenu/issues/132)).
99
* The contextmenu now checks `visible` on items once instead of twice. Fixes [issue 612](https://github.com/swisnl/jQuery-contextMenu/issues/612).
10+
* Font awesome li height is now consistent again ([Issue #610](https://github.com/swisnl/jQuery-contextMenu/issues/610)).
1011

1112

1213
### 2.6.3

dist/font/context-menu-icons.eot

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.ttf

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.woff

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.woff2

4 Bytes
Binary file not shown.

dist/jquery.contextMenu.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Licensed under
1313
* MIT License http://www.opensource.org/licenses/mit-license
1414
*
15-
* Date: 2018-03-16T10:50:09.648Z
15+
* Date: 2018-03-16T11:08:31.415Z
1616
*/
1717
@-webkit-keyframes cm-spin {
1818
0% {
@@ -54,8 +54,8 @@
5454
font-style: normal;
5555
font-weight: normal;
5656

57-
src: url("font/context-menu-icons.eot?1z485");
58-
src: url("font/context-menu-icons.eot?1z485#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?1z485") format("woff2"), url("font/context-menu-icons.woff?1z485") format("woff"), url("font/context-menu-icons.ttf?1z485") format("truetype");
57+
src: url("font/context-menu-icons.eot?4mls");
58+
src: url("font/context-menu-icons.eot?4mls#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?4mls") format("woff2"), url("font/context-menu-icons.woff?4mls") format("woff"), url("font/context-menu-icons.ttf?4mls") format("truetype");
5959
}
6060

6161
.context-menu-icon-add:before {
@@ -128,6 +128,7 @@
128128
.context-menu-icon.context-menu-icon--fa {
129129
display: list-item;
130130
font-family: inherit;
131+
line-height: inherit;
131132
}
132133
.context-menu-icon.context-menu-icon--fa::before {
133134
position: absolute;

dist/jquery.contextMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Licensed under
1212
* MIT License http://www.opensource.org/licenses/mit-license
1313
*
14-
* Date: 2018-03-16T10:50:09.487Z
14+
* Date: 2018-03-16T11:08:31.358Z
1515
*/
1616

1717
// jscs:disable

dist/jquery.contextMenu.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)