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
250c74df
Commit
250c74df
authored
Jun 07, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
c813dfc5
dddb61a4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
+10
-7
app/assets/javascripts/boards/components/new_list_dropdown.js
...assets/javascripts/boards/components/new_list_dropdown.js
+0
-3
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+5
-4
changelogs/unreleased/62656-adjusted-dropdown-styles.yml
changelogs/unreleased/62656-adjusted-dropdown-styles.yml
+5
-0
No files found.
app/assets/javascripts/boards/components/new_list_dropdown.js
View file @
250c74df
...
...
@@ -2,7 +2,6 @@
import
$
from
'
jquery
'
;
import
axios
from
'
~/lib/utils/axios_utils
'
;
import
_
from
'
underscore
'
;
import
CreateLabelDropdown
from
'
../../create_label
'
;
import
boardsStore
from
'
../stores/boards_store
'
;
...
...
@@ -78,8 +77,6 @@ export default function initNewListDropdown() {
color
:
label
.
color
,
},
});
boardsStore
.
state
.
lists
=
_
.
sortBy
(
boardsStore
.
state
.
lists
,
'
position
'
);
}
},
});
...
...
app/assets/stylesheets/pages/boards.scss
View file @
250c74df
...
...
@@ -31,14 +31,15 @@
width
:
320px
;
.dropdown-content
{
max-height
:
1
62
px
;
max-height
:
1
40
px
;
}
}
.issue-board-dropdown-content
{
margin
:
0
8px
10px
;
padding-bottom
:
10px
;
border-bottom
:
1px
solid
$dropdown-divider-bg
;
margin
:
0
;
padding
:
$gl-padding-4
$gl-padding
$gl-padding
;
border-bottom
:
0
;
color
:
$gl-text-color-secondary
;
}
.issue-boards-page
{
...
...
changelogs/unreleased/62656-adjusted-dropdown-styles.yml
0 → 100644
View file @
250c74df
---
title
:
"
changed
the
styles
on
`Add
List`
dropdown
to
look
more
like
the
EE
vesion"
merge_request
:
29338
author
:
Michel Engelen
type
:
changed
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