Skip to content

Commit

Permalink
Font awesome li height is now consistent again. Fixes issue #610
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Mar 16, 2018
1 parent 6afe958 commit 263a054
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* `events.activated` is called without `options`as argument ([Issue #580](https://github.com/swisnl/jQuery-contextMenu/issues/580)).
* LayerClick sometimes breaks when the source is not a mouseevent ([Issue #132](https://github.com/swisnl/jQuery-contextMenu/issues/132)).
* 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 ([Issue #610](https://github.com/swisnl/jQuery-contextMenu/issues/610)).


### 2.6.3
Expand Down
Binary file modified dist/font/context-menu-icons.eot
Binary file not shown.
Binary file modified dist/font/context-menu-icons.ttf
Binary file not shown.
Binary file modified dist/font/context-menu-icons.woff
Binary file not shown.
Binary file modified dist/font/context-menu-icons.woff2
Binary file not shown.
7 changes: 4 additions & 3 deletions dist/jquery.contextMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Licensed under
* MIT License http://www.opensource.org/licenses/mit-license
*
* Date: 2018-03-16T10:50:09.648Z
* Date: 2018-03-16T11:08:31.415Z
*/
@-webkit-keyframes cm-spin {
0% {
Expand Down Expand Up @@ -54,8 +54,8 @@
font-style: normal;
font-weight: normal;

src: url("font/context-menu-icons.eot?1z485");
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");
src: url("font/context-menu-icons.eot?4mls");
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");
}

.context-menu-icon-add:before {
Expand Down Expand Up @@ -128,6 +128,7 @@
.context-menu-icon.context-menu-icon--fa {
display: list-item;
font-family: inherit;
line-height: inherit;
}
.context-menu-icon.context-menu-icon--fa::before {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.contextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Licensed under
* MIT License http://www.opensource.org/licenses/mit-license
*
* Date: 2018-03-16T10:50:09.487Z
* Date: 2018-03-16T11:08:31.358Z
*/

// jscs:disable
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.

Loading

0 comments on commit 263a054

Please sign in to comment.