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
30c3eed8
Commit
30c3eed8
authored
Nov 27, 2016
by
Dimitrie Hoekstra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds hoverstates for collapsed Issue/Merge Request sidebar
parent
a7a3636d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
+15
-5
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+11
-5
changelogs/unreleased/25011-hoverstates-for-collapsed-issue-merge-request-sidebar.yml
...hoverstates-for-collapsed-issue-merge-request-sidebar.yml
+4
-0
No files found.
app/assets/stylesheets/pages/issuable.scss
View file @
30c3eed8
...
...
@@ -132,7 +132,7 @@
display
:
none
;
}
.btn-clipboard
{
.btn-clipboard
:hover
{
color
:
$gl-gray
;
}
}
...
...
@@ -235,6 +235,10 @@
padding-bottom
:
10px
;
color
:
#999
;
&
:hover
{
color
:
$gl-gray
;
}
span
{
display
:
block
;
margin-top
:
0
;
...
...
@@ -244,15 +248,17 @@
display
:
none
;
}
.avatar
:hover
{
border-color
:
#999
;
}
.btn-clipboard
{
border
:
none
;
color
:
#999
;
&
:hover
{
background
:
transparent
;
}
i
{
color
:
#999
;
color
:
$gl-gray
;
}
}
}
...
...
changelogs/unreleased/25011-hoverstates-for-collapsed-issue-merge-request-sidebar.yml
0 → 100644
View file @
30c3eed8
---
title
:
Adds hoverstates for collapsed Issue/Merge Request sidebar
merge_request
:
!7777
author
:
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