aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2016-02-15Merge pull request #19205 from twbs/modal-dialog-marginChris Rebert2-1/+3
Extract new $modal-dialog-margin variable
2016-02-15Extract new $modal-dialog-margin variableChris Rebert2-1/+3
[skip sauce] [skip validator]
2016-02-15Add extra styles for focused/hovered active outline buttonsPatrick H. Lauke1-5/+19
2016-02-13Merge branch 'v4-dev' into v4-custom-forms-validationMark Otto6-326/+24
2016-02-11Rename .label class to .tagAmeya Pandilwar6-36/+36
2016-02-10Remove unused .csscomb.jsonvsn4ik1-304/+0
2016-02-09Merge pull request #18925 from twbs/fixes-18922Chris Rebert2-5/+18
Make translation of custom file input text easier
2016-02-09.text-help is dead, long live .form-control-feedbackMark Otto2-1/+5
Uses a new more specific class, adds some basic spacing, and clarifies that this class is only for validation feedback. Clears up the help text class question in https://github.com/twbs/bootstrap/pull/18704#issuecomment-168241731 and addresses the vertical spacing in #18703.
2016-02-09fix #18515: add .form-control-label-* classes to match large/small inputsMark Otto1-0/+12
2016-02-09don't set horizontal padding on .form-control-label /cc #18130 #17498Mark Otto1-1/+2
2016-02-08linting follow up to #19140Mark Otto1-1/+1
2016-02-08Merge pull request #19136 from twbs/v4-input-borderMark Otto2-1/+2
v4: Translucent .form-control borders
2016-02-08Merge pull request #19140 from twbs/v4-card-list-group-cornersMark Otto1-2/+4
v4: Avoid shorthand border-radius for list groups in cards
2016-02-08fixes #18940: use specific border properties when changing the corners of ↵Mark Otto1-2/+4
list groups in cards to avoid overriding combo first-/last-child items
2016-02-08Alternate fix to #17965: Updates to use the new class name and adds some ↵Mark Otto1-1/+2
basic docs for custom checkbox/radio validation
2016-02-08Fixes #18949: Remove extra margin overrides for buttons in .modal-footerMark Otto1-14/+0
2016-02-08Move to a translucent input border with background-clip: padding-box for ↵Mark Otto2-1/+2
improved blending across different background-colors
2016-02-08Merge pull request #19128 from twbs/flex-utilsChris Rebert1-1/+1
Flex utility classes shouldn't depend on $enable-grid-classes
2016-02-08Flex utility classes shouldn't depend on $enable-grid-classesChris Rebert1-1/+1
[skip sauce] [skip validator]
2016-02-08_forms.scss: Use division instead of fractional multiplicationChris Rebert1-2/+2
[skip sauce] [skip validator]
2016-02-08_forms.scss: Remove extra trailing 0 in fractional numberChris Rebert1-1/+1
[skip sauce] [skip validator]
2016-02-07Merge branch 'multiple-input-group-addon' of ↵Mark Otto1-19/+19
https://github.com/vicary/bootstrap into vicary-multiple-input-group-addon
2016-02-07Merge branch 'v4-dev' into v4-form-sizingMark Otto4-92/+108
2016-02-07Put that new var to use to match form group addons to form controlsMark Otto1-1/+1
2016-02-07updated button/form-control padding and line-heightMark Otto3-7/+11
- Moves from no set line-height (inherited of 1.5) to declared 1.25 for all inputs and buttons (regardless of size modifier). - Updates padding to be `.5rem` instead of `.375rem` so that padding is more likely to be whole numbers based on the root font-size. - Whole numbers will be beneficial in avoiding odd fractional pixels that can lead to misalignment as shown in #18607. - Large buttons and inputs are now a tad wider, and smaller buttons/inputs a tad shorter and narrower, too.
2016-02-07Remove line-height from the button size mixin tooMark Otto1-1/+1
2016-02-07Remove commented out height on large/small inputsMark Otto1-2/+0
2016-02-07Remove specific line-heights from large/small inputs as wellMark Otto1-2/+0
2016-02-07Remove line-height from button mixin callsMark Otto1-3/+3
2016-02-07_forms.scss: Remove extra url()s in commented-out codeChris Rebert1-3/+3
[skip sauce] [skip validator]
2016-02-07Merge pull request #19115 from vsn4ik/v4-dev-fix-css3-not-selectorChris Rebert1-1/+1
Fix css3 :not selector
2016-02-07Fix CSS3 :not() selectorvsn4ik1-1/+1
2016-02-07Assert that $grid-breakpoints and $container-max-widths are in ascending ↵Chris Rebert1-0/+14
order; fixes #18549 [skip sauce]
2016-02-07Reboot: Update @viewport comment to account for ↵Chris Rebert1-2/+1
de944e088b278a989c83b4bfebb99e5042821021 [ci skip]
2016-02-06Add $enable-print-styles variable for _print.scss; fixes #19101Chris Rebert2-86/+89
[skip sauce]
2016-02-06Fixes #18550: really remove that referenceMark Otto1-6/+0
2016-02-06lintingMark Otto2-4/+4
2016-02-06Merge branch 'v4-dev' into v4-split-buttonsMark Otto48-694/+861
2016-02-06Merge pull request #19105 from twbs/v4-modal-widthsMark Otto1-5/+5
v4: Update modal sizing
2016-02-06remove commentMark Otto1-6/+1
2016-02-06Updat modal sizingMark Otto1-5/+5
- Switch from width to max-width for all widths to avoid scaling outside viewport bounds - Rejigger the media queries for a more logical breakpoint for the large and small modal sizes - Avoids changing the width of the default modal (nullifying #17794 and fixing #17581)
2016-02-06Follow up to #19099: Correct grid gutter valueMark Otto1-1/+1
2016-02-06only do it for non-flex versionMark Otto1-6/+8
2016-02-06Fixes #17969: Clear horizontal dlsMark Otto1-0/+9
- Using the grid classes, they still need clearfixes since rows aren't injected between them all - Update docs to fix broken classes
2016-02-06Revamp list group items built with anchors and buttonsMark Otto1-37/+31
- Make it an explicit class instead of qualifying with elements (.list-group-item-action) - Rearrange the entire file for more straightforward flow - Fix text-decoration bug as a result of the reorder - Switch from h4's to h5's in docs - Update docs to merge anchors and buttons sections; clearify usage guidelines there, too - Nullify #17479 in the process
2016-02-06Fixes #17300: drop the unused at-viewportsMark Otto1-7/+1
2016-02-06Fixes #17194: Ensure proper height on default select.form-control instancesMark Otto1-8/+5
2016-02-06tweak sizingMark Otto1-1/+1
2016-02-06move the url to the variable valueMark Otto2-6/+6
2016-02-06update to latest from @thekondrashov's jsfiddleMark Otto1-3/+3