aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2019-01-05Remove unneeded stylelint disables.XhmikosR4-6/+2
2019-01-04Move hand cursor for buttons to rebootMartijn Cuppens6-18/+13
2019-01-04Prevent select word wrap in Safari (#27932)Martijn Cuppens1-0/+8
2019-01-03Remove unnecessary brackets for consistency (#27966)Florian Lacreuse1-5/+5
2018-12-29Configurable display utility classes (#27917)Martijn Cuppens2-18/+7
2018-12-29Fix custom select font sizes (#27929)Martijn Cuppens2-2/+4
2018-12-28Match input font size for `.input-group-text` (#27941)Martijn Cuppens1-1/+1
2018-12-28reboot: Fix comment (#27937)XhmikosR1-1/+1
2018-12-27Fix form-feedback-icon-invalid color (#27935)Martijn Cuppens1-1/+1
2018-12-23Fix 4:3 embed (#27910)XhmikosR1-1/+1
2018-12-23Simplify card group css (#27901)Martijn Cuppens1-26/+2
2018-12-23Blacklist border-radius property (use mixin instead) (#27900)Martijn Cuppens8-25/+23
2018-12-22Merge branch 'v4-dev' into stretched-linkXhmikosR22-133/+194
2018-12-21Add variable for dropdown-divider-margin-y (#27857)Mark Otto2-31/+32
* Add variable for dropdown-divider-margin-y For us to reassign the nav-divider-margin-y variable here, we have to rearrange some of the variables. Fixes #26660. * bump bundlesize
2018-12-21Merge branch 'text-break-util' into v4-devMark Otto1-1/+1
2018-12-21Merge branch 'table-dark-colors' into v4-devMark Otto1-2/+3
2018-12-21Merge branch 'text-break-util' into v4-devMark Otto1-0/+2
2018-12-21Prevent unnecessary css when $emphasized-link-hover-darken-percentage is 0 or 0%ysds1-3/+5
2018-12-21Sync modal header & footer border colors with $border-colorMartijn Cuppens1-1/+1
2018-12-21Sync `$table-border-color` with `$border-color`Martijn Cuppens1-1/+1
2018-12-21Use border-radius() mixin for toastShohei Yoshida1-1/+1
2018-12-21#27135: themed link focus state & selector improvement (#27136)Martijn Cuppens3-0/+10
2018-12-21Apply arrow styles to direct descendants of bootstrap popover classesSam Tape1-20/+20
With the current styles, it is not possible to nest a popover inside of another popover if they have different placements because the arrow styles of the parent popover will conflict with the arrow styles of the child popover.
2018-12-21Prevent checks from shrinking in inline forms (#27870)Mark Otto1-0/+1
Fixes #25336
2018-12-21Add table-hover-color variables (#27850)Mark Otto1-0/+1
* Add table-hover-color variables Fixes #26465 * Put $table-color to use outside _variables.scss
2018-12-21Merge branch 'table-hover-colors' into v4-devMark Otto2-1/+6
2018-12-21Bump to v4.2.1 (#27892)v4.2.1Mark Otto3-3/+3
2018-12-21Prep for v4.2.0 releaseMark Otto3-3/+3
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
2018-12-17Update scss/utilities/_text.scssMartijn Cuppens1-1/+1
Co-Authored-By: mdo <[email protected]>
2018-12-16Add new .text-break utility for applying word-break: break-wordMark Otto1-0/+2
2018-12-16Use theme-color function for colors (#27848)Martijn Cuppens1-6/+6
2018-12-15Add table-hover-color variablesMark Otto2-1/+6
Fixes #26465
2018-12-15Match .table-dark background-color to the -dark variableMark Otto1-2/+2
2018-12-14Remove redundant brackets (#27768)Martijn Cuppens11-31/+31
2018-12-14Add missing parameter to grid mixins. (#27841)Florian Lacreuse1-9/+9
2018-12-14Custom switch form control gutter fix (#27837)Gijs Boddeus1-3/+3
2018-12-14Actual gutter definition (#27797)Gijs Boddeus2-4/+4
2018-12-12Remove now unnecessary -ms-viewport and -ms-overflow-style directives (#27789)Patrick H. Lauke2-19/+2
Edge/Mobile appears to have moved support for `-ms-viewport` behind a flag at some point, instead supporting meta viewport directives. Removing this altogether also fixes issues in IE11 on high-dpi displays - see https://github.com/twbs/bootstrap/issues/21780
2018-12-12Add switch custom form control (#23004)Gijs Boddeus2-0/+45
2018-12-12Fix margin above toast when previous toast is hidden (#27820)Martijn Cuppens1-2/+2
2018-12-10fix fade animation for toastJohann-S1-1/+10
2018-12-06Replaced fixed 'bolder' font weight value in reboot with variable. (#27782)Gijs Rogé1-1/+1
The default font weight value for <strong> <br> in reboot was set by a fixed value we now use the variable $font-weight-bolder to let users override this value.
2018-12-05Make form grid gutter width configurable (#27766)Jacob Müller2-4/+5
2018-12-05Add quotes according to the stylelint rule (#27771)Shohei Yoshida1-1/+1
2018-12-05Merge branch 'v4-dev' into stretched-linkXhmikosR3-6/+2
2018-12-04Stretched linkMartijn Cuppens2-0/+20
2018-12-04Remove double 'the' in comment (#27767)acidrums41-1/+1
2018-12-04spinners: use `.sr-only` instead of text-hide technique (#27736)Shohei Yoshida1-4/+0
2018-11-25Grow button width to the parent button group (#27717)ysds1-1/+1
2018-11-22Fixed a fixed height issue of input-group size option (#27687)ysds1-2/+10