Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
56497136
Commit
56497136
authored
Jul 22, 2020
by
Natalia Tepluhina
Committed by
Andrew Fontaine
Jul 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UX Polish: Update top right Upload button from Green to Grey
parent
95e20330
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
app/assets/javascripts/design_management_new/components/upload/button.vue
...cripts/design_management_new/components/upload/button.vue
+1
-1
changelogs/unreleased/229955-ux-polish-update-top-right-upload-button-from-green-to-grey.yml
...ish-update-top-right-upload-button-from-green-to-grey.yml
+5
-0
spec/frontend/design_management_new/components/upload/__snapshots__/button_spec.js.snap
...t_new/components/upload/__snapshots__/button_spec.js.snap
+3
-3
No files found.
app/assets/javascripts/design_management_new/components/upload/button.vue
View file @
56497136
...
@@ -38,7 +38,7 @@ export default {
...
@@ -38,7 +38,7 @@ export default {
)
)
"
"
:disabled=
"isSaving"
:disabled=
"isSaving"
variant=
"
success
"
variant=
"
default
"
size=
"small"
size=
"small"
@
click=
"openFileUpload"
@
click=
"openFileUpload"
>
>
...
...
changelogs/unreleased/229955-ux-polish-update-top-right-upload-button-from-green-to-grey.yml
0 → 100644
View file @
56497136
---
title
:
'
UX
Polish:
Update
top
right
Upload
button
from
Green
to
Grey'
merge_request
:
37558
author
:
type
:
fixed
spec/frontend/design_management_new/components/upload/__snapshots__/button_spec.js.snap
View file @
56497136
...
@@ -9,7 +9,7 @@ exports[`Design management upload button component renders inverted upload desig
...
@@ -9,7 +9,7 @@ exports[`Design management upload button component renders inverted upload desig
icon=""
icon=""
size="small"
size="small"
title="Adding a design with the same filename replaces the file in a new version."
title="Adding a design with the same filename replaces the file in a new version."
variant="
success
"
variant="
default
"
>
>
Upload designs
Upload designs
...
@@ -35,7 +35,7 @@ exports[`Design management upload button component renders loading icon 1`] = `
...
@@ -35,7 +35,7 @@ exports[`Design management upload button component renders loading icon 1`] = `
icon=""
icon=""
size="small"
size="small"
title="Adding a design with the same filename replaces the file in a new version."
title="Adding a design with the same filename replaces the file in a new version."
variant="
success
"
variant="
default
"
>
>
Upload designs
Upload designs
...
@@ -66,7 +66,7 @@ exports[`Design management upload button component renders upload design button
...
@@ -66,7 +66,7 @@ exports[`Design management upload button component renders upload design button
icon=""
icon=""
size="small"
size="small"
title="Adding a design with the same filename replaces the file in a new version."
title="Adding a design with the same filename replaces the file in a new version."
variant="
success
"
variant="
default
"
>
>
Upload designs
Upload designs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment