aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2016-02-16Merge pull request #19215 from twbs/label-pill-border-radiusMark Otto2-3/+4
Add $label-pill-border-radius variable
2016-02-16Merge pull request #19218 from twbs/breakpoint-vars-are-minimumsMark Otto1-1/+1
Clarify that $grid-breakpoints are minimum widths for each breakpoint
2016-02-16fixes #19148 as follow up to #19099: ensure local mixin variable is used for ↵Mark Otto1-2/+2
in make-grid-columns mixin
2016-02-16Change comment to clarify that $grid-breakpoints are minimum widths for each ↵Chris Rebert1-1/+1
breakpoint (as opposed to maximums) [ci skip]
2016-02-16Introduce $mark-bg variable so that <mark>'s background-color can be ↵Chris Rebert2-1/+2
customized independently of $state-warning-bg [skip sauce] [skip validator]
2016-02-16Extract $dropdown-min-width variableChris Rebert2-1/+2
[skip sauce] [skip validator]
2016-02-16Add $label-pill-border-radius variableChris Rebert2-3/+4
[skip sauce] [skip validator]
2016-02-16Add $label-font-size variable in the name of not hardcoding valuesChris Rebert2-1/+2
[skip sauce] [skip validator]
2016-02-16Extract $label-pill-padding-x variableChris Rebert2-2/+3
[skip sauce] [skip validator]
2016-02-16Extract $label-padding-{x,y} variablesChris Rebert2-1/+3
[skip sauce] [skip validator]
2016-02-15Add $small-font-size variableChris Rebert2-1/+3
[skip sauce] [skip validator]
2016-02-15Add $mark-padding variableChris Rebert2-1/+3
[skip sauce] [skip validator]
2016-02-15Extract $modal-content-border-width variableChris Rebert2-2/+3
[skip sauce] [skip validator]
2016-02-15Extract $modal-{header,footer}-border-width variablesChris Rebert2-2/+4
[skip sauce] [skip validator]
2016-02-15Extract $modal-dialog-sm-up-margin-y variableChris Rebert2-1/+2
[skip sauce] [skip validator]
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]