Skip to content

Commit 575ce74

Browse files
authored
Merge pull request jupyter-widgets#3476 from jasongrout/linkicon
Update broken link icon to work in FontAwesome 4 and 5
2 parents 1657447 + 33f1f5d commit 575ce74

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
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;

packages/controls/css/widgets-base.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@
6868
overflow: visible;
6969
}
7070

71-
.jupyter-widgets.jupyter-widgets-disconnected::before {
72-
line-height: var(--jp-widgets-inline-height);
73-
height: var(--jp-widgets-inline-height);
74-
}
75-
7671
.jp-Output-result > .jupyter-widgets {
7772
margin-left: 0;
7873
margin-right: 0;

0 commit comments

Comments
 (0)