Skip to content

Commit

Permalink
Merge 1333
Browse files Browse the repository at this point in the history
Hotfix: Anchor icon path
  • Loading branch information
bilalesi authored Jul 17, 2023
2 parents 7ccdb27 + 9805f93 commit 10b5e48
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 10b5e48

Please sign in to comment.