From 783008b05f897b31ddac84e479c1473e47548a70 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Wed, 31 Jan 2024 11:28:06 +0000 Subject: [PATCH] Merge pull request #16804 from overleaf/jpa-code-cleanup [misc] ShareLaTeX code cleanup - low impact GitOrigin-RevId: 4b4a958af133efdb81196967adb66c97420c4861 --- server-ce/ISSUE_TEMPLATE | 4 -- server-ce/ISSUE_TEMPLATE.md | 22 --------- services/chat/.github/ISSUE_TEMPLATE.md | 38 -------------- .../chat/.github/PULL_REQUEST_TEMPLATE.md | 46 ----------------- services/clsi/.github/ISSUE_TEMPLATE.md | 38 -------------- .../clsi/.github/PULL_REQUEST_TEMPLATE.md | 48 ------------------ services/contacts/.github/ISSUE_TEMPLATE.md | 38 -------------- .../contacts/.github/PULL_REQUEST_TEMPLATE.md | 46 ----------------- services/docstore/.github/ISSUE_TEMPLATE.md | 38 -------------- .../docstore/.github/PULL_REQUEST_TEMPLATE.md | 48 ------------------ .../.github/ISSUE_TEMPLATE.md | 38 -------------- .../.github/PULL_REQUEST_TEMPLATE.md | 48 ------------------ services/filestore/.github/ISSUE_TEMPLATE.md | 38 -------------- .../.github/PULL_REQUEST_TEMPLATE.md | 48 ------------------ .../notifications/.github/ISSUE_TEMPLATE.md | 38 -------------- .../.github/PULL_REQUEST_TEMPLATE.md | 48 ------------------ .../project-history/.github/ISSUE_TEMPLATE.md | 38 -------------- .../.github/PULL_REQUEST_TEMPLATE.md | 46 ----------------- services/real-time/.github/ISSUE_TEMPLATE.md | 38 -------------- .../.github/PULL_REQUEST_TEMPLATE.md | 48 ------------------ services/spelling/.github/ISSUE_TEMPLATE.md | 38 -------------- .../spelling/.github/PULL_REQUEST_TEMPLATE.md | 46 ----------------- services/spelling/rakefile.rb | 49 ------------------- services/web/.github/ISSUE_TEMPLATE.md | 38 -------------- services/web/.github/PULL_REQUEST_TEMPLATE.md | 43 ---------------- .../Features/StaticPages/StaticPagesRouter.js | 5 -- .../stylesheets/app/login-register.less | 27 +--------- 27 files changed, 1 insertion(+), 1039 deletions(-) delete mode 100644 server-ce/ISSUE_TEMPLATE delete mode 100644 server-ce/ISSUE_TEMPLATE.md delete mode 100644 services/chat/.github/ISSUE_TEMPLATE.md delete mode 100644 services/chat/.github/PULL_REQUEST_TEMPLATE.md delete mode 100644 services/clsi/.github/ISSUE_TEMPLATE.md delete mode 100644 services/clsi/.github/PULL_REQUEST_TEMPLATE.md delete mode 100644 services/contacts/.github/ISSUE_TEMPLATE.md delete mode 100644 services/contacts/.github/PULL_REQUEST_TEMPLATE.md delete mode 100644 services/docstore/.github/ISSUE_TEMPLATE.md delete mode 100644 services/docstore/.github/PULL_REQUEST_TEMPLATE.md delete mode 100644 services/document-updater/.github/ISSUE_TEMPLATE.md delete mode 100644 services/document-updater/.github/PULL_REQUEST_TEMPLATE.md delete mode 100644 services/filestore/.github/ISSUE_TEMPLATE.md delete mode 100644 services/filestore/.github/PULL_REQUEST_TEMPLATE.md delete mode 100644 services/notifications/.github/ISSUE_TEMPLATE.md delete mode 100644 services/notifications/.github/PULL_REQUEST_TEMPLATE.md delete mode 100644 services/project-history/.github/ISSUE_TEMPLATE.md delete mode 100644 services/project-history/.github/PULL_REQUEST_TEMPLATE.md delete mode 100644 services/real-time/.github/ISSUE_TEMPLATE.md delete mode 100644 services/real-time/.github/PULL_REQUEST_TEMPLATE.md delete mode 100644 services/spelling/.github/ISSUE_TEMPLATE.md delete mode 100644 services/spelling/.github/PULL_REQUEST_TEMPLATE.md delete mode 100644 services/spelling/rakefile.rb delete mode 100644 services/web/.github/ISSUE_TEMPLATE.md delete mode 100644 services/web/.github/PULL_REQUEST_TEMPLATE.md diff --git a/server-ce/ISSUE_TEMPLATE b/server-ce/ISSUE_TEMPLATE deleted file mode 100644 index 0408054675..0000000000 --- a/server-ce/ISSUE_TEMPLATE +++ /dev/null @@ -1,4 +0,0 @@ -Please tell us the following when opening an issue - -- Official Docker version being run: -- URL to appropriate logs: diff --git a/server-ce/ISSUE_TEMPLATE.md b/server-ce/ISSUE_TEMPLATE.md deleted file mode 100644 index 58e3b3f067..0000000000 --- a/server-ce/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,22 +0,0 @@ -(If you have a feature request, or bug with ShareLaTeX, please file an issue at https://github.com/sharelatex/web-sharelatex. This repository should **only be used for installation and maintenance problems** of ShareLaTeX Community Edition) - -## Problem - -Please describe the problem you are facing - -## Install type - -Are you using the Docker image (as described at https://github.com/sharelatex/sharelatex/wiki/Quick-Start-Guide), or some other method of installing ShareLaTeX Community Edition? - -## Version - -Which version of the docker image are you using? - -## Logs and errors - -Please include any logs and error messages. - -## Screenshots - -Please provide any screenshots of errors in ShareLaTeX Community Edition. - diff --git a/services/chat/.github/ISSUE_TEMPLATE.md b/services/chat/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index e0093aa90c..0000000000 --- a/services/chat/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,38 +0,0 @@ - - -## Steps to Reproduce - - - -1. -2. -3. - -## Expected Behaviour - - -## Observed Behaviour - - - -## Context - - -## Technical Info - - -* URL: -* Browser Name and version: -* Operating System and version (desktop or mobile): -* Signed in as: -* Project and/or file: - -## Analysis - - -## Who Needs to Know? - - - -- -- diff --git a/services/chat/.github/PULL_REQUEST_TEMPLATE.md b/services/chat/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 0d4ce514d8..0000000000 --- a/services/chat/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,46 +0,0 @@ - - - -### Description - - - -#### Screenshots - - - -#### Related Issues / PRs - - - -### Review - - - -#### Potential Impact - - - -#### Manual Testing Performed - -- [ ] -- [ ] - -#### Accessibility - - - -### Deployment - - - -#### Deployment Checklist - -- [ ] Update documentation not included in the PR (if any) -- [ ] - -#### Metrics and Monitoring - - - -#### Who Needs to Know? diff --git a/services/clsi/.github/ISSUE_TEMPLATE.md b/services/clsi/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index e0093aa90c..0000000000 --- a/services/clsi/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,38 +0,0 @@ - - -## Steps to Reproduce - - - -1. -2. -3. - -## Expected Behaviour - - -## Observed Behaviour - - - -## Context - - -## Technical Info - - -* URL: -* Browser Name and version: -* Operating System and version (desktop or mobile): -* Signed in as: -* Project and/or file: - -## Analysis - - -## Who Needs to Know? - - - -- -- diff --git a/services/clsi/.github/PULL_REQUEST_TEMPLATE.md b/services/clsi/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 12bb2eeb3f..0000000000 --- a/services/clsi/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - - -### Description - - - -#### Screenshots - - - -#### Related Issues / PRs - - - -### Review - - - -#### Potential Impact - - - -#### Manual Testing Performed - -- [ ] -- [ ] - -#### Accessibility - - - -### Deployment - - - -#### Deployment Checklist - -- [ ] Update documentation not included in the PR (if any) -- [ ] - -#### Metrics and Monitoring - - - -#### Who Needs to Know? diff --git a/services/contacts/.github/ISSUE_TEMPLATE.md b/services/contacts/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index e0093aa90c..0000000000 --- a/services/contacts/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,38 +0,0 @@ - - -## Steps to Reproduce - - - -1. -2. -3. - -## Expected Behaviour - - -## Observed Behaviour - - - -## Context - - -## Technical Info - - -* URL: -* Browser Name and version: -* Operating System and version (desktop or mobile): -* Signed in as: -* Project and/or file: - -## Analysis - - -## Who Needs to Know? - - - -- -- diff --git a/services/contacts/.github/PULL_REQUEST_TEMPLATE.md b/services/contacts/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 0d4ce514d8..0000000000 --- a/services/contacts/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,46 +0,0 @@ - - - -### Description - - - -#### Screenshots - - - -#### Related Issues / PRs - - - -### Review - - - -#### Potential Impact - - - -#### Manual Testing Performed - -- [ ] -- [ ] - -#### Accessibility - - - -### Deployment - - - -#### Deployment Checklist - -- [ ] Update documentation not included in the PR (if any) -- [ ] - -#### Metrics and Monitoring - - - -#### Who Needs to Know? diff --git a/services/docstore/.github/ISSUE_TEMPLATE.md b/services/docstore/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index e0093aa90c..0000000000 --- a/services/docstore/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,38 +0,0 @@ - - -## Steps to Reproduce - - - -1. -2. -3. - -## Expected Behaviour - - -## Observed Behaviour - - - -## Context - - -## Technical Info - - -* URL: -* Browser Name and version: -* Operating System and version (desktop or mobile): -* Signed in as: -* Project and/or file: - -## Analysis - - -## Who Needs to Know? - - - -- -- diff --git a/services/docstore/.github/PULL_REQUEST_TEMPLATE.md b/services/docstore/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 12bb2eeb3f..0000000000 --- a/services/docstore/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - - -### Description - - - -#### Screenshots - - - -#### Related Issues / PRs - - - -### Review - - - -#### Potential Impact - - - -#### Manual Testing Performed - -- [ ] -- [ ] - -#### Accessibility - - - -### Deployment - - - -#### Deployment Checklist - -- [ ] Update documentation not included in the PR (if any) -- [ ] - -#### Metrics and Monitoring - - - -#### Who Needs to Know? diff --git a/services/document-updater/.github/ISSUE_TEMPLATE.md b/services/document-updater/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index e0093aa90c..0000000000 --- a/services/document-updater/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,38 +0,0 @@ - - -## Steps to Reproduce - - - -1. -2. -3. - -## Expected Behaviour - - -## Observed Behaviour - - - -## Context - - -## Technical Info - - -* URL: -* Browser Name and version: -* Operating System and version (desktop or mobile): -* Signed in as: -* Project and/or file: - -## Analysis - - -## Who Needs to Know? - - - -- -- diff --git a/services/document-updater/.github/PULL_REQUEST_TEMPLATE.md b/services/document-updater/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 12bb2eeb3f..0000000000 --- a/services/document-updater/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - - -### Description - - - -#### Screenshots - - - -#### Related Issues / PRs - - - -### Review - - - -#### Potential Impact - - - -#### Manual Testing Performed - -- [ ] -- [ ] - -#### Accessibility - - - -### Deployment - - - -#### Deployment Checklist - -- [ ] Update documentation not included in the PR (if any) -- [ ] - -#### Metrics and Monitoring - - - -#### Who Needs to Know? diff --git a/services/filestore/.github/ISSUE_TEMPLATE.md b/services/filestore/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index e0093aa90c..0000000000 --- a/services/filestore/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,38 +0,0 @@ - - -## Steps to Reproduce - - - -1. -2. -3. - -## Expected Behaviour - - -## Observed Behaviour - - - -## Context - - -## Technical Info - - -* URL: -* Browser Name and version: -* Operating System and version (desktop or mobile): -* Signed in as: -* Project and/or file: - -## Analysis - - -## Who Needs to Know? - - - -- -- diff --git a/services/filestore/.github/PULL_REQUEST_TEMPLATE.md b/services/filestore/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 12bb2eeb3f..0000000000 --- a/services/filestore/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - - -### Description - - - -#### Screenshots - - - -#### Related Issues / PRs - - - -### Review - - - -#### Potential Impact - - - -#### Manual Testing Performed - -- [ ] -- [ ] - -#### Accessibility - - - -### Deployment - - - -#### Deployment Checklist - -- [ ] Update documentation not included in the PR (if any) -- [ ] - -#### Metrics and Monitoring - - - -#### Who Needs to Know? diff --git a/services/notifications/.github/ISSUE_TEMPLATE.md b/services/notifications/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index e0093aa90c..0000000000 --- a/services/notifications/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,38 +0,0 @@ - - -## Steps to Reproduce - - - -1. -2. -3. - -## Expected Behaviour - - -## Observed Behaviour - - - -## Context - - -## Technical Info - - -* URL: -* Browser Name and version: -* Operating System and version (desktop or mobile): -* Signed in as: -* Project and/or file: - -## Analysis - - -## Who Needs to Know? - - - -- -- diff --git a/services/notifications/.github/PULL_REQUEST_TEMPLATE.md b/services/notifications/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 12bb2eeb3f..0000000000 --- a/services/notifications/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - - -### Description - - - -#### Screenshots - - - -#### Related Issues / PRs - - - -### Review - - - -#### Potential Impact - - - -#### Manual Testing Performed - -- [ ] -- [ ] - -#### Accessibility - - - -### Deployment - - - -#### Deployment Checklist - -- [ ] Update documentation not included in the PR (if any) -- [ ] - -#### Metrics and Monitoring - - - -#### Who Needs to Know? diff --git a/services/project-history/.github/ISSUE_TEMPLATE.md b/services/project-history/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index e0093aa90c..0000000000 --- a/services/project-history/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,38 +0,0 @@ - - -## Steps to Reproduce - - - -1. -2. -3. - -## Expected Behaviour - - -## Observed Behaviour - - - -## Context - - -## Technical Info - - -* URL: -* Browser Name and version: -* Operating System and version (desktop or mobile): -* Signed in as: -* Project and/or file: - -## Analysis - - -## Who Needs to Know? - - - -- -- diff --git a/services/project-history/.github/PULL_REQUEST_TEMPLATE.md b/services/project-history/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 0d4ce514d8..0000000000 --- a/services/project-history/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,46 +0,0 @@ - - - -### Description - - - -#### Screenshots - - - -#### Related Issues / PRs - - - -### Review - - - -#### Potential Impact - - - -#### Manual Testing Performed - -- [ ] -- [ ] - -#### Accessibility - - - -### Deployment - - - -#### Deployment Checklist - -- [ ] Update documentation not included in the PR (if any) -- [ ] - -#### Metrics and Monitoring - - - -#### Who Needs to Know? diff --git a/services/real-time/.github/ISSUE_TEMPLATE.md b/services/real-time/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index e0093aa90c..0000000000 --- a/services/real-time/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,38 +0,0 @@ - - -## Steps to Reproduce - - - -1. -2. -3. - -## Expected Behaviour - - -## Observed Behaviour - - - -## Context - - -## Technical Info - - -* URL: -* Browser Name and version: -* Operating System and version (desktop or mobile): -* Signed in as: -* Project and/or file: - -## Analysis - - -## Who Needs to Know? - - - -- -- diff --git a/services/real-time/.github/PULL_REQUEST_TEMPLATE.md b/services/real-time/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 12bb2eeb3f..0000000000 --- a/services/real-time/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - - -### Description - - - -#### Screenshots - - - -#### Related Issues / PRs - - - -### Review - - - -#### Potential Impact - - - -#### Manual Testing Performed - -- [ ] -- [ ] - -#### Accessibility - - - -### Deployment - - - -#### Deployment Checklist - -- [ ] Update documentation not included in the PR (if any) -- [ ] - -#### Metrics and Monitoring - - - -#### Who Needs to Know? diff --git a/services/spelling/.github/ISSUE_TEMPLATE.md b/services/spelling/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index e0093aa90c..0000000000 --- a/services/spelling/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,38 +0,0 @@ - - -## Steps to Reproduce - - - -1. -2. -3. - -## Expected Behaviour - - -## Observed Behaviour - - - -## Context - - -## Technical Info - - -* URL: -* Browser Name and version: -* Operating System and version (desktop or mobile): -* Signed in as: -* Project and/or file: - -## Analysis - - -## Who Needs to Know? - - - -- -- diff --git a/services/spelling/.github/PULL_REQUEST_TEMPLATE.md b/services/spelling/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 0d4ce514d8..0000000000 --- a/services/spelling/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,46 +0,0 @@ - - - -### Description - - - -#### Screenshots - - - -#### Related Issues / PRs - - - -### Review - - - -#### Potential Impact - - - -#### Manual Testing Performed - -- [ ] -- [ ] - -#### Accessibility - - - -### Deployment - - - -#### Deployment Checklist - -- [ ] Update documentation not included in the PR (if any) -- [ ] - -#### Metrics and Monitoring - - - -#### Who Needs to Know? diff --git a/services/spelling/rakefile.rb b/services/spelling/rakefile.rb deleted file mode 100644 index f7ceff9db7..0000000000 --- a/services/spelling/rakefile.rb +++ /dev/null @@ -1,49 +0,0 @@ -namespace 'run' do - desc "compiles and runs the spelling-sharelatex server" - task :app => ["compile:app"] do - sh %{node app.js | bunyan} - end -end - -namespace 'compile' do - desc "compiles application files" - task :app do - FileUtils.rm_rf "app/js" - sh %{coffee -c -o app/js/ app/coffee/} do |ok, res| - if ! ok - raise "error compiling app folder tests : #{res}" - end - puts 'finished app/coffee compile' - end - sh %{coffee -c app.coffee} do |ok, res| - if ! ok - raise "error compiling root app file: #{res}" - end - puts 'finished app.coffee compile' - end - end - - desc "compiles unit tests" - task :unit_tests => ["compile:app"] do - FileUtils.rm_rf "test/UnitTests/js" - puts "Compiling Unit Tests to JS" - sh %{coffee -c -o test/UnitTests/js/ test/UnitTests/coffee/} do |ok, res| - if ! ok - raise "error compiling tests : #{res}" - end - puts 'finished unit tests compile' - end - end -end - -namespace 'test' do - desc "Run Unit Tests" - task :unit => ["compile:unit_tests"]do - puts "Running Unit Tests" - sh %{mocha -R spec test/UnitTests/js/*} do |ok, res| - if ! ok - raise "error running unit tests : #{res}" - end - end - end -end diff --git a/services/web/.github/ISSUE_TEMPLATE.md b/services/web/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index e0093aa90c..0000000000 --- a/services/web/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,38 +0,0 @@ - - -## Steps to Reproduce - - - -1. -2. -3. - -## Expected Behaviour - - -## Observed Behaviour - - - -## Context - - -## Technical Info - - -* URL: -* Browser Name and version: -* Operating System and version (desktop or mobile): -* Signed in as: -* Project and/or file: - -## Analysis - - -## Who Needs to Know? - - - -- -- diff --git a/services/web/.github/PULL_REQUEST_TEMPLATE.md b/services/web/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 8d03e742ad..0000000000 --- a/services/web/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,43 +0,0 @@ -### Description - - - -#### Screenshots - - - -#### Related Issues / PRs - - - -### Review - - - -#### Potential Impact - - - -#### Manual Testing Performed - -- [ ] -- [ ] - -#### Accessibility - - - -### Deployment - - - -#### Deployment Checklist - -- [ ] Update documentation not included in the PR (if any) -- [ ] - -#### Metrics and Monitoring - - - -#### Who Needs to Know? diff --git a/services/web/app/src/Features/StaticPages/StaticPagesRouter.js b/services/web/app/src/Features/StaticPages/StaticPagesRouter.js index 5a327d8902..2d0d8df3f6 100644 --- a/services/web/app/src/Features/StaticPages/StaticPagesRouter.js +++ b/services/web/app/src/Features/StaticPages/StaticPagesRouter.js @@ -27,11 +27,6 @@ module.exports = { HomeController.externalPage('review-features-page', 'Review features') ) - webRouter.get( - '/dropbox', - HomeController.externalPage('dropbox', 'Dropbox and ShareLaTeX') - ) - webRouter.get('/university', UniversityController.getIndexPage) return webRouter.get('/university/*', UniversityController.getPage) }, diff --git a/services/web/frontend/stylesheets/app/login-register.less b/services/web/frontend/stylesheets/app/login-register.less index 270b663318..7f3975b080 100644 --- a/services/web/frontend/stylesheets/app/login-register.less +++ b/services/web/frontend/stylesheets/app/login-register.less @@ -2,7 +2,6 @@ @brand-google-color: #276fea; // Not the "official" color but modified for a11y @brand-twitter-color: #1da1f2; @brand-orcid-color: #a6ce39; -@brand-sharelatex-color: #a93529; .login-register-alternatives { .form-group:last-child { @@ -30,8 +29,7 @@ text-align: center; } -.login-register-form, -.login-register-sharelatex { +.login-register-form { padding: @line-height-computed; border-bottom: solid 1px @hr-border; &:last-child { @@ -74,15 +72,6 @@ background-color: #fff; padding: 0 (@line-height-computed / 2); } -.login-register-sharelatex-tooltip { - display: inline-block; - font-size: 135%; - position: relative; - top: 2px; - margin-left: 3px; - color: @link-color; - cursor: pointer; -} .login-register-newsletter { font-size: 90%; @@ -94,17 +83,6 @@ } } -.login-btn-sharelatex { - background-color: @brand-sharelatex-color; - &:focus, - &:hover { - background-color: darken(@brand-sharelatex-color, 8%); - } - &:active { - background-color: darken(@brand-sharelatex-color, 16%); - } -} - .login-btn-icon { position: absolute; top: 4px; @@ -134,9 +112,6 @@ .login-btn-icon-institution { background-image: url(../../../public/img/other-brands/logo_institution.svg); } -.login-btn-icon-sharelatex { - background-size: 22px; -} .registration-message-heading { color: @text-color;