BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
55890743
Commit
55890743
authored
Mar 08, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '26202-change-dropdown-style-slightly' into 'master'
Changed dropdown style slightly Closes #26202 See merge request !9747
parents
935574ed
1b2fcdb0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
10 deletions
+18
-10
dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+14
-10
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 @
55890743
...
...
@@ -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 @
55890743
---
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