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 authored and ImgBotApp committed Jun 5, 2023
1 parent 5d5a0c4 commit 00a9800
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 00a9800

Please sign in to comment.