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
d3188152
Commit
d3188152
authored
Dec 06, 2018
by
Winnie Hellmann
Committed by
Clement Ho
Dec 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change dropdown divider color to gray-200 (#dfdfdf)
parent
3aae1ff6
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
9 deletions
+14
-9
app/assets/stylesheets/framework/contextual_sidebar.scss
app/assets/stylesheets/framework/contextual_sidebar.scss
+1
-1
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+6
-6
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+0
-1
app/assets/stylesheets/framework/variables_overrides.scss
app/assets/stylesheets/framework/variables_overrides.scss
+1
-0
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+1
-1
changelogs/unreleased/winh-dropdown-divider-color.yml
changelogs/unreleased/winh-dropdown-divider-color.yml
+5
-0
No files found.
app/assets/stylesheets/framework/contextual_sidebar.scss
View file @
d3188152
...
...
@@ -261,7 +261,7 @@
height
:
1px
;
margin
:
4px
-1px
;
padding
:
0
;
background-color
:
$dropdown-divider-
color
;
background-color
:
$dropdown-divider-
bg
;
}
>
.active
{
...
...
app/assets/stylesheets/framework/dropdowns.scss
View file @
d3188152
...
...
@@ -294,10 +294,10 @@
height
:
1px
;
margin
:
#{
$grid-size
/
2
}
0
;
padding
:
0
;
background-color
:
$dropdown-divider-
color
;
background-color
:
$dropdown-divider-
bg
;
&
:hover
{
background-color
:
$dropdown-divider-
color
;
background-color
:
$dropdown-divider-
bg
;
}
}
...
...
@@ -306,7 +306,7 @@
height
:
1px
;
margin-top
:
8px
;
margin-bottom
:
8px
;
background-color
:
$dropdown-divider-
color
;
background-color
:
$dropdown-divider-
bg
;
}
.dropdown-menu-empty-item
a
{
...
...
@@ -542,7 +542,7 @@
text-align
:
center
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
border-bottom
:
1px
solid
$dropdown-divider-
color
;
border-bottom
:
1px
solid
$dropdown-divider-
bg
;
overflow
:
hidden
;
}
...
...
@@ -621,7 +621,7 @@
padding
:
0
7px
;
color
:
$gl-gray-700
;
line-height
:
30px
;
border
:
1px
solid
$dropdown-divider-
color
;
border
:
1px
solid
$dropdown-divider-
bg
;
border-radius
:
2px
;
outline
:
0
;
...
...
@@ -656,7 +656,7 @@
padding-top
:
10px
;
margin-top
:
10px
;
font-size
:
13px
;
border-top
:
1px
solid
$dropdown-divider-
color
;
border-top
:
1px
solid
$dropdown-divider-
bg
;
}
.dropdown-footer-content
{
...
...
app/assets/stylesheets/framework/variables.scss
View file @
d3188152
...
...
@@ -332,7 +332,6 @@ $dropdown-max-height: 312px;
$dropdown-vertical-offset
:
4px
;
$dropdown-empty-row-bg
:
rgba
(
#000
,
0
.04
);
$dropdown-shadow-color
:
rgba
(
#000
,
0
.1
);
$dropdown-divider-color
:
rgba
(
#000
,
0
.1
);
$dropdown-title-btn-color
:
#bfbfbf
;
$dropdown-input-fa-color
:
#c7c7c7
;
$dropdown-input-focus-shadow
:
rgba
(
$blue-300
,
0
.4
);
...
...
app/assets/stylesheets/framework/variables_overrides.scss
View file @
d3188152
...
...
@@ -20,3 +20,4 @@ $warning: $orange-500;
$danger
:
$red-500
;
$zindex-modal-backdrop
:
1040
;
$nav-divider-margin-y
:
(
$grid-size
/
2
);
$dropdown-divider-bg
:
$theme-gray-200
;
app/assets/stylesheets/pages/boards.scss
View file @
d3188152
...
...
@@ -41,7 +41,7 @@
.issue-board-dropdown-content
{
margin
:
0
8px
10px
;
padding-bottom
:
10px
;
border-bottom
:
1px
solid
$dropdown-divider-
color
;
border-bottom
:
1px
solid
$dropdown-divider-
bg
;
>
p
{
margin
:
0
;
...
...
changelogs/unreleased/winh-dropdown-divider-color.yml
0 → 100644
View file @
d3188152
---
title
:
Change dropdown divider color to gray-200 (#dfdfdf)
merge_request
:
23592
author
:
type
:
changed
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