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;