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
Léo-Paul Géneau
gitlab-ce
Commits
1b2fcdb0
Commit
1b2fcdb0
authored
Mar 07, 2017
by
dimitrieh
Committed by
Annabel Dunstone Gray
Mar 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed dropdown style slightly
parent
16029029
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
10 deletions
+18
-10
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+14
-10
changelogs/unreleased/26202-change-dropdown-style-slightly.yml
...elogs/unreleased/26202-change-dropdown-style-slightly.yml
+4
-0
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
1b2fcdb0
...
...
@@ -159,12 +159,12 @@
li
{
text-align
:
left
;
list-style
:
none
;
padding
:
0
8
px
;
padding
:
0
10
px
;
}
.divider
{
height
:
1px
;
margin
:
8
px
;
margin
:
6px
10
px
;
padding
:
0
;
background-color
:
$dropdown-divider-color
;
}
...
...
@@ -181,7 +181,7 @@
display
:
block
;
position
:
relative
;
padding
:
5px
8px
;
color
:
$
dropdown-link
-color
;
color
:
$
gl-text
-color
;
line-height
:
initial
;
text-overflow
:
ellipsis
;
border-radius
:
2px
;
...
...
@@ -218,11 +218,12 @@
}
.dropdown-header
{
color
:
$gl-text-color
-secondary
;
color
:
$gl-text-color
;
font-size
:
13px
;
font-weight
:
600
;
line-height
:
22px
;
text-transform
:
capitalize
;
padding
:
0
1
0
px
;
padding
:
0
1
6
px
;
}
.separator
+
.dropdown-header
{
...
...
@@ -325,14 +326,17 @@
.dropdown-menu-selectable
{
a
{
padding-left
:
2
5
px
;
padding-left
:
2
6
px
;
&
.is-indeterminate
,
&
.is-active
{
font-weight
:
600
;
color
:
$gl-text-color
;
&
:
:
before
{
position
:
absolute
;
left
:
5
px
;
top
:
8
px
;
left
:
6
px
;
top
:
6
px
;
font
:
normal
normal
normal
14px
/
1
FontAwesome
;
font-size
:
inherit
;
text-rendering
:
auto
;
...
...
@@ -354,7 +358,7 @@
.dropdown-title
{
position
:
relative
;
padding
:
0
25px
10px
;
padding
:
2px
25px
10px
;
margin
:
0
10px
10px
;
font-weight
:
600
;
line-height
:
1
;
...
...
@@ -384,7 +388,7 @@
right
:
5px
;
width
:
20px
;
height
:
20px
;
top
:
-
3
px
;
top
:
-
1
px
;
}
.dropdown-menu-back
{
...
...
changelogs/unreleased/26202-change-dropdown-style-slightly.yml
0 → 100644
View file @
1b2fcdb0
---
title
:
Changed dropdown style slightly
merge_request
:
author
:
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