Use body color (gray) for <em>s in bundle headers

Bundles only have a header, no body, so when we include excerpts
in bundle headers, we wrap them in <em> tags. This change
makes these excerpts the same color as the excerpts in the
non-bundled case.

Bug: T139960
Bug: T141034
Change-Id: I6a14274b42ba672ab1366c0dd106ea0847db6404
This commit is contained in:
Roan Kattouw 2016-07-22 16:58:39 -07:00
parent 22b06bc273
commit ebd995072f

View file

@ -143,6 +143,13 @@
&-wrapper {
position: relative;
}
// Bundled notifications don't have bodies, only headers,
// so they use <em> to designate excerpts. Use the body color
// for these.
em {
color: @notification-body-color;
}
}
}