Follow-up 88d6f01c33: postpone greying out notification bodies for now

We want to wait until we have done T121950.

Change-Id: I46d37e2c4c9fb719e236ae6af4e2b15dbac7b1ba
This commit is contained in:
Roan Kattouw 2016-01-12 14:38:15 -08:00
parent 99222dc95d
commit 1b1fb5b9c7

View file

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