From 221bddce420f414f63b1dad763834fb97f19a367 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Wed, 11 Jan 2023 03:41:11 -0700 Subject: [PATCH] Remove unused css variable on the old less file GitOrigin-RevId: cdb40060540d9173dd11f1653fd8e62b8232dcef --- services/web/frontend/stylesheets/core/ol-light-variables.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/web/frontend/stylesheets/core/ol-light-variables.less b/services/web/frontend/stylesheets/core/ol-light-variables.less index 826526bdaf..32041d8644 100644 --- a/services/web/frontend/stylesheets/core/ol-light-variables.less +++ b/services/web/frontend/stylesheets/core/ol-light-variables.less @@ -77,8 +77,6 @@ @toolbar-icon-btn-hover-color: @ol-blue-gray-3; @editor-header-logo-background: url(../../../public/img/ol-brand/overleaf-o.svg) center / contain no-repeat; -@editor-header-logo-background-active: url(../../../public/img/ol-brand/overleaf-o-white.svg) - center / contain no-repeat; @project-name-color: @ol-blue-gray-3; @project-rename-link-color: @ol-blue-gray-3; @project-rename-link-color-hover: @ol-blue-gray-4;