Activity stream: commit labels css fix — proper paddings and highlighting on hover.
This commit is contained in:
parent
fab42a612e
commit
7406fb5b12
|
@ -566,7 +566,12 @@ li.commit {
|
|||
}
|
||||
|
||||
code {
|
||||
padding:0px;
|
||||
padding: 2px 2px 0;
|
||||
margin-top: -2px;
|
||||
&:hover {
|
||||
color: black;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
}
|
||||
}
|
||||
p.time {
|
||||
|
|
Loading…
Reference in a new issue