Commit 1bb785ba13cc931e6f771b9f838f027f865aa48d
1 parent
481450ad
Exists in
master
and in
1 other branch
Added :hover color to issue tracker labels. [ci skip]
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
public/stylesheets/application.css
| ... | ... | @@ -546,11 +546,14 @@ div.issue_tracker.nested label.label_radio { |
| 546 | 546 | margin-right: 8px; |
| 547 | 547 | line-height: 30px; |
| 548 | 548 | } |
| 549 | +div.issue_tracker.nested label.label_radio:hover { | |
| 550 | + color: #696969; | |
| 551 | +} | |
| 549 | 552 | div.issue_tracker.nested .label_radio input { |
| 550 | 553 | position: absolute; left: -9999px; |
| 551 | 554 | } |
| 552 | 555 | |
| 553 | -div.issue_tracker.nested label.r_on { | |
| 556 | +div.issue_tracker.nested label.r_on, div.issue_tracker.nested label.r_on:hover { | |
| 554 | 557 | color: #191919; |
| 555 | 558 | } |
| 556 | 559 | ... | ... |