Skip to content

Commit

Permalink
Remove Google+ shared link button because the Google+ service has end…
Browse files Browse the repository at this point in the history
…ed (#136)
  • Loading branch information
lulzneko authored and yoshinorin committed Jun 7, 2019
1 parent 4c94e66 commit 5df5751
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions source/css/_partial/article.styl
Original file line number Diff line number Diff line change
Expand Up @@ -294,14 +294,6 @@ $article-share-link
background: color-pinterest
text-shadow: 0 1px darken(color-pinterest, 20%)

.article-share-google
@extend $article-share-link
&:before
content: "\f0d5"
&:hover
background: color-google
text-shadow: 0 1px darken(color-google, 20%)

.article-share-linkedin
@extend $article-share-link
&:before
Expand Down
1 change: 0 additions & 1 deletion source/css/_variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ color-mobile-nav-background = #191919
color-twitter = #00aced
color-facebook = #3b5998
color-pinterest = #cb2027
color-google = #dd4b39
color-linkedin = #0077B5

// Fonts
Expand Down
1 change: 0 additions & 1 deletion source/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
'<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="article-share-twitter" target="_blank" title="Twitter"></a>',
'<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="article-share-facebook" target="_blank" title="Facebook"></a>',
'<a href="http://pinterest.com/pin/create/button/?url=' + encodedUrl + '" class="article-share-pinterest" target="_blank" title="Pinterest"></a>',
'<a href="https://plus.google.com/share?url=' + encodedUrl + '" class="article-share-google" target="_blank" title="Google+"></a>',
'<a href="https://www.linkedin.com/shareArticle?mini=true&url=' + encodedUrl + '" class="article-share-linkedin" target="_blank" title="LinkedIn"></a>',
'</div>',
'</div>'
Expand Down

0 comments on commit 5df5751

Please sign in to comment.