From ddc3280c9dfcef6b380869453a5f78e99146b79b Mon Sep 17 00:00:00 2001 From: haritha28 Date: Thu, 7 Jan 2016 17:06:56 +0530 Subject: [PATCH] Avoid pure black icons in Notification Panel The pure black icons which drew too much attention when they are next to a lighter text is changed by controlling the opacity of the icons. Bug: T119378 Change-Id: I2e6c8d47187621607a915e49cfe5380c744efe56 --- modules/ooui/styles/mw.echo.ui.NotificationBadgeWidget.less | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ooui/styles/mw.echo.ui.NotificationBadgeWidget.less b/modules/ooui/styles/mw.echo.ui.NotificationBadgeWidget.less index 059e965bc..e4bae8f0a 100644 --- a/modules/ooui/styles/mw.echo.ui.NotificationBadgeWidget.less +++ b/modules/ooui/styles/mw.echo.ui.NotificationBadgeWidget.less @@ -57,6 +57,7 @@ > .oo-ui-iconWidget { margin: 0.7em 0 1em 1em; float: left; + opacity: 0.8; } > .oo-ui-labelElement-label {