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
2c0cc2e1
Commit
2c0cc2e1
authored
Feb 25, 2015
by
Sabba Petri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added hover state
And also fixed it being one pixel off.
parent
a52529f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
nav_sidebar.scss
app/assets/stylesheets/sections/nav_sidebar.scss
+11
-4
No files found.
app/assets/stylesheets/sections/nav_sidebar.scss
View file @
2c0cc2e1
...
...
@@ -147,19 +147,26 @@
.collapse-nav
a
{
left
:
0px
;
padding
:
5
px
23px
3px
22px
;
padding
:
7
px
23px
3px
22px
;
}
}
}
.collapse-nav
a
{
position
:
fixed
;
top
:
4
7
px
;
padding
:
5px
13px
3
px
13px
;
top
:
4
6
px
;
padding
:
5px
13px
5
px
13px
;
left
:
197px
;
background
:
#EEE
;
color
:
black
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.035
);
border-left
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.035
);
border-right
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.035
);
}
.collapse-nav
a
:hover
{
text-decoration
:
none
;
color
:
#333
;
background
:
#eaeaea
;
}
@media
(
max-width
:
$screen-md-max
)
{
...
...
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