aboutsummaryrefslogtreecommitdiff
path: root/scss/_tables.scss
AgeCommit message (Collapse)AuthorFilesLines
2019-07-31Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule for v4 ↵Martijn Cuppens1-2/+2
mixins
2019-05-09Consistency modification (#28750)zhangbao1-1/+1
2019-02-07Remove `-ms-autohiding-scrollbar` to prevent overlapping the table content ↵Shohei Yoshida1-1/+0
(#28153)
2019-01-13Remove background from nested tablesMartijn Cuppens1-4/+0
2018-12-21Add table-hover-color variables (#27850)Mark Otto1-0/+1
* Add table-hover-color variables Fixes #26465 * Put $table-color to use outside _variables.scss
2018-12-15Add table-hover-color variablesMark Otto1-0/+2
Fixes #26465
2018-12-14Remove redundant brackets (#27768)Martijn Cuppens1-1/+1
2018-10-20table: Add border color relative to theme for accessibility (#25755)Bastien1-1/+1
2018-07-15#25842 Remove max-width from table classLefteris Psitopoulos1-1/+0
2018-01-20rearrange and override extra bordersMark Otto1-8/+10
2018-01-20Merge branch 'borderless-table' of https://github.com/Varunram/bootstrap ↵Mark Otto1-0/+6
into Varunram-borderless-table
2018-01-19Allow to change `.table-striped` `odd` or `even` (#25333)Andrew Luca1-1/+1
2017-12-22Move .table-responsive to a parent class instead of a modifierMark Otto1-1/+1
2017-10-11Add borderless table class along with docs. RebaseVarunram1-0/+6
2017-10-07Enable stylelint's no-duplicate-selectors rule.XhmikosR1-0/+1
2017-08-22Add momentum scrolling on responsive tables for webkit touch devicesPatrick Yeo1-0/+1
2017-08-22 Generate series of `.table-responsive-*` classes to accomodate overflowing ↵Patrick Yeo1-12/+18
tables in a variety of screen sizes
2017-08-21`.thead-dark` and `.thead-light` border color should display the right ↵Patrick Yeo1-9/+13
border color
2017-08-21Rename `.table-inverse`, `.thead-inverse`, `.thead-default` to ↵Patrick Yeo1-4/+4
`.table-dark`, `.thead-dark`, `.thead-light` respectively
2017-08-21(#22414) Rename variables `$table-inverse-bg`, `$table-inverse-accent-bg`, ↵Patrick Yeo1-7/+7
`$table-inverse-hover-bg`, `$table-inverse-border-color`, `$table-inverse-color` to `$table-dark-bg`, `$table-dark-accent-bg`, `$table-dark-hover-bg`, `$table-dark-border-color`, `$table-dark-color` for consistency
2017-07-01remove some unused vars, restore table-active variantMark Otto1-0/+2
2017-06-28move table variants to use sass mapMark Otto1-6/+3
2017-06-13Rename for consistency `$table-sm-cell-padding`, `$table-bg-accent`, ↵Patrick Yeo1-6/+6
`$table-bg-hover`, `$table-bg-active`, `$table-inverse-bg-accent`, `$table-inverse-bg-hover` to `$table-cell-padding-sm`, `$table-accent-bg`, `$table-hover-bg`, `$table-active-bg`, `$table-inverse-accent-bg`, `$table-inverse-hover-bg`, respectively (#22414)
2017-04-16Rename variable $input-border-focus to $input-border-color-focus (#22413)Patrick Yeo1-1/+1
* Rename variable $input-border-focus to $input-border-color-focus * Rename variables $pagination-hover-border, $pagination-active-border, $pagination-disabled-border to $pagination-hover-border-color, $pagination-active-border-color, $pagination-disabled-border-color, respectively * Rename variables $state-*-border to $state-*-border-color, respectively * Rename variables $alert-*-border to $alert-*-border-color * Rename $list-group-active-border to $list-group-active-border-color * Rename $table-inverse-border to $table-inverse-border-color * Rename $btn-*-border to $btn-*-border-color * Rename $navbar-*-toggler-border to $navbar-*-toggler-border-color
2017-03-19fixes rest of #21585; adds custom styles for inverse table accent hover and ↵Mark Otto1-0/+14
active states
2017-03-19consistent breaksMark Otto1-1/+0
2017-03-19Do what the comment says; add this only to devices under 768pxMark Otto1-8/+10
2017-03-19correct inverse table border color, add new varMark Otto1-1/+1
2017-01-21Drop Normalize, port relevant parts to Reboot (#21741)Mark Otto1-0/+1
* Get this party started by removing mention of Normalize.css * Nuke the old comment, consolidate to a single line and number as appropriate * Bring over styles for HTML element from Normalize to Reboot * Move margin override for body element from Normalize to Reboot * Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support * Building on previous commit, do the same thing for figure, figcaption, and main * Remove IE9- display from Normalize given our browser support * Drop IE8 figure margin because we're IE10+ * No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already * Drop Safari 6 b and strong normalization because we're Safari 8+ * Remove mark styles for IE9- from Normalize * Remove old iOS audio fixes from Normalize * Remove IE9- display for progress from Normalize * Remove more IE9- rules from Normalize * One more IE9- display removal for canvas element * Move pre overrides from Normalize to Reboot * Move over some link resets to Reboot, drop others - Move over background-color and text-decoration - Drop focus outline change given it affects the offset on hover of focused links * Move over more code element resets, consolidate with pre overrides, too * Move over sub and sup wholesale * Move over img normalization to Reboot * Move over SVG override too * - Drop dupe hidden, but add comment for it - Move over template - Move over summary * Remove bulk of @viewport comment * edit down that code comment * consolidate html-based normalizations * update comments * Consolidate abbr styles * move over more type elements * move over hr changes * move over form controls and more * move over button resets * move over firefox button changes * move over search changes and more * we nuke all these styles for fieldsets anyway, so outright remove them * no need for those, we override them * move over legend, fieldset, progress * line break * delete normalize file * linting * update comment * clarify docs mentions of normalize and reboot * remove normalize excludes from linter * remove normalize excludes from cli task * linting * callout license since we forked part of normalize * Improve comments, move table background reset to .table class instead of in reboot * trailing space
2017-01-03Drop .table-reflowMark Otto1-43/+0
Tried redoing this in flexbox, but it falls apart really quickly. Any changes in height of the cells throws it all off since the rows become columns (and thus, content across columns cannot be equally sized). Rather than implement something with such glaring flaws, I'm nuking it outright.
2016-12-22Remove IE9 browser hacks. (#21393)Bardi Harborow1-1/+0
2016-12-19Rename -bg-inverse to -inverse-bg; add -inverse-color (#21371)Mark Otto1-4/+4
2016-11-26uncomment autohiding scroll and remove commented out borderMark Otto1-5/+1
2016-11-26update commentMark Otto1-2/+2
2016-11-26prevent double border on responsive .table-borderMark Otto1-0/+5
2016-10-30Merge branch 'v4-dev' of https://github.com/HMUDesign/bootstrap into ↵Mark Otto1-6/+6
HMUDesign-v4-dev
2016-10-09Update dependencies, including Babel to v6 and zeroUnits fix.Bardi Harborow1-1/+1
2016-09-04Disable important flag on Sass linter (#20627)Mark Otto1-2/+0
2016-08-08fixes #20469 and #20473 without misuing dashMark Otto1-1/+1
2016-05-11Overhaul tables docs and use rgba() colors for inverse tablesMark Otto1-21/+27
- Add inverse examples for all variants - Use rgba() colors for hover and accent states for easy usage in inverse styles
2016-04-17remove references to -* outside _variables.scssChristopher Baker1-6/+6
2016-02-06linter overhaulMark Otto1-6/+6
2016-02-03Redo line-height globallyMark Otto1-1/+0
- Rename -height to -height-base to match other vars - Drop use of -height across the board and rely on it to be inherited - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also)
2015-11-14Add $table-border-width; refs #18150Chris Rebert1-12/+12
2015-10-29Yes, we still need this. Silly IE9 😢Chris Rebert1-3/+3
See the IE9 note in https://developer.mozilla.org/en-US/docs/Web/CSS/%3Ahover#Browser_compatibility The prereqs to trigger the bug are still present in v4. /fyi @mdo [skip sauce] [skip validator]
2015-08-17clean out comments that aren't all that helpfulMark Otto1-6/+1
2015-06-22line-height-base to line-height varMark Otto1-1/+1
2015-04-18more comments and formatting clean upMark Otto1-17/+2
2015-04-16start stubbing out a new reboot section and fileMark Otto1-14/+14
2015-03-30Remove grid sizing styles on tablesMark Otto1-22/+0