Skip to content

Commit

Permalink
fix(event-list): add deprecation warning
Browse files Browse the repository at this point in the history
[#82682502]

Signed-off-by: Geoff Pleiss <gpleiss@pivotallabs.com>
  • Loading branch information
S. Monty Suwannukul authored and Geoff Pleiss committed Nov 14, 2014
1 parent 351bfbb commit adad9c8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/pivotal-ui/components/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<div class="alert alert-danger mbxl">
<h5 class="em-high mtn">
Deprecation warning
</h5>
<p>
This component is deprecated.
To create this component, use a <a href="/elements.html#list_group">list group</a>.
</p>
</div>
```html_example
<ul class="list-group event-list">
<li class="list-group-item started">
Expand Down

0 comments on commit adad9c8

Please sign in to comment.