From a328dc6c08ac41221094de423b0b446ab216e8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 10 Feb 2020 14:20:14 +0000 Subject: [PATCH 1/2] fix text input color in team chat --- www/teams/app-team.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/teams/app-team.less b/www/teams/app-team.less index 177efbd0e..eb49ec21f 100644 --- a/www/teams/app-team.less +++ b/www/teams/app-team.less @@ -42,6 +42,12 @@ .cp-app-contacts-container { height: 100%; } + .cp-app-contacts-input { + textarea { + border: 0px; + color: white; + } + } } & > .cp-team-drive { display: flex; From 40b144f87bddc935b51706d97ba670ca84720d51 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 10 Feb 2020 15:24:27 +0100 Subject: [PATCH 2/2] remove XXX --- www/common/outer/async-store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index d3b1dce6e..39b3cba58 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -38,7 +38,7 @@ define([ hideDuplicate: true }, general: { - allowUserFeedback: true // XXX corner popup in settings? + allowUserFeedback: true } };