diff options
author | Zéro~Informatique | 2022-10-25 00:37:30 +0200 |
---|---|---|
committer | Zéro~Informatique | 2022-10-25 00:37:30 +0200 |
commit | c03a7e37288433dcc99ddb419e49df06a1eee576 (patch) | |
tree | 3388fbbae2d0ba1ccb54d8a30fcf4ce63535fb89 /viewer/src/views/ItemThumbnail.vue | |
parent | 40a0897be0e8834633f18b98f56ae117447236d2 (diff) | |
download | ldgallery-c03a7e37288433dcc99ddb419e49df06a1eee576.tar.gz |
viewer: wrong colour for icon and title for audio items
github: closes #323
Diffstat (limited to 'viewer/src/views/ItemThumbnail.vue')
-rw-r--r-- | viewer/src/views/ItemThumbnail.vue | 1 |
1 files changed, 0 insertions, 1 deletions
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)); | |||
74 | @import "~@/assets/scss/theme"; | 74 | @import "~@/assets/scss/theme"; |
75 | 75 | ||
76 | .thumbnailOther { | 76 | .thumbnailOther { |
77 | color: $text-light; | ||
78 | width: $thumbnail-other-size; | 77 | width: $thumbnail-other-size; |
79 | height: $thumbnail-other-size; | 78 | height: $thumbnail-other-size; |
80 | padding-top: $body-line-height * 1em; | 79 | padding-top: $body-line-height * 1em; |