From 966a1516861bac51a564ada3a765a97211074636 Mon Sep 17 00:00:00 2001 From: Davinder Singh Date: Tue, 15 Nov 2022 10:53:23 +0000 Subject: [PATCH] Merge pull request #10270 from overleaf/ds-toolbar-logo-background-color Removed the background colour for branded logo in light theme GitOrigin-RevId: 935fba12d306e55bb994ca1b7a376f11cb0bd5c1 --- services/web/frontend/stylesheets/app/editor/toolbar.less | 1 - services/web/frontend/stylesheets/core/ol-light-variables.less | 1 - 2 files changed, 2 deletions(-) diff --git a/services/web/frontend/stylesheets/app/editor/toolbar.less b/services/web/frontend/stylesheets/app/editor/toolbar.less index 21c05b522a..8beaa7d585 100644 --- a/services/web/frontend/stylesheets/app/editor/toolbar.less +++ b/services/web/frontend/stylesheets/app/editor/toolbar.less @@ -102,7 +102,6 @@ &.header-cobranding-logo-container { height: @toolbar-height - 1; padding: 8px 10px; - background-color: @toolbar-header-branded-btn-bg-color; } } .btn-full-height-no-border { diff --git a/services/web/frontend/stylesheets/core/ol-light-variables.less b/services/web/frontend/stylesheets/core/ol-light-variables.less index c3b039b514..32041d8644 100644 --- a/services/web/frontend/stylesheets/core/ol-light-variables.less +++ b/services/web/frontend/stylesheets/core/ol-light-variables.less @@ -70,7 +70,6 @@ @toolbar-header-bg-color: #fff; @toolbar-header-btn-border-color: @ol-blue-gray-1; -@toolbar-header-branded-btn-bg-color: @ol-blue-gray-3; @toolbar-btn-color: @ol-blue-gray-3; @toolbar-btn-hover-color: @ol-blue-gray-3; @toolbar-btn-hover-bg-color: @ol-blue-gray-0;