Skip to content

Commit

Permalink
chore: remove google plus references
Browse files Browse the repository at this point in the history
Google Plus was discontinued on April 2, 2019. Thanks to @m90 for
finding this!
  • Loading branch information
jo committed Feb 14, 2022
1 parent 1257a6a commit 5a45e88
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 29 deletions.
7 changes: 0 additions & 7 deletions app/addons/documentation/assets/less/documentation.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@
background-size: 40px auto;
}

.google-plus-icon {
background: transparent url('../../../../../assets/img/googleplus.png') no-repeat 50% 50%;
height: 40px;
width: 40px;
background-size: 40px auto;
}

.twitter-icon {
background: transparent url('../../../../../assets/img/twitter.png') no-repeat 50% 50%;
height: 50px;
Expand Down
5 changes: 0 additions & 5 deletions app/addons/documentation/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ const docLinks = [
link: 'https://twitter.com/couchdb',
iconClassName: 'twitter-icon'
},
{
title: 'Follow CouchDB on Google Plus',
link: 'https://plus.google.com/+CouchDB',
iconClassName: 'google-plus-icon'
},
{
title: 'Follow CouchDB on LinkedIn',
link: 'https://www.linkedin.com/company/apache-couchdb',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = {
.waitForElementVisible('a[href="https://couchdb.apache.org/fauxton-visual-guide/index.html"]', waitTime, false)
.waitForElementVisible('a[href="http://www.apache.org/"]', waitTime, false)
.waitForElementVisible('a[href="https://twitter.com/couchdb"]', waitTime, false)
.waitForElementVisible('a[href="https://plus.google.com/+CouchDB"]', waitTime, false)
.waitForElementVisible('a[href="https://www.linkedin.com/company/apache-couchdb"]', waitTime, false)
.end();
}
Expand Down
10 changes: 0 additions & 10 deletions assets/less/bootstrap/font-awesome/font-awesome-ie7.less
Original file line number Diff line number Diff line change
Expand Up @@ -1041,16 +1041,6 @@ a [class*=" icon-"] {
}


.icon-google-plus-sign {
.ie7icon('');
}


.icon-google-plus {
.ie7icon('');
}


.icon-money {
.ie7icon('');
}
Expand Down
2 changes: 0 additions & 2 deletions assets/less/bootstrap/font-awesome/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@
.icon-truck:before { content: @truck; }
.icon-pinterest:before { content: @pinterest; }
.icon-pinterest-sign:before { content: @pinterest-sign; }
.icon-google-plus-sign:before { content: @google-plus-sign; }
.icon-google-plus:before { content: @google-plus; }
.icon-money:before { content: @money; }
.icon-caret-down:before { content: @caret-down; }
.icon-caret-up:before { content: @caret-up; }
Expand Down
4 changes: 0 additions & 4 deletions assets/less/bootstrap/font-awesome/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,6 @@

@pinterest-sign: "\f0d3";

@google-plus-sign: "\f0d4";

@google-plus: "\f0d5";

@money: "\f0d6";

@caret-down: "\f0d7";
Expand Down

0 comments on commit 5a45e88

Please sign in to comment.