From 3add6c73f74bbd54903651261270b283be2a0d75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 27 Oct 2020 17:16:13 +0000 Subject: [PATCH] Revert changes to toolbar logo and title font --- customize.dist/src/less2/include/toolbar.less | 10 ++-------- www/common/toolbar.js | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index a4901a52b..540da69fe 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -627,7 +627,6 @@ } .cp-toolbar-title { color: @cryptpad_text_col; - font-family: "IBM Plex Mono"; flex: 1; overflow: hidden; text-overflow: ellipsis; @@ -812,13 +811,8 @@ padding: 10px; svg { - #squares { - fill: @toolbar-bg-color; - fill: var(--toolbar-bg-color); - } - #outline, #keyhole { - fill: @cryptpad_text_col; - } + fill: @toolbar-bg-color; + fill: var(--toolbar-bg-color); } img { diff --git a/www/common/toolbar.js b/www/common/toolbar.js index 9a96039f6..b3187571a 100644 --- a/www/common/toolbar.js +++ b/www/common/toolbar.js @@ -834,7 +834,7 @@ MessengerUI, Messages) { title: buttonTitle, 'class': "cp-toolbar-link-logo" }).append(UIElements.getSvgLogo()); - + /*.append($('', { //src: '/customize/images/logo_white.png?' + ApiConfig.requireConf.urlArgs src: '/customize/main-favicon.png?' + ApiConfig.requireConf.urlArgs