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
e9a6a5cb
Commit
e9a6a5cb
authored
Oct 09, 2017
by
Winnie Hellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make new style .divider global
parent
b58d08d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
15 deletions
+5
-15
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+5
-15
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
e9a6a5cb
...
...
@@ -238,9 +238,13 @@
.divider
{
height
:
1px
;
margin
:
6px
10px
;
margin
:
6px
0
;
padding
:
0
;
background-color
:
$dropdown-divider-color
;
&
:hover
{
background-color
:
$dropdown-divider-color
;
}
}
.separator
{
...
...
@@ -338,12 +342,6 @@
visibility
:
visible
;
}
&
.divider
{
margin
:
0
8px
;
padding
:
0
;
border-top
:
$gray-darkest
;
}
.icon
{
visibility
:
hidden
;
}
...
...
@@ -758,14 +756,6 @@
background-color
:
transparent
;
}
&
.divider
{
margin
:
6px
0
;
&
:hover
{
background-color
:
$dropdown-divider-color
;
}
}
&
.dropdown-header
{
padding
:
8px
16px
;
}
...
...
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