Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-23Use `--bs-border-width` for some components (#37344)jonnysp
2022-05-27Update Sass for computing `.table-group-divider` border (#36446)Mark Otto
2022-03-13Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)Mark Otto
2022-02-28Remove thicker border on table thead elementsMark Otto
2022-02-07Add zebra striping for table columnsMacinto5h
2021-10-11Add color and border-color css variables to tables (#35055)Geremia Taglialatela
2021-09-09Separator for table direct children (#34861)Gaël Poupard
2021-09-08fix custom property values of row overrides individual cell (#34799)bavoco
2021-05-28fix(tables): decouple table-bg and table-accent-bg (#34048)Gaël Poupard
2021-05-13PRevent accent-bg from leaking in nested table (#33825)Gaël Poupard
2020-12-11Use box shadows instead of linear gradients to colorize tables (#32348)Martijn Cuppens
2020-11-30Remove default linear gradient (#32277)Martijn Cuppens
2020-09-30Add Sass variable for CSS variable prefix (#31684)Mark Otto
2020-06-24Fix table separator typo (#31162)Jorge González
2020-06-15Change breakpoint-max implementationMartijn Cuppens
2020-06-12Stylelint: remove redundant disables (#31006)XhmikosR
2020-05-14Split table cell padding variables (#30815)Mark Otto
2020-04-24Customizable table group seperator colorsMartijn Cuppens
2020-04-24Add bs prefixMartijn Cuppens
2020-04-24Prevent nested tables style leaksMartijn Cuppens
2020-03-31Cleanup responsive tables (#30482)Martijn Cuppens
2020-03-24Add `.caption-top` for tables (#30435)Mark Otto
2019-09-27Remove duplicated td selector (#29454)wojtask9
2019-07-25Drop `color()`, `theme-color()` & `gray()` functions (#29083)Martijn Cuppens
2019-07-18Make it possible to change default alignment & allow to inherit alignment fro...Martijn Cuppens
2019-07-13v5: Forms update (#28450)Mark Otto
2019-05-09Consistency modification (#28750)zhangbao
2019-05-08Drop all hover mixinsMark Otto
2019-02-07Remove `-ms-autohiding-scrollbar` to prevent overlapping the table content (#...Shohei Yoshida
2019-01-14Remove background from nested tablesMartijn Cuppens
2018-12-22Add table-hover-color variables (#27850)Mark Otto
2018-12-16Add table-hover-color variablesMark Otto
2018-12-14Remove redundant brackets (#27768)Martijn Cuppens
2018-10-20table: Add border color relative to theme for accessibility (#25755)Bastien
2018-07-16#25842 Remove max-width from table classLefteris Psitopoulos
2018-01-21rearrange and override extra bordersMark Otto
2018-01-21Merge branch 'borderless-table' of https://github.com/Varunram/bootstrap into...Mark Otto
2018-01-19Allow to change `.table-striped` `odd` or `even` (#25333)Andrew Luca
2017-12-23Move .table-responsive to a parent class instead of a modifierMark Otto
2017-10-10Add borderless table class along with docs. RebaseVarunram
2017-10-07Enable stylelint's no-duplicate-selectors rule.XhmikosR
2017-08-22Add momentum scrolling on responsive tables for webkit touch devicesPatrick Yeo
2017-08-22 Generate series of `.table-responsive-*` classes to accomodate overflowing t...Patrick Yeo
2017-08-22`.thead-dark` and `.thead-light` border color should display the right border...Patrick Yeo
2017-08-22Rename `.table-inverse`, `.thead-inverse`, `.thead-default` to `.table-dark`,...Patrick Yeo
2017-08-22(#22414) Rename variables `$table-inverse-bg`, `$table-inverse-accent-bg`, `$...Patrick Yeo
2017-07-02remove some unused vars, restore table-active variantMark Otto
2017-06-28move table variants to use sass mapMark Otto
2017-06-13Rename for consistency `$table-sm-cell-padding`, `$table-bg-accent`, `$table-...Patrick Yeo
2017-04-17Rename variable $input-border-focus to $input-border-color-focus (#22413)Patrick Yeo