From 1b1fb5b9c775202eb0e783fb846f5459e1b1103e Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Tue, 12 Jan 2016 14:38:15 -0800 Subject: [PATCH] Follow-up 88d6f01c33: postpone greying out notification bodies for now We want to wait until we have done T121950. Change-Id: I46d37e2c4c9fb719e236ae6af4e2b15dbac7b1ba --- modules/echo.variables.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/echo.variables.less b/modules/echo.variables.less index aeea02f04..2af2a48a6 100644 --- a/modules/echo.variables.less +++ b/modules/echo.variables.less @@ -7,7 +7,10 @@ @notification-background-read: #f1f1f1; @notification-text-color: #666; -@notification-body-color: #888; +// HACK: Temporarily make body-color the same as text-color until +// Flow notifications have been redone (T121950) +//@notification-body-color: #888; +@notification-body-color: #666; @notification-popup-width: 450px;