diff --git a/scss/_tables.scss b/scss/_tables.scss index d47b200c86..1c5b4b4e34 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -120,16 +120,7 @@ } } -// Zebra-striping -// -// Default zebra-stripe styles (alternating gray and transparent backgrounds) - -.table-striped { - tbody tr:nth-of-type(#{$table-striped-order}) { - background-color: $table-accent-bg; - } -} - +// Boosted mod: no Zebra-striping // Hover effect // diff --git a/scss/_variables.scss b/scss/_variables.scss index 620fb8040c..fcd8adc446 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -427,7 +427,7 @@ $table-cell-padding-lg: .90625rem !default; // 14.5px; $table-color: $body-color !default; $table-bg: $white !default; -$table-accent-bg: $gray-200 !default; +// $table-accent-bg: $gray-200 !default; // Boosted mod: no Zebra-striping $table-hover-color: $table-color !default; $table-hover-bg: $gray-300 !default; // Boosted mod : #eee on white bg $table-active-bg: $gray-400 !default; diff --git a/site/docs/4.4/content/tables.md b/site/docs/4.4/content/tables.md index 9635ce71cb..b924c18915 100644 --- a/site/docs/4.4/content/tables.md +++ b/site/docs/4.4/content/tables.md @@ -151,77 +151,7 @@ Similar to tables and dark tables, use the modifier classes `.thead-light` or `. {% endcapture %} {% include example.html content=example %} -## Striped rows - -Use `.table-striped` to add zebra-striping to any table row within the ``. - -{% capture example %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#FirstLastHandle
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter
-{% endcapture %} -{% include example.html content=example %} - -{% capture example %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#FirstLastHandle
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter
-{% endcapture %} -{% include example.html content=example %} +[comment]: # Boosted mod: no Striped rows ## Bordered table