aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2018-10-20Update _custom-forms.scss (#27276)719media1-1/+0
user-select has no effect on before/after pseudo elements
2018-10-20changes the variables for input font sizeandresgalante1-1/+1
2018-10-20Fix #26372: disabled btn hover issue (#27407)Ian Walter1-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-20Custom select inconsistent padding (#27415)semenyakNik1-2/+2
2018-10-20Remove redundant width and height propertiesMartijn Cuppens1-4/+0
2018-10-20Set touch-action to "none"patrickhlauke1-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-20Use correct touch-action valuespatrickhlauke1-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-20use pointer events if availableJohann-S1-0/+4
2018-10-20Add font weight options for form controls and custom select (#27343)Andres Galante3-0/+6
2018-10-20table: Add border color relative to theme for accessibility (#25755)Bastien3-2/+14
2018-10-19feat: keep contrast on `.table-dark`Catalin Zalog1-1/+1
In case we set `$body-bg` to a dark color, we have to keep table contrast relevant.
2018-10-19Fix size of modal dialogs at different widths (#27094)namiltd1-1/+4
2018-10-19Fix double border on list-group (#27126)Roy Klutman1-0/+5
2018-10-17Fix btn focus color (#27178)Martijn Cuppens1-2/+1
2018-10-06Add overflow-auto and overflow-hidden utilitiesMark Otto4-5/+12
2018-09-26Prevent pointer events on disabled list-group-itemHoward Cox1-0/+1
2018-09-26Prevent pointer-events on disabled anchor dropdown-itemHoward Cox1-0/+1
Fixes #26695
2018-09-18Allow multiple ways of padding declaration for modal header (#26976)Martijn Cuppens2-2/+4
* #26967: Allow multiple ways of padding declaration for modal header * #26976: split vertical and horizontal modal padding
2018-09-18Add new variables for form feedback tooltips (#26959)Mark Otto2-5/+13
Fixes #26886
2018-09-18Consistently re-use input variablesMark Otto1-14/+14
2018-09-18Variable .btn and .form-control font sizes (#26908)Martijn Cuppens3-10/+19
2018-09-18Bring the focused button in input group to the front (#26910)ysds1-0/+4
2018-09-17#27220: cleanup .btn-link hover/focus properties (#27250)Martijn Cuppens1-4/+0
2018-09-16_variables.scss comments/spacing consistency (#27247)Catalin Zalog1-3/+13
* style: `_variables.scss` comments consistency * style: `_variables.scss` spacing consistency
2018-09-14Selector improvement (#27219)Martijn Cuppens2-2/+2
2018-09-13creates variables for navbar brand colors #27187Andres Galante2-4/+9
2018-09-02Ignore percentage values for compare in mapsRoman O1-1/+1
2018-09-02Set .btn base colorMartijn Cuppens1-0/+2
2018-09-02Move transparent background to .btn and remove background-imageMartijn Cuppens2-2/+1
2018-09-02Set max-width to 100%Martijn Cuppens1-1/+1
Fixes #27114
2018-09-02Remove `-webkit-text-decoration-skip`Martijn Cuppens1-1/+0
2018-09-02#27112: fix border focus border colorMartijn Cuppens2-7/+2
2018-09-02Move CSS of hover underline to base from color variantsysds2-1/+6
2018-08-28Remove extra line breakysds1-2/+0
2018-08-26Simpler carousel indicators css (#26996)Martijn Cuppens2-36/+21
2018-08-26Remove redundant space from blockquote footer prefixacj1-1/+1
2018-08-26Move blockquote footer font size to variablesacj2-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-25add text-reset to text utilities (#26866)m5o1-0/+4
2018-08-25Round corners on modal footerMark Otto1-0/+1
Matches the method used for the modal header. Fixes #26955.
2018-08-19Remove nowrap from .btnRowan-James Tran1-1/+0
2018-08-19#26975: remove grid columns min heightMartijn Cuppens2-2/+0
2018-08-13Change if statementMartijn Cuppens1-1/+1
2018-08-13Tweak modal transform (#27005)Martijn Cuppens2-2/+4
2018-07-29Merge branch 'form-validation-icons' into v4-devMark Otto3-4/+64
2018-07-29Fix custom-select font size/padding (#26585)Robert2-6/+12
fixes #26476
2018-07-28Add margin utils to the grid for fully functional grid control (#26957)Mark Otto1-0/+1
* Add margin utils to the grid for fully functional grid control * bump the max filesize
2018-07-24Carousel indicators transition (#26902)Martijn Cuppens2-2/+5
2018-07-24Fix custom range height (#26898)ysds1-1/+2
Fixes #26897
2018-07-24Custom input range disabled styling (#26540)Martijn Cuppens2-0/+23
2018-07-24Merge branch 'garhbod-patch-1' into v4-devMark Otto1-1/+23