Commit 6fc6833cdbabb44c4a1f3b8f72e99b735e13f134
1 parent
0aee7c94
Exists in
master
and in
4 other branches
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,7 +381,6 @@ form { | ||
381 | min-height: 20px; | 381 | min-height: 20px; |
382 | border-bottom: 1px solid #eee; | 382 | border-bottom: 1px solid #eee; |
383 | border-bottom: 1px solid rgba(0, 0, 0, 0.05); | 383 | border-bottom: 1px solid rgba(0, 0, 0, 0.05); |
384 | - cursor:pointer; | ||
385 | &.smoke { | 384 | &.smoke { |
386 | background-color:#f5f5f5; | 385 | background-color:#f5f5f5; |
387 | } | 386 | } |
@@ -516,7 +515,8 @@ form { | @@ -516,7 +515,8 @@ form { | ||
516 | .row_title { | 515 | .row_title { |
517 | font-weight:bold; | 516 | font-weight:bold; |
518 | color:#444; | 517 | color:#444; |
519 | - &:hover { | 518 | + &:hover { |
519 | + color:#444; | ||
520 | text-decoration:underline; | 520 | text-decoration:underline; |
521 | } | 521 | } |
522 | } | 522 | } |