From 05cb70cc22b12ad79e37b74825c43ec137ad8403 Mon Sep 17 00:00:00 2001 From: Bilal MEDDAH Date: Tue, 18 Jul 2023 09:41:13 +0200 Subject: [PATCH] fix: replace the icon with highlight --- .../ResourceEditor/ResourceEditor.less | 27 ++++++++++--------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/src/shared/components/ResourceEditor/ResourceEditor.less b/src/shared/components/ResourceEditor/ResourceEditor.less index a4da533ae..c54222f47 100644 --- a/src/shared/components/ResourceEditor/ResourceEditor.less +++ b/src/shared/components/ResourceEditor/ResourceEditor.less @@ -65,6 +65,10 @@ .fusion-resource-link { color: #0974ca !important; cursor: pointer !important; + background-color: rgba(#0974ca, 0.12); + border-radius: 4px; + padding: 1px; + border: 0.5px solid rgba(#0974ca, 0.14); &.wait-for-tooltip { cursor: progress !important; @@ -75,18 +79,17 @@ &.error { cursor: not-allowed !important; } - &.downloadable { - } - &::after { - content: ''; - display: inline-block; - background-image: url(../../images/AnchorLink.svg); - background-repeat: no-repeat; - background-size: 14px 14px; - width: 14px; - height: 14px; - margin-left: 10px; - } + + // &::after { + // content: ''; + // display: inline-block; + // background-image: url(../../images/AnchorLink.svg); + // background-repeat: no-repeat; + // background-size: 14px 14px; + // width: 14px; + // height: 14px; + // margin-left: 10px; + // } } .CodeMirror-lines {