Skip to content

Commit

Permalink
Fix CSS selectors section on Table.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhmp committed Oct 14, 2021
1 parent 3c4660b commit b72dec6
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions packages/store-ui/src/molecules/Table/stories/Table.mdx
Expand Up @@ -34,24 +34,17 @@ Besides those attributes, the following props are also supported:
## CSS Selectors

```css
[data-store-table] {
}
[data-store-table] {}

[data-store-table-head] {
}
[data-store-table-head] {}

[data-store-table-row] {
}
[data-store-table-row] {}

[data-store-table-footer] {
}
[data-store-table-footer] {}

[data-store-table-body] {
}
[data-store-table-body] {}

[data-store-table-cell='head'] {
}
[data-store-table-cell='head'] {}

[data-store-table-cell='data'] {
}
[data-store-table-cell='data'] {}
```

0 comments on commit b72dec6

Please sign in to comment.