From adad9c88631ec366ab3ce7e3775ae8b34d845340 Mon Sep 17 00:00:00 2001 From: "S. Monty Suwannukul" Date: Fri, 14 Nov 2014 13:14:38 -0800 Subject: [PATCH] fix(event-list): add deprecation warning [#82682502] Signed-off-by: Geoff Pleiss --- src/pivotal-ui/components/lists.scss | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/pivotal-ui/components/lists.scss b/src/pivotal-ui/components/lists.scss index d570740fc..f3cc3cf54 100644 --- a/src/pivotal-ui/components/lists.scss +++ b/src/pivotal-ui/components/lists.scss @@ -413,11 +413,18 @@ name: list_event parent: console --- -This component is deprecated. -To create this component, use a [list group][list_group]. - This is a special list-group, with styles per-event for colors and icons. +
+
+ Deprecation warning +
+

+ This component is deprecated. + To create this component, use a list group. +

+
+ ```html_example