Skip to content

Commit

Permalink
fix: anchor link icon in json editor seems not imported correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalesi committed Jul 17, 2023
1 parent 729578d commit 574199d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/shared/components/ResourceEditor/ResourceEditor.less
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,10 @@
cursor: not-allowed !important;
}

&.downloadable {
}

&::after {
content: '';
display: inline-block;
background-image: url(../../images/AnchorLink.svg);
background-image: url(../../../shared/images/AnchorLink.svg);
background-repeat: no-repeat;
background-size: 14px 14px;
width: 14px;
Expand Down

0 comments on commit 574199d

Please sign in to comment.