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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
244ac208
Commit
244ac208
authored
Oct 09, 2017
by
Winnie Hellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make new dropdown <li> style global
parent
f85d7000
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
17 deletions
+2
-17
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+2
-17
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
244ac208
...
...
@@ -261,9 +261,10 @@
}
li
{
display
:
block
;
text-align
:
left
;
list-style
:
none
;
padding
:
0
1
0
px
;
padding
:
0
1px
;
a
,
button
,
...
...
@@ -338,7 +339,6 @@
}
.dropdown-menu
li
{
padding
:
$gl-btn-padding
;
cursor
:
pointer
;
&
.droplab-item-active
button
{
...
...
@@ -357,12 +357,6 @@
}
}
&
:hover
,
&
:focus
{
background-color
:
$dropdown-hover-color
;
color
:
$white-light
;
}
&
.droplab-item-selected
i
{
visibility
:
visible
;
}
...
...
@@ -765,15 +759,6 @@
#{
$selector
}
.dropdown-menu-nav
{
margin-bottom
:
24px
;
li
{
display
:
block
;
padding
:
0
1px
;
&
:hover
{
background-color
:
transparent
;
}
}
&
.dropdown-menu-selectable
{
li
{
a
{
...
...
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