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
0bf1080c
Commit
0bf1080c
authored
Mar 23, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip ci] add hover to avatar-counter
parent
9b156ad3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+8
-4
No files found.
app/assets/stylesheets/pages/issuable.scss
View file @
0bf1080c
...
@@ -311,10 +311,15 @@
...
@@ -311,10 +311,15 @@
display
:
none
;
display
:
none
;
}
}
.avatar
:hover
{
.avatar
:hover
,
.avatar-counter
:hover
{
border-color
:
$issuable-sidebar-color
;
border-color
:
$issuable-sidebar-color
;
}
}
.avatar-counter
:hover
{
color
:
$issuable-sidebar-color
;
}
.btn-clipboard
{
.btn-clipboard
{
border
:
none
;
border
:
none
;
color
:
$issuable-sidebar-color
;
color
:
$issuable-sidebar-color
;
...
@@ -337,9 +342,8 @@
...
@@ -337,9 +342,8 @@
line-height
:
2
.5em
;
line-height
:
2
.5em
;
z-index
:
1
;
z-index
:
1
;
position
:
relative
;
position
:
relative
;
left
:
inherit
;
top
:
-1px
;
margin-left
:
-2px
;
left
:
-2px
;
margin-top
:
-1px
;
}
}
.sidebar-collapsed-user
{
.sidebar-collapsed-user
{
...
...
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