From 86be2afdf148730147a695bd6bb038e125c0649a Mon Sep 17 00:00:00 2001 From: M Fahru Date: Wed, 11 Jan 2023 14:35:36 -0700 Subject: [PATCH] Remove unused variable declaration on light theme css file GitOrigin-RevId: bb838b9c3e7dac72e977ab99c130db917afc5e20 --- services/web/frontend/stylesheets/variables/themes/light.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/web/frontend/stylesheets/variables/themes/light.less b/services/web/frontend/stylesheets/variables/themes/light.less index a261c48696..6a36a479a7 100644 --- a/services/web/frontend/stylesheets/variables/themes/light.less +++ b/services/web/frontend/stylesheets/variables/themes/light.less @@ -66,8 +66,6 @@ @toolbar-icon-btn-hover-color: @neutral-70; @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: @neutral-70; @project-rename-link-color: @neutral-70; @project-rename-link-color-hover: @neutral-70;