aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2018-04-01Tiny grammar and punctuation tweaks to a comment.Tom Swirly1-1/+1
1. It's == "it is" 2. The subject of the sentence is "Only one" (not "these") so the verb must agree with it. Feel free to do nothing with this change, use it, etc - I just saw this while reading through the code.
2018-03-31Deprecate .text-hide (#26173)Mark Otto1-0/+2
2018-03-31Add box-shadow utilities (#25758)Mark Otto3-0/+11
2018-03-31Add new .flex-grow and .flex-shrink utilsMark Otto1-0/+4
2018-03-31Fix Chrome's rendering of .card-columnsMark Otto1-0/+2
Uses orphans/widows trick from @fran-worley at https://github.com/twbs/bootstrap/issues/20925#issuecomment-333492739. Fixes #20925.
2018-03-31add 50% translucent black and white textMark Otto1-0/+3
2018-03-31add .text-body, fixes #25412Mark Otto1-0/+1
2018-03-31Remove navbar alignMartijn Cuppens2-11/+0
2018-03-31Add .text-monospace utilMark Otto1-0/+2
2018-03-20Making use of `prefers-reduced-motion` media query (#25641)Mike Rogers1-0/+4
* Making use of `prefers-reduced-motion` media query As discussed in #25249 - if a user (Who is using Safari / iOS) requests reduced motion in their system settings, we should avoid transitions. * Ignoring prefers reduced motion for CSS Linting * Updating copy clarifying the reduce motion functionality in accessibility.md
2018-03-12Rename `.custom-file-control` to `.custom-file-label` (#25736)ysds1-2/+2
2018-03-12Add basic position to dropup/right/left and dropdown-menu-right (#25400)ysds2-13/+29
2018-03-12Disable link functionality on disabled `btn-link` (#25645)Peter Etelej1-0/+1
Future-proof disabling of clicks on disabled `btn-link`. Fixes #25639 ensuring consistency between `btn-link` `<button>`s and `<a>`s when disabled.
2018-03-12Replace "loose" HEX values with their respective variables (#25672)Jacob Müller9-19/+20
2018-03-12Allow customization of breadcrumb border radius (#25807)Alexander Hjorth2-1/+3
2018-03-12Fix caret alignment (#25719)ysds2-1/+8
2018-03-12Collapse with flex elements - simple approach (#25806)Martijn Cuppens1-18/+4
* #22600: prevent display:block for visible content * allow transition for elements with show class
2018-03-08style: align some vars (#25785)Catalin Zalog1-38/+38
2018-03-03Adding a variable to handle the change of a modals border-radius. (#25691)Adam Kolinski2-2/+3
2018-02-24Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto3-4/+4
2018-02-24Remove disabling of stylelint ruleAdam Bowles1-2/+0
This file no longer has intentional indentation errors
2018-02-19make it a varMark Otto2-1/+3
2018-02-19Merge branch 'nav-divider-mixin' of https://github.com/ysds/bootstrap into ↵Mark Otto1-2/+2
ysds-nav-divider-mixin
2018-02-19Merge branch 'accordion-borders' of ↵Mark Otto1-0/+29
https://github.com/andresgalante/bootstrap into v4-dev
2018-02-19Add color variable for caption (#25657)ysds2-1/+2
2018-02-19Custom range input (#25600)Mark Otto2-0/+139
* added the styling * added the documentation * update for one rule per line * fix hound error: trailing whitespace * trimmed off vendor prefixes * Add note about track and thumb * Psuedo-elements must be split across multiple rulesets to have an affect * Fix firefox inner focus * Seems that FF is the only one affected by this * Add support for gradients * Add labels, clarify min/max changes * add step example * add custom range vars
2018-02-19Fix carousel transition duration (#25218)Martijn Cuppens1-1/+1
2018-02-11Prevent word-wrap (#25248)Martijn Cuppens1-0/+1
Fixes #25235
2018-02-11Fix border-radius on Browse button for custom file input inside input groups ↵Mark Otto1-2/+2
(#25356)
2018-02-11Update `.sr-only` mixin and utility (#25197)Mark Otto1-2/+0
* Remove clip-path from .sr-only utility as it causes perf regressions in Chrome * change snippet to example
2018-02-11set color to form-control-plaintext (#25565)m5o2-0/+2
* set color to `.form-control-plaintext` * fixes readability on dark themes like ‘darkly’ * https://bootswatch.com/darkly/index.html#forms * https://bootswatch.com/slate/index.html#forms * https://bootswatch.com/superhero/index.html#superhero * https://bootswatch.com/solar/index.html#forms /cc @thomaspark
2018-02-11use $input-bg for $custom-select-bg (#25564)m5o1-1/+1
* use $input-bg for $custom-select-bg
2018-02-11Create a variable for label margin bottom (#25561)Andres Galante2-1/+3
2018-02-07Enable `scss/dollar-variable-default` rule (#25542)freezy1-0/+1
This checks if all variables are `!default`.
2018-02-03Fix pagination buttons hover z-index (#25532)Martijn Cuppens1-0/+1
2018-02-02Override .custom-select width in .form-inline (#25414)Mark Otto1-1/+2
Fixes #25413
2018-01-30Replace unicode character in _hover.scss (#25503)Richard van Laak1-1/+1
2018-01-21Feature: Add carousel fade option (#22958)Mark Otto1-2/+46
* Move helpful code comments * Add .carousel-fade option to Sass * Document example of the fade carousel * more logical warning of the .active class on carousel items
2018-01-21v4.1: Add .dropdown-item-text (#22965)Mark Otto1-0/+7
* Add .dropdown-item-text class * Add example of plain text within a .dropdown-menu, too * reorganize, simple/clearer headings
2018-01-22Allow to customize vertical margin of `nav-divider` mixinysds1-2/+2
2018-01-21Add CSS Utility for `auto` width and height Properties (#24249)Taufek Johar1-1/+2
Currently bootstrap only provides 4 variations of `width` and `height` css utilities, which are: 1. 25% 2. 50% 3. 75% 4. 100%. Here, I'm adding `auto` to the list. This is useful when we need to reset the width/height value back to the browser default value at some point.
2018-01-21Add missing flex-fill utilityPierre-Denis Vanduynslager1-0/+1
2018-01-21Use variables for theme-color-level functionMark Otto1-1/+1
Closes #25313
2018-01-20rearrange and override extra bordersMark Otto1-8/+10
2018-01-20Merge branch 'borderless-table' of https://github.com/Varunram/bootstrap ↵Mark Otto1-0/+6
into Varunram-borderless-table
2018-01-19Allow to change `.table-striped` `odd` or `even` (#25333)Andrew Luca2-1/+3
2018-01-18Bump version to 4.0.0Mark Otto3-3/+3
2018-01-17Prevent print utils from overriding all other display utils (#25269)Mark Otto1-28/+10
* Prevent print utils from overriding all other display utils Fixes #25221. I agree with the referenced issue—this is unexpected and also causes a serious bug when mixed with other utility classes. This wasn't an issue in v3 given we had different utilities for hiding that weren't focused on display property. * Add printing changes to migration docs * unrelated heading sentence case change * List out all .d-print- classes
2018-01-18Outline button hover color (#25339)Mark Otto2-7/+3
2018-01-18Use .list-group-item-action for list group item variant (#25338)ysds1-13/+10