Skip to content

Commit d50fadc

Browse files
committed
Make broken link icon work for both fontawesome 4 and fontawesome 5.
As it currently is, the icon works for JupyterLab 3, but not Notebook 6. This fixes the icon to work both in Notebook 6 (FontAwesome 4) and JupyterLab 3 (FontAwesome 5).
1 parent 474bbc9 commit d50fadc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/base/css/index.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
.jupyter-widgets-disconnected::before {
66
content: '\f127'; /* chain-broken */
77
display: inline-block;
8-
font: normal normal 900 14px/1px 'Font Awesome 5 Free';
9-
font-size: inherit;
8+
font: normal normal 900 14px/1 'Font Awesome 5 Free', 'FontAwesome';
109
text-rendering: auto;
1110
-webkit-font-smoothing: antialiased;
1211
-moz-osx-font-smoothing: grayscale;

0 commit comments

Comments
 (0)