Skip to content

Commit

Permalink
docs: Fix table-zebra description (saadeghi#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstrand committed Nov 7, 2022
1 parent 14b2d4a commit 197cc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/src/routes/components/table.svelte.md
Expand Up @@ -14,7 +14,7 @@ published: true
<ClassTable
data="{[
{ type:'component', class: 'table', desc: 'For <table> element' },
{ type:'modifier', class: 'table-zebra', desc: 'For the active tab' },
{ type:'modifier', class: 'table-zebra', desc: 'For <table> to zebra stripe rows' },
{ type:'modifier', class: 'active', desc: 'For <tr> to highlight current row' },
{ type:'modifier', class: 'hover', desc: 'For <tr> to highlight current row on hover' },
{ type:'responsive', class: 'table-normal', desc: 'Normal paddings' },
Expand Down

0 comments on commit 197cc60

Please sign in to comment.