Skip to content
Snippets Groups Projects

Resolve "download card icons colors"

Merged jfriedli requested to merge 78-download-card-icons-colors into develop
2 files
+ 8
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
2
@@ -68,10 +68,10 @@
:style="'background-color: ' + getIcon(file.response.data.mime).bgColor"
>
<q-icon
color="getIcon(file.response.data.mime).iconColor"
:color="getIcon(file.response.data.mime).iconColor"
:name="getIcon(file.response.data.mime).icon"
style="font-size: 3rem"
data-cy=download-icon
data-cy="download-icon"
/>
</div>
</a>
@@ -288,6 +288,8 @@ export default {
list-style none
.download-card
cursor pointer
a
text-decoration none
.inactive
opacity 0.5
cursor not-allowed
Loading