Commit 6fc6833cdbabb44c4a1f3b8f72e99b735e13f134

Authored by Riyad Preukschas
1 parent 0aee7c94

Fix styles

* don't show pointer cursor for for the whole list item any more
* fix hover color for links in .row_title
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/assets/stylesheets/gitlab_bootstrap.scss
... ... @@ -381,7 +381,6 @@ form {
381 381 min-height: 20px;
382 382 border-bottom: 1px solid #eee;
383 383 border-bottom: 1px solid rgba(0, 0, 0, 0.05);
384   - cursor:pointer;
385 384 &.smoke {
386 385 background-color:#f5f5f5;
387 386 }
... ... @@ -516,7 +515,8 @@ form {
516 515 .row_title {
517 516 font-weight:bold;
518 517 color:#444;
519   - &:hover {
  518 + &:hover {
  519 + color:#444;
520 520 text-decoration:underline;
521 521 }
522 522 }
... ...