Skip to content

Commit 25e7449

Browse files
authored
fix: External-link-alt icon displayed in links must inheritate text-body style - MEED-10294 - Meeds-io/meeds#4084 (#689)
Before this change, when add several links that open in new tab then change the links portlet settings and set content color, the icon displayed isn't the same color as the content. to fix this issue, add the class text-color to link icon. after this change, the content color is applied on the icon.
1 parent 5f7ac9e commit 25e7449

File tree

1 file changed

+1
-1
lines changed
  • content-webapp/src/main/webapp/vue-app/links/components/view

1 file changed

+1
-1
lines changed

content-webapp/src/main/webapp/vue-app/links/components/view/LinksColumn.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
{{ name }}
4242
<v-icon
4343
v-if="!link.sameTab"
44-
class="mt-n1"
44+
class="mt-n1 text-color"
4545
size="12">
4646
fa-external-link-alt
4747
</v-icon>

0 commit comments

Comments
 (0)