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
Boxiang Sun
gitlab-ce
Commits
0f834d11
Commit
0f834d11
authored
Feb 15, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve navbar UX
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
3e30b105
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
app/assets/stylesheets/sections/nav.scss
app/assets/stylesheets/sections/nav.scss
+16
-4
No files found.
app/assets/stylesheets/sections/nav.scss
View file @
0f834d11
...
@@ -36,8 +36,7 @@
...
@@ -36,8 +36,7 @@
&
.active
{
&
.active
{
a
{
a
{
color
:
#333
;
color
:
#333
;
font-weight
:
bolder
;
font-weight
:
bold
;
&
:after
{
&
:after
{
content
:
''
;
content
:
''
;
display
:
block
;
display
:
block
;
...
@@ -56,7 +55,20 @@
...
@@ -56,7 +55,20 @@
&
:hover
{
&
:hover
{
a
{
a
{
color
:
$style_color
;
color
:
$link_color
;
&
:after
{
content
:
''
;
display
:
block
;
position
:
relative
;
bottom
:
8px
;
left
:
50%
;
width
:
0
;
height
:
0
;
border-color
:
transparent
transparent
#29b
transparent
;
border-style
:
solid
;
border-width
:
6px
;
margin-left
:
-6px
;
}
}
}
}
}
...
@@ -73,7 +85,7 @@
...
@@ -73,7 +85,7 @@
a
{
a
{
display
:
block
;
display
:
block
;
text-align
:
center
;
text-align
:
center
;
font-weight
:
normal
;
font-weight
:
500
;
height
:
38px
;
height
:
38px
;
line-height
:
34px
;
line-height
:
34px
;
color
:
#777
;
color
:
#777
;
...
...
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