| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-20 | Update _custom-forms.scss (#27276) | 719media | 1 | -1/+0 | |
| user-select has no effect on before/after pseudo elements | |||||
| 2018-10-20 | changes the variables for input font size | andresgalante | 1 | -1/+1 | |
| 2018-10-20 | Fix #26372: disabled btn hover issue (#27407) | Ian Walter | 1 | -0/+4 | |
| When gradients are enabled there is still a hover state on disabled buttons since the hover rules apply to background-image and disabled rules apply to background-color. This applies the logic already present in dropdowns to buttons. This fix was originally proposed by @ysds. | |||||
| 2018-10-20 | Custom select inconsistent padding (#27415) | semenyakNik | 1 | -2/+2 | |
| 2018-10-20 | Remove redundant width and height properties | Martijn Cuppens | 1 | -4/+0 | |
| 2018-10-20 | Set touch-action to "none" | patrickhlauke | 1 | -5/+8 | |
| Firefox currently seems extremely fickle - with `pan-y` if fires pointercancel as soon as a touch strays even a pixel or so vertically. While `touch-action: pan-y` would be ideal (allowing users to scroll the page even when their finger started the scroll on the carousel), this prevents a swipe that isn't perfectly/only horizontal to be recognised by Firefox. | |||||
| 2018-10-20 | Use correct touch-action values | patrickhlauke | 1 | -1/+1 | |
| - my fault, my original advice of using `touch-action: pan-x` is exactly the value we *don't* want to have the browser handle... | |||||
| 2018-10-20 | use pointer events if available | Johann-S | 1 | -0/+4 | |
| 2018-10-20 | Add font weight options for form controls and custom select (#27343) | Andres Galante | 3 | -0/+6 | |
| 2018-10-20 | table: Add border color relative to theme for accessibility (#25755) | Bastien | 3 | -2/+14 | |
| 2018-10-19 | feat: keep contrast on `.table-dark` | Catalin Zalog | 1 | -1/+1 | |
| In case we set `$body-bg` to a dark color, we have to keep table contrast relevant. | |||||
| 2018-10-19 | Fix size of modal dialogs at different widths (#27094) | namiltd | 1 | -1/+4 | |
| 2018-10-19 | Fix double border on list-group (#27126) | Roy Klutman | 1 | -0/+5 | |
| 2018-10-17 | Fix btn focus color (#27178) | Martijn Cuppens | 1 | -2/+1 | |
| 2018-10-06 | Add overflow-auto and overflow-hidden utilities | Mark Otto | 4 | -5/+12 | |
| 2018-09-26 | Prevent pointer events on disabled list-group-item | Howard Cox | 1 | -0/+1 | |
| 2018-09-26 | Prevent pointer-events on disabled anchor dropdown-item | Howard Cox | 1 | -0/+1 | |
| Fixes #26695 | |||||
| 2018-09-18 | Allow multiple ways of padding declaration for modal header (#26976) | Martijn Cuppens | 2 | -2/+4 | |
| * #26967: Allow multiple ways of padding declaration for modal header * #26976: split vertical and horizontal modal padding | |||||
| 2018-09-18 | Add new variables for form feedback tooltips (#26959) | Mark Otto | 2 | -5/+13 | |
| Fixes #26886 | |||||
| 2018-09-18 | Consistently re-use input variables | Mark Otto | 1 | -14/+14 | |
| 2018-09-18 | Variable .btn and .form-control font sizes (#26908) | Martijn Cuppens | 3 | -10/+19 | |
| 2018-09-18 | Bring the focused button in input group to the front (#26910) | ysds | 1 | -0/+4 | |
| 2018-09-17 | #27220: cleanup .btn-link hover/focus properties (#27250) | Martijn Cuppens | 1 | -4/+0 | |
| 2018-09-16 | _variables.scss comments/spacing consistency (#27247) | Catalin Zalog | 1 | -3/+13 | |
| * style: `_variables.scss` comments consistency * style: `_variables.scss` spacing consistency | |||||
| 2018-09-14 | Selector improvement (#27219) | Martijn Cuppens | 2 | -2/+2 | |
| 2018-09-13 | creates variables for navbar brand colors #27187 | Andres Galante | 2 | -4/+9 | |
| 2018-09-02 | Ignore percentage values for compare in maps | Roman O | 1 | -1/+1 | |
| 2018-09-02 | Set .btn base color | Martijn Cuppens | 1 | -0/+2 | |
| 2018-09-02 | Move transparent background to .btn and remove background-image | Martijn Cuppens | 2 | -2/+1 | |
| 2018-09-02 | Set max-width to 100% | Martijn Cuppens | 1 | -1/+1 | |
| Fixes #27114 | |||||
| 2018-09-02 | Remove `-webkit-text-decoration-skip` | Martijn Cuppens | 1 | -1/+0 | |
| 2018-09-02 | #27112: fix border focus border color | Martijn Cuppens | 2 | -7/+2 | |
| 2018-09-02 | Move CSS of hover underline to base from color variants | ysds | 2 | -1/+6 | |
| 2018-08-28 | Remove extra line break | ysds | 1 | -2/+0 | |
| 2018-08-26 | Simpler carousel indicators css (#26996) | Martijn Cuppens | 2 | -36/+21 | |
| 2018-08-26 | Remove redundant space from blockquote footer prefix | acj | 1 | -1/+1 | |
| 2018-08-26 | Move blockquote footer font size to variables | acj | 2 | -1/+2 | |
| Blockquote footer font size is currently hardcoded to 80%, implying (in a comment) that this would result in the default font size. However, since the blockquote font size itself is variable, this is not necessarily true, and 80% of anything actually results in an arbitrary font size. 80% as a default is still fine. | |||||
| 2018-08-25 | add text-reset to text utilities (#26866) | m5o | 1 | -0/+4 | |
| 2018-08-25 | Round corners on modal footer | Mark Otto | 1 | -0/+1 | |
| Matches the method used for the modal header. Fixes #26955. | |||||
| 2018-08-19 | Remove nowrap from .btn | Rowan-James Tran | 1 | -1/+0 | |
| 2018-08-19 | #26975: remove grid columns min height | Martijn Cuppens | 2 | -2/+0 | |
| 2018-08-13 | Change if statement | Martijn Cuppens | 1 | -1/+1 | |
| 2018-08-13 | Tweak modal transform (#27005) | Martijn Cuppens | 2 | -2/+4 | |
| 2018-07-29 | Merge branch 'form-validation-icons' into v4-dev | Mark Otto | 3 | -4/+64 | |
| 2018-07-29 | Fix custom-select font size/padding (#26585) | Robert | 2 | -6/+12 | |
| fixes #26476 | |||||
| 2018-07-28 | Add margin utils to the grid for fully functional grid control (#26957) | Mark Otto | 1 | -0/+1 | |
| * Add margin utils to the grid for fully functional grid control * bump the max filesize | |||||
| 2018-07-24 | Carousel indicators transition (#26902) | Martijn Cuppens | 2 | -2/+5 | |
| 2018-07-24 | Fix custom range height (#26898) | ysds | 1 | -1/+2 | |
| Fixes #26897 | |||||
| 2018-07-24 | Custom input range disabled styling (#26540) | Martijn Cuppens | 2 | -0/+23 | |
| 2018-07-24 | Merge branch 'garhbod-patch-1' into v4-dev | Mark Otto | 1 | -1/+23 | |
