Skip to content

Commit

Permalink
Backport PR jupyter-widgets#3476: Update broken link icon to work in …
Browse files Browse the repository at this point in the history
…FontAwesome 4 and 5
  • Loading branch information
jasongrout committed Jun 22, 2022
1 parent 7665944 commit 8658aec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion packages/base/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.jupyter-widgets-disconnected::before {
content: "\f127"; /* chain-broken */
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font: normal normal 900 14px/1 'Font Awesome 5 Free', 'FontAwesome';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
Expand Down
5 changes: 0 additions & 5 deletions packages/controls/css/widgets-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@
overflow: visible;
}

.jupyter-widgets.jupyter-widgets-disconnected::before {
line-height: var(--jp-widgets-inline-height);
height: var(--jp-widgets-inline-height);
}

.jp-Output-result > .jupyter-widgets {
margin-left: 0;
margin-right: 0;
Expand Down

0 comments on commit 8658aec

Please sign in to comment.