aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2019-11-26Release v4.4.0 (#29735)v4.4.0XhmikosR5-5/+5
2019-11-25Fixed input-height-sm and input-height-lg calculations (#29653)Sam Duvall1-2/+2
2019-11-25progress: Fix IE overflow (#29629)Martijn Cuppens1-0/+1
2019-11-25Sass: fix version in deprecation messages.XhmikosR2-2/+2
The final version will be bumped when the next version is released.
2019-11-07Make check label cursor customizable (#29633)Gary PEGEOT2-0/+2
2019-11-02backport #29516: added animation when modal backdrop is staticJohann-S2-0/+6
2019-11-02Add configurable button text wrapping (#29554)Martijn Cuppens2-0/+2
2019-11-02Add make-col-auto mixin (#29367)Mark Otto2-3/+7
2019-11-01Convert v4-dev calc() left overs to add/subtract functionsMartijn Cuppens3-11/+11
2019-11-01Add add and subtract functionysds4-22/+59
2019-10-15The HTML5 Boilerplate Print CSS moved to a separate repo (#29522)Christian Oliff1-1/+1
The HTML5 Boilerplate CSS has moved to a separate GitHub repo (h5bp/main.css) so the source link referenced here no longer works. This PR updates the link to the new correct location.
2019-10-14Fix incorrect aspect ratio on IE11ysds1-5/+6
2019-10-14Remove redundant propertiesMartijn Cuppens1-8/+2
2019-10-14Fix top level ampersand (#29518)Martijn Cuppens1-3/+5
Fixes dart sass compatibility.
2019-10-14Backport #29445Martijn Cuppens2-0/+12
Remove outline from select box in Firefox
2019-10-14Add variable for `$breadcrumb-font-size` (#29467)astrahov2-0/+3
2019-10-14Fix border for single card in accordion (#29453)Martijn Cuppens1-14/+4
2019-10-14Variable card height (#29462)Martijn Cuppens2-0/+2
2019-09-26Allow override default col widthysds3-12/+10
2019-09-26CleanupMark Otto4-12/+22
- Rename and move the variable to variables file - Move code to the grid file - Use the mixin to generate our own classes - Wrap in a grid classes enabled conditional - Document the mixin
2019-09-26First pass at .row-cols classesMark Otto1-0/+12
Trying to find a new way to do responsive card decks while not locking ourselves into the cards themselves. My thinking here is we can easily control the column (.col) width by the parent, but I don't know how many we need (have 0-5 now) across each breakpoint. This works for cards so far, and I think could get us equal height, too.
2019-09-26theming.md: bring `:root` up to par with Scss. (#29323)XhmikosR1-0/+1
Also, add a warning in _root.scss so that we don't miss it again.
2019-09-26Don't bind validation to form controlsMartijn Cuppens1-30/+7
2019-08-26Add deprecation warningMartijn Cuppens2-2/+3
2019-08-22Deprecate nav-divider() mixinMartijn Cuppens2-2/+3
2019-08-17Enable wrapping for elements in .modal-footer (#25103)Martijn Cuppens2-4/+12
2019-08-17Restore `cursor: pointer` for checkbox/radio buttons (#29239)Martijn Cuppens1-0/+1
2019-08-17Fix Firefox rendering issue (#29234)Martijn Cuppens1-1/+1
2019-08-17Fix min-width of input-group flex items (#29209)Shohei Yoshida1-0/+1
2019-08-17Responsive containers (follow-up to #29095) (#29118)Mark Otto2-4/+45
* Follow-up to #29095 This PR fixes the responsive containers that were added in #29095, originally stubbed out in #25631. Apologies to @browner12 for getting that wrong. Fixes #25631. * update navbar as well because we cannot reset all containers uniformly * Update navbars example to include container-xl example to ensure containers match * rewrite responsive containers docs, add table of max-widths * Update container docs - Move table up to the intro - Remove the container example because it's actually hella confusing - Update and link to grid example as a demo instead
2019-08-17Extend `.container-fluid` (#29106)Martijn Cuppens1-1/+1
2019-08-17fix broken classesMark Otto1-2/+2
2019-08-17v4/v5: Add responsive containers (#29095)Mark Otto2-13/+19
* create responsive containers provide more flexibility and allow the user to determine when containers switch from fluid to fixed width. * fix the base container code this commit fixes the non-media portion of the generated CSS. I learned about the `@extends` directive and was able to put it to good use. I create a new temporary map that contains all the main `$container-max-widths` and join it to our 2 special cases of 'xs' and 'fluid'. Then we loop through that and, with the appropriate infixes, extend our placeholder * formatting for style forgot to run my tests before the last push, i think these are better. * finish incomplete comment * fix the responsive containers using the `@extend` directive I was able to clean up this code * fix responsive containers in the navbar mostly we just look through all of our breakpoints so we can include all of the responsive container classes in the tweaks we have to do for the navbar (redeclaring flex properties, don't double up on padding, etc) * Simplify container extends * Simplify navbar containers * Rearrange, add comments, ensure everything is nested in $enable-grid-classes * Reduce new CSS by using attribute selector We avoid using `@extend` whenever possible, and this is more readable * Update _grid.scss * Update _navbar.scss * Add docs for responsive containers, redesign the container layout page * Add to the Grid example
2019-07-31carousel: fix transition properties order. (#29173)XhmikosR1-1/+1
2019-07-31Fix reboot for placeholder links (#29164)Shohei Yoshida1-5/+1
2019-07-31Fix reboot for placeholder links (#29162)Patrick H. Lauke1-3/+2
Backport of #29140
2019-07-31Change property from background to background-image (#29149)Chandan Deep1-2/+2
For Gradient, We have to use the background-image instead of only background.
2019-07-31Haha, floats. It's 2019 (#29147)Martijn Cuppens1-1/+1
2019-07-31Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule for v4 ↵Martijn Cuppens26-48/+48
mixins
2019-07-31Apply `at-mixin-argumentless-call-parentheses: always` stylelint ruleMartijn Cuppens4-9/+9
2019-07-30`.custom-select`: combine properties.Martijn Cuppens1-2/+1
2019-07-30Optimize the inline SVGs.XhmikosR1-6/+6
2019-07-30Backport "Use escape-svg() function (#29077)"Martijn Cuppens7-21/+39
Adapted for v4-dev.
2019-07-17Fix breaking layout breaking error in code (#28328)M. Wacker1-1/+1
Change `word-break: break-word;` to `word-wrap: break-word;`
2019-07-10Ignore the bg-variant deprecation warning in our files.Martijn Cuppens2-3/+3
2019-07-10Remove redundant radius properties (#28956)Martijn Cuppens1-2/+2
2019-07-10Remove negative margins for group list items (#28940)Sergey Kovalenko1-19/+28
To fix RGBA borders overlapping issue.
2019-07-10Change invalid icon from cross to exclamation mark (#28944)Martijn Cuppens1-1/+1
The cross icon was confusing since some browsers use it as a reset button.
2019-06-20Deprecate `bg-variant()` mixin (#28938)Martijn Cuppens1-0/+1
2019-06-18Fix position of browser default validation message (#28852)Shohei Yoshida1-0/+3