Commit 7406fb5b authored by Nick Kugaevsky's avatar Nick Kugaevsky

Activity stream: commit labels css fix — proper paddings and highlighting on hover.

parent fab42a61
......@@ -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 {
......
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