aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2016-08-02Update _mixins.scssJuan J. Jimenez-Anca1-0/+1
2016-08-02Update _visibility.scssJuan J. Jimenez-Anca1-1/+1
2016-07-30Remove unused $size parameterAllan Chau1-1/+1
2016-07-27Merge pull request #20130 from jeradrutnam/context-bg-fixMark Otto1-4/+2
Contextual background-inverse text color fix
2016-07-27Merge pull request #20387 from twbs/v4-input-group-varsMark Otto1-3/+3
Update variable usage for input group addon
2016-07-27Fixes #20291: Update variable usage for input group addonMark Otto1-3/+3
Instead of the regular border-radius var, use the input ones to match sizing with their associated controls.
2016-07-27Merge pull request #20333 from any-hn/v4-progress-bar-border-radiusMark Otto1-10/+10
Progress bar:fix use variable progress-border-radius instead of border-radius
2016-07-27bump versionsMark Otto1-1/+1
2016-07-26Enable flexbox grid CSS on our docs pageMark Otto1-42/+2
- Creates new flexbox grid Sass file in our docs assets - Updates the Gruntfile to compile said new Sass file and minify the output - Update notice on flexbox docs page for how it works - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features)
2016-07-26Update navbar-toggleable-* styles to incorporate changes from #20083Mark Otto1-22/+48
2016-07-25restore the .col-{bp} class for flexbox auto layoutMark Otto1-0/+13
2016-07-25Simplify system font stack to remove Linux fonts as they're too varied for ↵Mark Otto1-1/+1
our purposes
2016-07-24Fixes #17990: clear the floats within .navbar-toggleable-* to avoid funky ↵Mark Otto1-0/+3
animation on close
2016-07-23Merge branch 'v4-dev' into v4-navbarsMark Otto10-30/+62
2016-07-23lintingMark Otto1-1/+1
2016-07-23Follow-up to #19099 for grid fixesMark Otto2-13/+32
- Restores two-mixin approach to generating semantic grid columns (now with 'make-col-ready' and 'make-col') - Removes need for .col-xs-12 by restoring the mass list of all grid tier classes to set position, min-height, and padding - Adds an initial 'width: 100%' to flexbox grid column prep (later overridden by the column sizing in 'flex' shorthand or 'width') to prevent flexbox columns from collapsing in lower viewports
2016-07-20change navbar-toggler to use SVG background imagePatrick H. Lauke1-1/+7
2016-07-20Progress bar:fix border-radius to use variable progress-border-radius ↵An Yang1-10/+10
instead of border-radius
2016-07-11Remove forced default focus outline (#20275)Chris Rebert1-3/+3
As this causes non-standard dotted outline on checkboxes/radio buttons in OS X Firefox Ports #19935 to v4 Refs #19933 [skip sauce]
2016-07-07Update SCSS-Lint to v0.49.0 (#20250)Geremia Taglialatela1-1/+1
SCSS-Lint 0.49.0 modifies Shorthand linter to report lint if a shorthand of a length not specified in the allowed_shorthands option is used. New defaults include "4" in the list of allowed shorthands, so we are changing our configuration accordingly. Ref: https://github.com/brigade/scss-lint/commit/e283d1689699f581561fea344df3168128c46d7b
2016-07-04Add flex-wrap and overflow-wrap properties to the list of property order in ↵morishitter1-0/+2
.scss-lint.yml
2016-06-20Replace grunt-postcss with postcss-cli (#20140)Chris Rebert1-9/+10
Refs #19990 Continues the degruntification process. Also removes mq4-hover-shim for now, since it doesn't yet implement the standard PostCSS plugin interface.
2016-06-19Add comparability guard to _assert-ascending(); fixes #20123 (#20142)Chris Rebert1-1/+5
[skip sauce] [skip validator]
2016-06-16Contextual background-inverse text color fixJerad Rutnam1-4/+2
2016-06-09Re-use 'between' mixin for 'only' mixinheath31-11/+9
Keeps the code DRY in the same way 'between' uses 'up' and 'down'.
2016-05-28Update _flex.scssCatalin Zalog1-0/+1
2016-05-20Add "The Bootstrap Authors" to copyright notices (#19936)Chris Rebert1-0/+1
❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors
2016-05-17Update _spacing.scssCatalin Zalog1-1/+2
2016-05-16Update _custom-forms.scssCatalin Zalog1-0/+1
2016-05-15Restore .navbar-text and add some basic examples to the docs /cc #18049Mark Otto1-0/+11
2016-05-14follow up to c6c0522598037fcdeb04dfa376910a7cb5fa0fa8: define those new varsMark Otto1-0/+2
2016-05-13more navbar variablesMark Otto2-3/+6
2016-05-12correction, -toggler-*Mark Otto2-4/+4
2016-05-12new var for -toggle-border-radiusMark Otto2-1/+2
2016-05-12add new variable for -toggle-font-sizeMark Otto2-1/+3
2016-05-12Merge pull request #19889 from twbs/v4-popoversMark Otto2-1/+6
v4: Couple popover fixes
2016-05-12Alternate fix to #18865: Change the .navbar-toggler color for light/dark ↵Mark Otto1-2/+4
navbars as we do with the .navbar-brand
2016-05-12Merge pull request #19874 from patrickhlauke/v4-links-not-anchors-focusableMark Otto1-2/+3
Make named anchor/placeholder link style reset more specific
2016-05-12Restore hiding of the .popover-title with :emptyMark Otto1-0/+4
2016-05-12Alternate fix to #19006: Add a single variable for controlling that inner ↵Mark Otto2-1/+2
1px padding on .popover
2016-05-11Fixes #19563: Add variable for setting background-color on .bg-inverseMark Otto2-4/+2
2016-05-11Fixes #17911: Explicitly remove margin-bottom from cards in .card-deckMark Otto1-1/+10
Here we're doing some margin swapping, so it looks a little funky. All this does is match the margin implementation and rendering across our table and flex versions of card decks.
2016-05-11fixes #19650: improve non-flexbox card deck behavior so columns are always ↵Mark Otto1-1/+1
the same width
2016-05-11Fixes #19840: Invert the .card-subtitle color as well for .card-inverseMark Otto1-0/+1
2016-05-11Update card variantsMark Otto1-2/+7
- Remove background-color from header and footer in inverse cards (fixes #19841) - Update border override for header and footer in cards; only need to declare a new color - Update the selector for targetting blockquote footers in cards
2016-05-11Update card header and footerMark Otto1-10/+2
- Remove the box-shadow and switch back to border to match .card basics - Update the header nav margin override--since we restored the border, we need that default negative margin at the bottom
2016-05-11Overhaul tables docs and use rgba() colors for inverse tablesMark Otto2-23/+29
- Add inverse examples for all variants - Use rgba() colors for hover and accent states for easy usage in inverse styles
2016-05-11linting orderMark Otto1-3/+3
2016-05-11rest in peace _functions.scssMark Otto2-18/+0
2016-05-11Unfuck those split button dropdownsMark Otto2-18/+15
- Really we didn't need to do any of that strip units stuff to generate six new variables, two for each button size - Using sibling selectors, we can target those split button dropdown toggles using the .dropdown-toggle-split class, and adjust padding and margin as needed - Now, we nuke the margin-left from the ::after generated caret and tighten up the padding so that those split toggles don't look huge next to their main button