Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mat2-quasar-frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jfriedli
mat2-quasar-frontend
Merge requests
!329
Resolve "download card icons colors"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "download card icons colors"
78-download-card-icons-colors
into
develop
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
jfriedli
requested to merge
78-download-card-icons-colors
into
develop
4 years ago
Overview
0
Commits
1
Pipelines
2
Changes
2
Expand
Closes
#78 (closed)
Edited
4 years ago
by
jfriedli
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
18e13f0b
1 commit,
4 years ago
2 files
+
8
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/pages/Download.vue
+
4
−
2
Options
@@ -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