aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2018-07-24Merge branch 'v4-dev' into malkomich-v4-devMark Otto17-74/+98
2018-07-24Add .text-decoration-none utility class (#25933)Stefan Wrobel1-0/+2
ref: https://github.com/twbs/bootstrap/pull/23881#issuecomment-337789596
2018-07-24add 'lighter' and 'bolder' font weight classes (#26580)Andrew2-4/+8
* add 'lighter' and 'bolder' font weight classes these are 2 special values for font weight, that will give their content a font-weight value of 100 more or less than their inherited font-weight. probably doesn't fully fulfill this issue, https://github.com/twbs/bootstrap/issues/23969, but it's a start * Update .stylelintrc * add 'lighter' and 'bolder' variables per @mdo 's request.
2018-07-24Ship v4.1.3v4.1.3Mark Otto3-3/+3
2018-07-20Allow background images for active buttonsMartijn Cuppens1-1/+0
2018-07-20fix `.modal-dialog-centered` on IE10/11Mohammad Younes1-0/+12
2018-07-20Fix modal overflow style nesting (#26742)Joshua David1-6/+6
Nest `.modal` styling directly under `.modal-open` to avoid issues when bootstrap is nested.
2018-07-20#26912: fix custom file input z-indexMartijn Cuppens1-0/+5
2018-07-20Fix property orderysds1-1/+1
2018-07-20Remove `:not(:root)` from the workaround for SVG overflow bugysds1-6/+3
* `svg:not(:root)` specificity is very high (https://github.com/necolas/normalize.css/issues/718) * Bootstrap do not support SVG documents (See #26878)
2018-07-20Lower the specificity of vertical-align of SVGysds1-2/+7
2018-07-20Add Noto Color Emoji to font stackMark Otto1-1/+1
Fixes #26227
2018-07-20Update validation tooltips to use tooltip vars (#26887)Mark Otto1-6/+6
Updates the properties and values for which we have existing variables to match our tooltips. Come 4.2, we'll create new tooltips for these.
2018-07-15#25842 Remove max-width from table classLefteris Psitopoulos1-1/+0
2018-07-15Form control heights (#26820)Mark Otto2-17/+23
* Redo input height on .form-control - Use the already present -height variables on .form-control - Consolidate the select size and multiple overrides into the .form-control base class instead of sm/lg modifiers - Remove the Sass extends from input groups since it picks up too many selectors * Prevent height on textareas
2018-07-14Fix custom range thumb style (#26385)ysds2-24/+19
* Fix focus box shadow of custom ranges * Put `:focus` selector right after `.custom-range` * Remove unnecessary `outline: none` * Fix box-shadow issues in IE/Edge * Better align * Fix thumb vertical positions in IE/Edge * Fix incorrect formula of thumb vertical positions in Webkit * Fix an incorrect comment * Fix incorrect box-shadow-width
2018-07-14Fix `custom-forms` heights and position (#25602)Andrew Luca1-3/+3
Now `.custom-control` will have height equal to `$font-size-base` Fix custom checkbox and radio top position (we can't subtract rem from unit) `$line-height-base - $custom-control-indicator-size` is not valid Because `$line-height-base` is a unitless variable and `$custom-control-indicator-size` is a unit (rem) variable
2018-07-14fixes #26579Mark Otto1-1/+1
2018-07-12Ship v4.1.2Mark Otto3-3/+3
2018-07-09correct spelling errors (#26837)Andrew4-5/+5
2018-07-08disable to fix ciMark Otto1-0/+2
2018-07-08fix comment placement, remove unecessary prop wrapperMark Otto1-20/+17
2018-07-08Merge branch 'patch-1' of https://github.com/garhbod/bootstrap into ↵Mark Otto1-0/+25
garhbod-patch-1
2018-07-08Restore feedback icons on validated form fieldsMark Otto3-4/+62
- Only applies to textual inputs and textareas with `.form-control` and selects with `.custom-select` - Wrap the feedback icons in a Sass variable option, $enable-validation-icons, so folks who theme can disable - Update docs to summarize styles, mention the icons, include a textarea demo, and add mention of the Sass variable option to the Theming section
2018-07-07Merge branch 'v4-dev' of https://github.com/malkomich/bootstrap into ↵Mark Otto2-0/+5
malkomich-v4-dev
2018-06-24Update box-shadows on .custom-select (#26754)Mark Otto2-2/+9
- Fixes #25656 where custom selects had the wrong focus shadow - Fixes #26668 where custom selects had no inset shadow (also closes #26572 which had the wrong form classes on the first example anyway)
2018-06-24Render inline svg like img (#25874)Martijn Cuppens1-0/+1
2018-06-07Negative Margins classes for custom col guttersRyan Worth1-0/+25
Feature request #26681
2018-06-03Limit .close hover/focus to non-disabled controls (#26654)Patrick H. Lauke1-7/+8
2018-06-02Stricter stylelint rulesMartijn Cuppens1-55/+72
2018-05-23Add disabled bg color to disabled custom fileysds2-0/+5
2018-05-23Custom forms transitionMartijn Cuppens2-0/+11
2018-05-18Fix double-transition bug (#26452)domq1-1/+1
By applying the transition: CSS property only to classes that are active during sliding, we avoid an unnecessary, non-zero-time animation that although mostly invisible, does interfere with e.g. z-index based parallax
2018-05-07Fix z-index target (#26361)ysds1-5/+7
2018-04-30Bump version to v4.1.1v4.1.1Mark Otto3-3/+3
2018-04-29Simplify custom file inner height for generated browse buttonMark Otto2-1/+2
2018-04-23Closes #26300: Add cursor pointer to carousel indicatorsVarunram1-0/+1
2018-04-23Remove unnecessary resetting of left round (#26238)ysds1-2/+1
2018-04-23add validation styles for .form-control-file (#26181)Mark Otto1-0/+10
2018-04-23Replace reboot monospace hack with system font stacknickg2-11/+1
2018-04-23workaround for IE that check indicator does not appear (#25944)ysds1-2/+3
2018-04-23Print color fix dark tables and dark theads (#26193)Martijn Cuppens1-0/+17
2018-04-16Suppress text-hide deprecation warning (#26242)Alexander Rechsteiner2-3/+5
2018-04-16Remove `dialog` from the HTML5 shim style (#26269)Patrick H. Lauke1-1/+1
`<dialog>`, in browsers that support it, has user agent styles of `dialog { display:block; ...} dialog:not([open]) { display:none; }` by forcing it to `display:block` in the shim, the dialog is shown even when closed. There's no clean way to shim this for non-supporting browsers, but arguably these browsers would have further problems with pure `<dialog>` usage anyway, and it's up to authors to then use different elements/shims.
2018-04-14[trivial] Correct typos (#26297)Varunram Ganesh3-4/+4
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto3-3/+3
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html
2018-04-02Fix broken URI fragments and redirects.XhmikosR5-6/+6
2018-04-02Use https when possible.XhmikosR3-3/+3
2018-04-01Pagination move `.page-link:focus` outline value to variable ↵Patrick Yeo2-1/+2
`$pagination-focus-outline` so we can unset it via Sass and don't have to re-implement browser defaults
2018-04-01Allow non-string content as breadcrumb divider (#25581)Martijn Cuppens2-6/+9
* Allow url(), attr(), none,... as breadcrumb divider * Update breadcrumb divider docs