Skip to content

Commit

Permalink
Fix oppia#5751: remove G+ from the sharing icons. (oppia#6058)
Browse files Browse the repository at this point in the history
* Removed G+ from the sharing icons.

* Centered icons.
  • Loading branch information
rafalk342 authored and kevinlee12 committed Jan 6, 2019
1 parent 25da701 commit b35418b
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
<ul class="oppia-sharing-links" layout="<[layoutType]>" layout-align="<[layoutAlignType]>">
<li>
<a ng-href="https://plus.google.com/share?url=<[serverName]>/<[activityType]>/<[activityId]>" onclick="return !window.open(this.href, '', 'height=600, width=600, menubar=no, toolbar=no, resizable=yes, scrollbars=yes')" ng-click="registerShareEvent('gplus')" target="_window">
<i class="oppia-share-icons fa fa-google-plus-square"></i>
<span class="oppia-icon-accessibility-label">Google+</span>
</a>
</li>

<li>
<a ng-href="https://www.facebook.com/sharer/sharer.php?sdk=joey&u=<[serverName]>/<[activityType]>/<[activityId]>&display=popup&ref=plugin&src=share_button" onclick="return !window.open(this.href, '', 'height=336, width=640')" ng-click="registerShareEvent('facebook')" target="_window">
<i class="oppia-share-icons fa fa-facebook-square"></i>
Expand Down Expand Up @@ -66,17 +59,14 @@
ul.oppia-sharing-links {
list-style: none;
padding-top: 15px;
padding-left: 0px;
}

ul.oppia-sharing-links i.oppia-share-icons {
font-size: 40px;
padding: 0 5px;
}

i.oppia-share-icons.fa.fa-google-plus-square {
color: #dd4b39;
}

i.oppia-share-icons.fa.fa-facebook-square {
color: #3b5998;
}
Expand Down

0 comments on commit b35418b

Please sign in to comment.