Skip to content

Commit

Permalink
fix HC styling of icon
Browse files Browse the repository at this point in the history
  • Loading branch information
beyackle2 committed Sep 6, 2023
1 parent bf68344 commit 6020b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/ui/MarkdownTextActivity/MarkdownTextActivity.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

.pva__generative-answer-markdown__external-icon {
-webkit-mask-image: var(--pva__external-link-icon);
background-color: var(--pva__accent-color);
height: 0.75em;
mask-image: var(--pva__external-link-icon);
background-color: LinkText;
height: 0.75em;
margin: 0 0.1em;
width: 0.75em !important; /* Web Chat maximize <img>, we should fix it there */
}

0 comments on commit 6020b99

Please sign in to comment.