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
ebfaaffe
Commit
ebfaaffe
authored
Nov 18, 2016
by
tauriedavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add hover state to navigation rows
parent
c5482796
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
33 deletions
+18
-33
app/assets/stylesheets/framework/nav.scss
app/assets/stylesheets/framework/nav.scss
+18
-33
No files found.
app/assets/stylesheets/framework/nav.scss
View file @
ebfaaffe
...
...
@@ -51,19 +51,26 @@
margin-bottom
:
-1px
;
font-size
:
15px
;
line-height
:
28px
;
color
:
#959494
;
color
:
$note-toolbar-color
;
border-bottom
:
2px
solid
transparent
;
&
:hover
,
&
:active
,
&
:focus
{
text-decoration
:
none
;
border-bottom
:
2px
solid
$gray-darkest
;
color
:
$black
;
.badge
{
color
:
$black
;
}
}
}
&
.active
a
{
border-bottom
:
2px
solid
$link-underline-blue
;
color
:
$black
;
font-weight
:
600
;
}
.badge
{
...
...
@@ -85,14 +92,20 @@
li
{
&
.active
a
{
border-bottom
:
none
;
}
a
{
margin
:
0
;
padding
:
11px
10px
9px
;
}
&
.active
a
{
&
:hover
,
&
:active
,
&
:focus
{
color
:
$black
;
border-bottom
:
none
;
color
:
$link-underline-blue
;
}
}
}
}
...
...
@@ -310,37 +323,9 @@
height
:
51px
;
li
{
a
{
padding-top
:
10px
;
}
a
,
i
{
color
:
$layout-link-gray
;
}
&
.active
{
a
,
i
{
color
:
$black
;
}
svg
{
path
,
polygon
{
fill
:
$black
;
}
}
}
&
:hover
{
a
,
i
{
color
:
$black
;
}
}
}
}
}
...
...
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