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
5a9d5a02
Commit
5a9d5a02
authored
Aug 10, 2017
by
winh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make create merge request / branch dropdown on issue page style consistent
parent
499b6406
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+2
-1
app/assets/stylesheets/pages/issues.scss
app/assets/stylesheets/pages/issues.scss
+2
-9
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
5a9d5a02
...
...
@@ -748,7 +748,8 @@
}
a
,
button
{
button
,
.menu-item
{
border-radius
:
0
;
padding
:
8px
16px
;
...
...
app/assets/stylesheets/pages/issues.scss
View file @
5a9d5a02
...
...
@@ -186,6 +186,8 @@ ul.related-merge-requests > li {
}
.create-mr-dropdown-wrap
{
@include
new-style-dropdown
;
.btn-group
:not
(
.hide
)
{
display
:
flex
;
}
...
...
@@ -212,15 +214,6 @@ ul.related-merge-requests > li {
}
li
:not
(
.divider
)
{
padding
:
6px
;
cursor
:
pointer
;
&
:hover
,
&
:focus
{
background-color
:
$dropdown-hover-color
;
color
:
$white-light
;
}
&
.droplab-item-selected
{
.icon-container
{
i
{
...
...
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