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
fa716921
Commit
fa716921
authored
Aug 07, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'new-sidebar-context-header-hover-color' into 'master'
Fixed sidebar context header hover colors Closes #35999 See merge request !13323
parents
81fd5764
c971cbf0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
24 deletions
+13
-24
new_sidebar.scss
app/assets/stylesheets/new_sidebar.scss
+13
-24
No files found.
app/assets/stylesheets/new_sidebar.scss
View file @
fa716921
...
...
@@ -8,8 +8,8 @@ $active-color: $indigo-700;
$active-hover-background
:
$active-background
;
$active-hover-color
:
$gl-text-color
;
$inactive-badge-background
:
rgba
(
0
,
0
,
0
,
.08
);
$hover-background
:
$
indigo-700
;
$hover-color
:
$
white-light
;
$hover-background
:
$
white-light
;
$hover-color
:
$
gl-text-color
;
$inactive-color
:
$gl-text-color-secondary
;
$new-sidebar-width
:
220px
;
...
...
@@ -31,6 +31,7 @@ $new-sidebar-width: 220px;
.context-header
{
position
:
relative
;
margin-right
:
2px
;
a
{
border-bottom
:
1px
solid
$border-color
;
...
...
@@ -43,22 +44,16 @@ $new-sidebar-width: 220px;
@media
(
max-width
:
$screen-xs-max
)
{
padding-right
:
30px
;
}
}
&
:hover
{
background-color
:
$hover-background
;
color
:
$hover-color
;
border-color
:
$hover-background
;
.avatar-container
{
border-color
:
transparent
;
}
.settings-avatar
{
background-color
:
$indigo-500
;
&
:hover
,
a
:hover
{
background-color
:
$hover-background
;
color
:
$hover-color
;
i
{
color
:
$hover-color
;
}
.settings-avatar
{
i
{
color
:
$hover-color
;
}
}
}
...
...
@@ -74,13 +69,6 @@ $new-sidebar-width: 220px;
text-overflow
:
ellipsis
;
}
&
:hover
{
.close-nav-button
{
color
:
$white-light
;
}
}
.close-nav-button
{
display
:
none
;
position
:
absolute
;
...
...
@@ -90,6 +78,7 @@ $new-sidebar-width: 220px;
background-color
:
transparent
;
border
:
0
;
padding
:
0
10px
;
color
:
$gl-text-color-secondary
;
@media
(
max-width
:
$screen-xs-max
)
{
display
:
block
;
...
...
@@ -233,7 +222,7 @@ $new-sidebar-width: 220px;
&
:not
(
.active
)
{
>
a
{
margin-left
:
1px
;
margin-right
:
3
px
;
margin-right
:
2
px
;
}
.sidebar-sub-level-items
{
...
...
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