Merge pull request #10270 from overleaf/ds-toolbar-logo-background-color

Removed the background colour for branded logo in light theme

GitOrigin-RevId: 935fba12d306e55bb994ca1b7a376f11cb0bd5c1
This commit is contained in:
Davinder Singh 2022-11-15 10:53:23 +00:00 committed by Copybot
parent 76ca91b0ba
commit 966a151686
2 changed files with 0 additions and 2 deletions

View file

@ -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 {

View file

@ -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;