From c03a7e37288433dcc99ddb419e49df06a1eee576 Mon Sep 17 00:00:00 2001 From: Zéro~Informatique Date: Tue, 25 Oct 2022 00:37:30 +0200 Subject: viewer: wrong colour for icon and title for audio items github: closes #323 --- viewer/src/views/ItemThumbnail.vue | 1 - 1 file changed, 1 deletion(-) (limited to 'viewer/src/views/ItemThumbnail.vue') diff --git a/viewer/src/views/ItemThumbnail.vue b/viewer/src/views/ItemThumbnail.vue index c512004..bf33043 100644 --- a/viewer/src/views/ItemThumbnail.vue +++ b/viewer/src/views/ItemThumbnail.vue @@ -74,7 +74,6 @@ const icon = computed(() => navigation.getIcon(props.item)); @import "~@/assets/scss/theme"; .thumbnailOther { - color: $text-light; width: $thumbnail-other-size; height: $thumbnail-other-size; padding-top: $body-line-height * 1em; -- cgit v1.2.3