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
9114f095
Commit
9114f095
authored
Oct 16, 2019
by
George Tsiolis
Committed by
Paul Slaughter
Oct 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change design management empty state button style
https://gitlab.com/gitlab-org/gitlab/issues/13395
parent
af6ca47f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
ee/app/assets/javascripts/design_management/components/upload/button.vue
...avascripts/design_management/components/upload/button.vue
+1
-1
ee/changelogs/unreleased/update-design-management-empty-state-button-style.yml
...sed/update-design-management-empty-state-button-style.yml
+5
-0
ee/spec/frontend/design_management/components/upload/__snapshots__/button_spec.js.snap
...ement/components/upload/__snapshots__/button_spec.js.snap
+3
-3
No files found.
ee/app/assets/javascripts/design_management/components/upload/button.vue
View file @
9114f095
...
...
@@ -36,7 +36,7 @@ export default {
)
"
:disabled=
"isSaving"
variant=
"
primary
"
variant=
"
success
"
@
click=
"openFileUpload"
>
{{
s__
(
'
DesignManagement|Add designs
'
)
}}
...
...
ee/changelogs/unreleased/update-design-management-empty-state-button-style.yml
0 → 100644
View file @
9114f095
---
title
:
Change design management empty state button style
merge_request
:
18060
author
:
George Tsiolis
type
:
fixed
ee/spec/frontend/design_management/components/upload/__snapshots__/button_spec.js.snap
View file @
9114f095
...
...
@@ -7,7 +7,7 @@ exports[`Design management upload button component renders inverted upload desig
<glbutton-stub
data-original-title="Adding a design with the same filename replaces the file in a new version."
title=""
variant="
primary
"
variant="
success
"
>
Add designs
...
...
@@ -31,7 +31,7 @@ exports[`Design management upload button component renders loading icon 1`] = `
data-original-title="Adding a design with the same filename replaces the file in a new version."
disabled="true"
title=""
variant="
primary
"
variant="
success
"
>
Add designs
...
...
@@ -60,7 +60,7 @@ exports[`Design management upload button component renders upload design button
<glbutton-stub
data-original-title="Adding a design with the same filename replaces the file in a new version."
title=""
variant="
primary
"
variant="
success
"
>
Add 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