aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2019-10-02Remove appearance from textarea (#29455)Martijn Cuppens1-2/+0
2019-10-02v5: .form-check layout changes (#29322)Mark Otto2-2/+6
* Scope .form-check-input layout to the .form-check parent * Remove margin-bottom from list-group-items in case they are label elements * document .form-check in input groups and list groups, and cleanup the no-label examples in the main .form-check docs
2019-10-01Variable carousel indicator opacity (#29468)astrahov2-2/+4
2019-09-27Remove outline from select box in FF (#29445)Paweł Kuna1-0/+6
* Remove outline from select box in FF * Use $form-select-color
2019-09-27Remove duplicated td selector (#29454)wojtask91-4/+0
2019-09-27Change blue and pink colors to be accessible. (#29198)XhmikosR1-2/+2
2019-09-26Sass: remove redundant stylelint inline suppressions. (#29427)XhmikosR3-5/+0
2019-09-15Fix incorrect aspect ratio on IE11ysds1-5/+6
2019-09-15Remove redundant propertiesMartijn Cuppens1-8/+2
2019-09-13Responsive sticky top (#29158)jahanzaibsuleman071-5/+12
2019-08-30Allow override default col widthysds3-12/+10
2019-08-30CleanupMark 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-08-30First 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-08-30Clean up line heights & add line height utilities (#29271)Martijn Cuppens10-31/+26
2019-08-29theming.md: automate _root.scss. (#29326)XhmikosR1-1/+0
2019-08-29theming.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-08-27Switch percentage `font-size`s to `em` and change some font sizes for ↵Martijn Cuppens3-7/+11
consistency
2019-08-27Don't bind validation to form controlsMartijn Cuppens1-30/+7
2019-08-27Allow modification of the value of remMartijn Cuppens2-0/+11
2019-08-26Update z-indices (#29292)Martijn Cuppens1-2/+1
- `.carousel-caption` doesn't need a z-index. There are no non-static element in its containing block (`.carousel-item`) - The `z-index` of `.carousel-indicators` is way higher than it needs to be (`15`), the highest sibling `z-index` is `1`, so it can be set to `2` to be the top layer.
2019-08-26Link helpers & use utility API for all utilitiesMartijn Cuppens12-68/+68
2019-08-24Document example of datalists with form controls (#29058)Mark Otto1-0/+7
- Add example to the new form control docs - Reset the [list] selector in Reboot to hide the random dropdown arrow in Chrome
2019-08-24Remove padding around color swatchesMartijn Cuppens1-0/+6
2019-08-24Add rounded corners to color swatchesMartijn Cuppens1-1/+9
2019-08-24Add support and docs for color inputMark Otto1-0/+5
2019-08-22Remove `position: relative` from `.collapsing`Martijn Cuppens1-1/+0
2019-08-22Drop `$nav-divider-*` variables (not used)Martijn Cuppens1-4/+1
2019-08-22Drop nav divider mixinMartijn Cuppens3-12/+4
2019-08-18Split up `.form-control` & `.form-select` selectorsMartijn Cuppens1-4/+10
2019-08-18Fix date heightsMartijn Cuppens1-3/+3
2019-08-18set min-height for form-control textaream5o2-9/+5
* set `min-height` for `.form-control` textarea * prevent user from shrink textarea to minimum height
2019-08-18Add possibility to define custom border color for disabled form controls ↵tu4mo4-17/+23
(#29257)
2019-08-16Enable wrapping for elements in .modal-footer (#25103)Martijn Cuppens2-4/+12
2019-08-16Restore `cursor: pointer` for checkbox/radio buttons (#29239)Martijn Cuppens1-0/+1
2019-08-14Function map-get-multiple now returns the correct variable (#29247)Thomas Schaller1-1/+1
2019-08-09Fix Firefox rendering issue (#29234)Martijn Cuppens1-1/+1
2019-08-07Remove unneeded Stylelint suppressions. (#29222)XhmikosR1-2/+0
2019-08-06Fix min-width of input-group flex items (#29209)Shohei Yoshida1-0/+1
2019-08-05Responsive 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-03Allow .page-links to get left margin. (#28948)GeoSot3-19/+19
* Allow .page-links to get left margin. * Add border-radius to page-links in case they have left margin * Apply MartijnCuppens suggestion to _pagination.scss Co-Authored-By: Martijn Cuppens <[email protected]> * Plus if/else Rules * Formatting fixes * Fix border-radius for pagination-size * Use mixin for default pagination sizing
2019-07-30carousel: fix transition properties order. (#29173)XhmikosR1-1/+1
2019-07-29Remove comment about tabindex (#29165)Shohei Yoshida1-2/+1
2019-07-29Fix reboot for placeholder links (#29140)Shohei Yoshida1-4/+2
2019-07-29Change 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-27Haha, floats. It's 2019 (#29147)Martijn Cuppens1-1/+1
2019-07-25Update _variables.scssXhmikosR1-1/+1
2019-07-25Remove leftover CSS for custom controlysds1-8/+0
2019-07-25Fix variable nameysds2-4/+4
2019-07-25Merge code page with rebootMartijn Cuppens1-1/+0
2019-07-25Remove duplicateShohei Yoshida1-4/+0