Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove google plus references #1336

Merged
merged 1 commit into from
Feb 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: remove google plus references
Google Plus was discontinued on April 2, 2019. Thanks to @m90 for
finding this!
  • Loading branch information
jo committed Feb 14, 2022
commit 5a45e886107c1703fe8ea9e04b8f1c4b96f8ef06
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:https://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