aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2016-01-07pointless commentsMark Otto1-5/+0
2016-01-07more variables spacingMark Otto1-6/+6
2016-01-07spacingMark Otto1-12/+12
2016-01-07Fixes #18681: Use a local varible to calculate a unit-less border offset for ↵Mark Otto1-1/+2
the popover title
2016-01-06Add variables for spacing of .btn-toolbar and split-button dropdown togglesChris Rebert2-6/+10
[skip sauce]
2016-01-06Consolidate nav-tab dropdown styles with nav-tab stylesMark Otto1-12/+7
- Moves styles up the document a bit to nest them - Drops the static 1px for $navbar-tabs-border-width so once again it’s all tied together should folks customize that
2016-01-06New $nav-pills-active-link-* variablesMark Otto2-6/+6
- Renames old and unused $nav-pills-active-link-hover-* for $nav-pills-active-link-* ones - Puts those vars to use in place of defaults $component-* vars on nav pills
2016-01-06Spacing y'allMark Otto1-20/+20
2016-01-06Regroup nav variablesMark Otto1-5/+0
2016-01-06Revamp tabbed nav border variablesMark Otto2-4/+4
- Add new $nav-tabs-border-width for the bottom border on the .nav-tabs parent class - Use that new variable for the negative margin on nav-items within it for consistent customization - Drop the $nav-tabs-link-border-width for the new variable so it’s all tied together
2016-01-06Add $nav-disabled-link-hover-bg variableMark Otto2-1/+2
2016-01-06Add $nav-item-inline-spacer variableMark Otto2-1/+2
So folks can customize the distance between nav links in inline navs.
2016-01-06follow up to #18782: remove pager varsMark Otto1-15/+0
2016-01-06Merge pull request #18782 from twbs/v4-rip-pagerMark Otto2-59/+0
v4: Drop pager component
2016-01-06Introduce $tooltip-padding-{x,y} & $tooltip-margin varsChris Rebert2-5/+8
[skip sauce]
2016-01-06Rip out the pager componentMark Otto2-59/+0
2016-01-06Remove associated comment tooChris Rebert1-1/+0
Erratum from #18658 [ci skip]
2016-01-06fixes #18658: no more min-width action on progress bars. we had them in v3 ↵Mark Otto1-12/+0
and ended up removing them for additional problems it caused folks.
2016-01-06Merge pull request #18775 from twbs/hack-18543Patrick H. Lauke1-0/+7
Set -ms-overflow-style:scrollbar to workaround apparent IE11+Edge @viewport bug
2016-01-06Use text-emphasis-variant mixin for .text-mutedvsn4ik1-3/+1
2016-01-06Set -ms-overflow-style:scrollbar to workaround apparent IE11+Edge @viewport bugChris Rebert1-0/+7
Closes #18543
2016-01-06rename .card-*-outline to .card-outline-* for consistency with button outlinesMark Otto1-6/+6
2016-01-06Merge pull request #18518 from sergej2705/v4-dev-background-variantMark Otto1-1/+1
Added !important to hover
2016-01-06Merge pull request #18695 from bassjobsen/patch-30Mark Otto1-8/+9
.container, .container-fluid should be conditional upon $enable-grid-…
2016-01-06fixes #17719: rename .btn-*-outline to .btn-outline-*Mark Otto1-6/+6
2016-01-06Merge pull request #18771 from twbs/v4-custom-forms-revampMark Otto2-64/+86
v4: Custom forms (disabled state, revamp, etc)
2016-01-06disable it for the whole fileMark Otto1-2/+2
2016-01-05really disable the offending oneMark Otto1-2/+2
2016-01-05try disabling thatMark Otto1-0/+2
2016-01-05rewrite custom file input component to use classes over nested elementsMark Otto1-26/+29
2016-01-05ensure custom selects get rounded cornersMark Otto1-0/+1
2016-01-05Change .c-select to .custom-selectMark Otto1-2/+2
2016-01-05Revamp custom form stylesMark Otto2-60/+49
- Less nesting with more specific classes - New class names for most elements to avoid unnecessary and potentially confusing shorthand - Require new class and markup for the description (though it's only necessary for disable states, it's now part of the entire component's markup for all states just in case) - Change up colors and variables for regular and disabled states
2016-01-05Merge pull request #18682 from twbs/media-obj-zoomMark Otto1-1/+0
Remove nonstandard `zoom: 1` from media object
2016-01-05Fixes #17918: Add styles for disabled custom checkboxes and radiosmarkau2-1/+28
2016-01-05remove instances of font-weight: normal since we no longer specify bold ↵Mark Otto1-2/+0
labels (as of v4)
2016-01-03Merge pull request #18669 from twbs/fix-18652Mark Otto1-7/+0
Remove .dl-horizontal; it's redundant to the grid system
2016-01-01Update copyright years to 2016Chris Rebert1-1/+1
[ci skip]
2015-12-29Merge pull request #18699 from patrickhlauke/disabled-pointer-eventsPatrick H. Lauke2-0/+2
Add pointer-events:none to disabled pagination/pager links
2015-12-29Add max-width to file browser; fixes #18651Sam A. Horvath-Hunt1-0/+2
2015-12-27Add pointer-events:none to disabled pagination/pager linksPatrick H. Lauke2-0/+2
as currently this was missed out (compared to disabled `a.btn`)
2015-12-27.container, .container-fluid should be conditional upon $enable-grid-classesBass Jobsen1-8/+9
see: https://github.com/twbs/bootstrap/issues/17586
2015-12-25Remove nonstandard `zoom: 1` from media objectChris Rebert1-1/+0
It should be unnecessary since we only support IE>=9, and this hasLayout hack is for IE6-7. https://developer.mozilla.org/en-US/docs/Web/CSS/zoom http://stackoverflow.com/questions/1794350/what-is-haslayout [skip sauce] [skip validator]
2015-12-25Fix syntax of .text-hide's `font` property valueChris Rebert1-1/+1
In SCSS, the quotes were included verbatim in the resulting CSS, which isn't valid syntax for the `font` property. Removing the quotes fixes the syntax error and does not cause any SCSS compiler error. [skip sauce] [skip validator]
2015-12-24Remove .dl-horizontal; it's redundant to the grid system; fixes #18652Chris Rebert1-7/+0
[skip sauce]
2015-12-23Merge pull request #18464 from twbs/btn-block-spacing-yChris Rebert2-1/+3
Introduce $btn-block-spacing-y variable
2015-12-23Uncomment Firefox .progress styles; fixes #18536Chris Rebert1-27/+23
[skip sauce] [skip validator]
2015-12-23Organize existing .progress stylesChris Rebert1-5/+9
2015-12-23Refactor Breadcrumbs componentChris Rebert2-12/+13
Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors, so as to no longer require the usage of `<ol>`-based markup. Rename variables to follow naming conventions: * $breadcrumb-padding-vertical => $breadcrumb-padding-y * $breadcrumb-padding-horizontal => $breadcrumb-padding-x Introduce new variable: $breadcrumb-item-padding [skip sauce]
2015-12-23Reorganize utilities into more separate files under a `/scss/utilities/` ↵Chris Rebert10-99/+98
directory [skip sauce] [skip validator]