Skip to content

Commit a8b95d0

Browse files
committed
Update CSS for styling of SVG version of Font Awesome 5
1 parent ad6ee7f commit a8b95d0

File tree

4 files changed

+22
-16
lines changed

4 files changed

+22
-16
lines changed

dist/jquery.contextMenu.css

Lines changed: 6 additions & 5 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-07-10T10:24:25.881Z
15+
* Date: 2018-07-11T17:37:50.000Z
1616
*/
1717
@-webkit-keyframes cm-spin {
1818
0% {
@@ -162,15 +162,16 @@
162162
font-family: inherit;
163163
line-height: inherit;
164164
}
165-
.context-menu-icon.context-menu-icon--fa5 i {
166-
position: absolute;
165+
.context-menu-icon.context-menu-icon--fa5 i, .context-menu-icon.context-menu-icon--fa5 svg {
166+
position: absolute;
167+
top: .3em;
167168
left: .5em;
168169
color: #2980b9;
169170
}
170-
.context-menu-icon.context-menu-icon--fa5.context-menu-hover i {
171+
.context-menu-icon.context-menu-icon--fa5.context-menu-hover i, .context-menu-icon.context-menu-icon--fa5.context-menu-hover svg {
171172
color: #fff;
172173
}
173-
.context-menu-icon.context-menu-icon--fa5.context-menu-disabled i {
174+
.context-menu-icon.context-menu-icon--fa5.context-menu-disabled i, .context-menu-icon.context-menu-icon--fa5.context-menu-disabled svg {
174175
color: #bbb;
175176
}
176177

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)