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
bdeae89d
Commit
bdeae89d
authored
Dec 12, 2017
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move new epic dropdown to ee namespace
parent
8d717e94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
29 deletions
+28
-29
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+0
-29
ee/app/assets/stylesheets/framework/dropdowns.scss
ee/app/assets/stylesheets/framework/dropdowns.scss
+28
-0
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
bdeae89d
...
...
@@ -1031,35 +1031,6 @@ header.header-content .dropdown-menu.projects-dropdown-menu {
}
}
.new-epic-dropdown
{
.dropdown-menu
{
padding-left
:
$gl-padding-top
;
padding-right
:
$gl-padding-top
;
}
.form-control
{
width
:
100%
;
}
.btn-save
{
display
:
flex
;
margin-top
:
$gl-btn-padding
;
}
}
.empty-state
.new-epic-dropdown
{
display
:
inline-flex
;
.btn-save
{
margin-left
:
0
;
margin-bottom
:
0
;
}
.btn-new
{
margin
:
0
;
}
}
.dropdown-content-faded-mask
{
position
:
relative
;
...
...
ee/app/assets/stylesheets/framework/dropdowns.scss
0 → 100644
View file @
bdeae89d
.new-epic-dropdown
{
.dropdown-menu
{
padding-left
:
$gl-padding-top
;
padding-right
:
$gl-padding-top
;
}
.form-control
{
width
:
100%
;
}
.btn-save
{
display
:
flex
;
margin-top
:
$gl-btn-padding
;
}
}
.empty-state
.new-epic-dropdown
{
display
:
inline-flex
;
.btn-save
{
margin-left
:
0
;
margin-bottom
:
0
;
}
.btn-new
{
margin
:
0
;
}
}
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