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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
ec1c30ce
Commit
ec1c30ce
authored
Mar 12, 2015
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'hover_toggle_sidebar'
Conflicts: app/assets/stylesheets/generic/nav_sidebar.scss
parents
d377e94b
e4dc4390
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
app/assets/stylesheets/generic/nav_sidebar.scss
app/assets/stylesheets/generic/nav_sidebar.scss
+10
-3
No files found.
app/assets/stylesheets/generic/nav_sidebar.scss
View file @
ec1c30ce
...
...
@@ -147,7 +147,7 @@
.collapse-nav
a
{
left
:
0px
;
padding
:
5
px
23px
3px
22px
;
padding
:
7
px
23px
3px
22px
;
}
}
}
...
...
@@ -155,12 +155,19 @@
.collapse-nav
a
{
position
:
fixed
;
top
:
46px
;
padding
:
5px
13px
3
px
13px
;
padding
:
5px
13px
5
px
13px
;
left
:
197px
;
font-size
:
13px
;
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