Skip to content

Instantly share code, notes, and snippets.

@gimsieke
Last active November 14, 2016 18:39
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gimsieke/0594dcc43751ced6d617 to your computer and use it in GitHub Desktop.
Save gimsieke/0594dcc43751ced6d617 to your computer and use it in GitHub Desktop.
@charset "UTF-8";
/* Inspired by Robert McNees’ original tweet, https://twitter.com/mcnees/status/661579110926282752 */
/* Works with the Stylish add-on, https://userstyles.org/help/stylish */
@-moz-document domain(twitter.com) {
.HeartAnimationContainer {
visibility: hidden
}
.HeartAnimationContainer:after, .Icon--heartBadge:before {
content:'★';
font-size: 140%;
visibility: visible;
display: inline-block;
}
.favorited .IconTextContainer, .favorited .HeartAnimationContainer:after, .ProfileTweet-action--favorite.withHeartIcon .ProfileTweet-actionButton:hover,
.Icon--heartBadge:before {
color: #ffac33
}
.Icon--heartBadge:before {
position:absolute;
bottom:0;
}
.withDarkTweetActions .ProfileTweet-actionButton:not(.is-disabled):not(:hover):not(:focus), .withDarkTweetActions .ProfileTweet-actionCount, .withDarkTweetActions .ProfileTweet-action--retweet.is-hoverStateCancelled .ProfileTweet-actionButton:hover, .withDarkTweetActions .ProfileTweet-action--retweet.is-hoverStateCancelled .ProfileTweet-actionButton:focus, .withDarkTweetActions .ProfileTweet-action--favorite.is-hoverStateCancelled .ProfileTweet-actionButton:hover, .withDarkTweetActions .ProfileTweet-action--favorite.is-hoverStateCancelled .ProfileTweet-actionButton:focus {
color: #aab8c2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment