Skip to content

Commit

Permalink
Merge pull request #3476 from jasongrout/linkicon
Browse files Browse the repository at this point in the history
Update broken link icon to work in FontAwesome 4 and 5
  • Loading branch information
ibdafna authored Jun 13, 2022
2 parents 1657447 + 33f1f5d commit 575ce74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions packages/base/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
.jupyter-widgets-disconnected::before {
content: '\f127'; /* chain-broken */
display: inline-block;
font: normal normal 900 14px/1px 'Font Awesome 5 Free';
font-size: inherit;
font: normal normal 900 14px/1 'Font Awesome 5 Free', 'FontAwesome';
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
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 @@ -68,11 +68,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 575ce74

Please sign in to comment.