Commit 0bf1080c authored by Clement Ho's avatar Clement Ho

[skip ci] add hover to avatar-counter

parent 9b156ad3
......@@ -311,10 +311,15 @@
display: none;
}
.avatar:hover {
.avatar:hover,
.avatar-counter:hover {
border-color: $issuable-sidebar-color;
}
.avatar-counter:hover {
color: $issuable-sidebar-color;
}
.btn-clipboard {
border: none;
color: $issuable-sidebar-color;
......@@ -337,9 +342,8 @@
line-height: 2.5em;
z-index: 1;
position: relative;
left: inherit;
margin-left: -2px;
margin-top: -1px;
top: -1px;
left: -2px;
}
.sidebar-collapsed-user {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment