From aa5f45e128e38619ab54bb8173df3b1df158b4f9 Mon Sep 17 00:00:00 2001 From: Simon Detheridge Date: Tue, 25 Jun 2019 12:07:56 +0100 Subject: [PATCH] Merge pull request #1891 from overleaf/revert-1889-as-fix-cached-icons Switch back to better icon naming scheme GitOrigin-RevId: f41e01b2fec2d3af35603ef6b6120f4cafa1b981 --- .../{logo_google_color.svg => logo_google.svg} | 0 .../other-brands/{logo_ieee_color.svg => logo_ieee.svg} | 0 .../other-brands/{logo_orcid_color.svg => logo_orcid.svg} | 0 .../{logo_sharelatex_color.svg => logo_sharelatex.svg} | 0 .../{logo_twitter_color.svg => logo_twitter.svg} | 0 services/web/public/stylesheets/app/login-register.less | 8 ++++---- 6 files changed, 4 insertions(+), 4 deletions(-) rename services/web/public/img/other-brands/{logo_google_color.svg => logo_google.svg} (100%) rename services/web/public/img/other-brands/{logo_ieee_color.svg => logo_ieee.svg} (100%) rename services/web/public/img/other-brands/{logo_orcid_color.svg => logo_orcid.svg} (100%) rename services/web/public/img/other-brands/{logo_sharelatex_color.svg => logo_sharelatex.svg} (100%) rename services/web/public/img/other-brands/{logo_twitter_color.svg => logo_twitter.svg} (100%) diff --git a/services/web/public/img/other-brands/logo_google_color.svg b/services/web/public/img/other-brands/logo_google.svg similarity index 100% rename from services/web/public/img/other-brands/logo_google_color.svg rename to services/web/public/img/other-brands/logo_google.svg diff --git a/services/web/public/img/other-brands/logo_ieee_color.svg b/services/web/public/img/other-brands/logo_ieee.svg similarity index 100% rename from services/web/public/img/other-brands/logo_ieee_color.svg rename to services/web/public/img/other-brands/logo_ieee.svg diff --git a/services/web/public/img/other-brands/logo_orcid_color.svg b/services/web/public/img/other-brands/logo_orcid.svg similarity index 100% rename from services/web/public/img/other-brands/logo_orcid_color.svg rename to services/web/public/img/other-brands/logo_orcid.svg diff --git a/services/web/public/img/other-brands/logo_sharelatex_color.svg b/services/web/public/img/other-brands/logo_sharelatex.svg similarity index 100% rename from services/web/public/img/other-brands/logo_sharelatex_color.svg rename to services/web/public/img/other-brands/logo_sharelatex.svg diff --git a/services/web/public/img/other-brands/logo_twitter_color.svg b/services/web/public/img/other-brands/logo_twitter.svg similarity index 100% rename from services/web/public/img/other-brands/logo_twitter_color.svg rename to services/web/public/img/other-brands/logo_twitter.svg diff --git a/services/web/public/stylesheets/app/login-register.less b/services/web/public/stylesheets/app/login-register.less index 9d8d9fa7cd..4f300d6cbe 100644 --- a/services/web/public/stylesheets/app/login-register.less +++ b/services/web/public/stylesheets/app/login-register.less @@ -123,16 +123,16 @@ } .login-btn-icon-ieee { - background-image: url(/img/other-brands/logo_ieee_color.svg); + background-image: url(/img/other-brands/logo_ieee.svg); } .login-btn-icon-google { - background-image: url(/img/other-brands/logo_google_color.svg); + background-image: url(/img/other-brands/logo_google.svg); } .login-btn-icon-twitter { - background-image: url(/img/other-brands/logo_twitter_color.svg); + background-image: url(/img/other-brands/logo_twitter.svg); } .login-btn-icon-orcid { - background-image: url(/img/other-brands/logo_orcid_color.svg); + background-image: url(/img/other-brands/logo_orcid.svg); } .login-btn-icon-sharelatex { background-size: 22px;