Commit 7406fb5b124863af0fefd19f303bad9270ab63cc

Authored by Nick Kugaevsky
1 parent fab42a61

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

Showing 1 changed file with 6 additions and 1 deletions   Show diff stats
app/assets/stylesheets/common.scss
... ... @@ -566,7 +566,12 @@ li.commit {
566 566 }
567 567  
568 568 code {
569   - padding:0px;
  569 + padding: 2px 2px 0;
  570 + margin-top: -2px;
  571 + &:hover {
  572 + color: black;
  573 + border: 1px solid #ccc;
  574 + }
570 575 }
571 576 }
572 577 p.time {
... ...