Skip to content

Commit

Permalink
fix(javascript): deprecated javascript specific components
Browse files Browse the repository at this point in the history
- Animated Progress Bar
- Gentle Scroll Links
- Hoverable
- Javascript Lists
- No Javascript
- Javascript Tables
- Toggle
- Tooltip

[Finishes #80843304]

Signed-off-by: Jenn Dodd <jedodd@pivotal.io>
  • Loading branch information
bebepeng authored and jenndodd committed Oct 16, 2014
1 parent 6a0d269 commit 99c9cf6
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/hoverable.css.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*doc
/*pending
---
title: Hoverable
name: hoverable
Expand Down
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/links.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ a:hover {
}
}

/*doc
/*pending
---
title: Gentle Scroll Links
name: gentle-scroll
Expand Down
4 changes: 2 additions & 2 deletions src/pivotal-ui/components/lists.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
This section contains different list styles. See [JS lists](/javascript.html?target=lists_js) to see different list behaviors.
*/

/*doc
/*pending
---
title: JS Lists
name: lists_js
Expand Down Expand Up @@ -246,7 +246,7 @@ Use this list when you need simple gray borders between items
```
*/

/*doc
/*pending
---
title: Addable
name: list_addable
Expand Down
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/progress_bar.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ This section contains static progress bar styles. See [animated progress bar](/j
background: $red-3;
}

/*doc
/*pending
---
title: Animated Progress Bar
name: animated_progress_bar
Expand Down
10 changes: 5 additions & 5 deletions src/pivotal-ui/components/table.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Class | Description
*/

/*doc
/*pending
---
title: JS Tables
name: table-js
Expand Down Expand Up @@ -365,7 +365,7 @@ This is the table used on the billing page.
}
}

/*doc
/*pending
---
title: Clickable
name: table-clickable
Expand Down Expand Up @@ -466,7 +466,7 @@ table .txt-m, table tr .txt-m, table tr td.txt-m, table tr th.txt-m {
@extend .txt-m;
}

/*doc
/*pending
---
title: Angular Sortable Table
name: table-angular-sortable
Expand Down Expand Up @@ -546,7 +546,7 @@ USE:
}
}

/*doc
/*pending
---
title: Inline Addable
name: table-inline-addable
Expand Down Expand Up @@ -720,7 +720,7 @@ parent: table-js
// @extend .has-success;
//}

/*doc
/*pending
---
title: Kitchen Sink
name: table-kitchen-sink
Expand Down
6 changes: 3 additions & 3 deletions src/pivotal-ui/components/toggle.css.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*doc
/*pending
---
title: Toggle
name: toggle
Expand All @@ -21,7 +21,7 @@ Use this class for sections that can switch into an 'edit' mode.
*/

/*doc
/*pending
---
title: Data Behavior Toggle
name: data_behavior_toggle
Expand Down Expand Up @@ -63,7 +63,7 @@ Use this class for sections that can switch into an 'edit' mode.
}


/*doc
/*pending
---
title: Angular Toggle
name: angular toggle
Expand Down
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/tooltip.css.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*doc
/*pending
---
title: Tooltip
name: tooltip
Expand Down
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/utils.css.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/*doc
/*pending
---
title: No JavaScript
name: no-js
Expand Down

0 comments on commit 99c9cf6

Please sign in to comment.