Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #35 from IzumiSy/tweak_right_widgets_hover
Browse files Browse the repository at this point in the history
Tweak hover color
  • Loading branch information
k0kubun authored Oct 2, 2016
2 parents 9efa66b + 8aca6f3 commit 223cd70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ $icon_overlay_size: 8px;
$icon_column: $icon_size + $tweet_padding * 2;
$tweets_header_height: 34px;
$red: #d40d12;
$light_grey: #b8b8b8;
$grey: #999;
$dark_grey: #555;
$white: #fff;
Expand Down Expand Up @@ -327,8 +328,8 @@ body {
font-size: 12px;

> .reply_button > .fa.fa-reply:hover,
> .favorite_widget_wrapper > .fa.fa-star.favorite_button:hover {
color: $orange;
> .favorite_widget_wrapper > .fa.fa-star.favorite_button:not(.active):hover {
color: $light_grey;
}
}

Expand Down

0 comments on commit 223cd70

Please sign in to comment.