aboutsummaryrefslogtreecommitdiff
path: root/scss/mixins
AgeCommit message (Collapse)AuthorFilesLines
2021-09-15Backport #34937XhmikosR1-1/+1
Update a URL mentioning dead name
2021-09-08Replace Sass division with multiplication and custom divide() functionMark Otto3-14/+14
Fixes #34353. Co-Authored-By: Slaven Tomac <[email protected]>
2021-03-10Adjust feedback icon position and padding for select.form-controlMark Otto1-0/+10
2021-02-15fix(forms): input-group and validation icons (#32968)Gaël Poupard1-2/+2
Fixes #30131 Issue mentions `form-control` but it impacts `.custom-select` — but not `textarea` since it has a qualifying type selector that increases its specificty. So another way could be to set `select.custom-select` and `input.form-control`. Would there be any other tag concerned by those classes? Co-authored-by: XhmikosR <[email protected]>
2020-11-13Manually backport #32121 (#32141)XhmikosR1-1/+1
Use correct value order Co-authored-by: Martijn Cuppens <[email protected]>
2020-11-13Fix caniuse.com redirects (#32147)XhmikosR1-1/+1
2020-10-30Fix form validation tooltip alignment (#31557)Adam Jones1-0/+7
* Fix form validation tooltip alignment * Remove CSS hacks * Update _forms.scss Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-09-30Stylelint: replace deprecated optionsXhmikosR2-2/+2
2020-09-21Update devDependenciesXhmikosR1-1/+1
2020-09-21Backport #31689XhmikosR1-1/+1
docs: fix a few redirects * Fix GitHub's permanent redirects * Fix a11yproject redirects
2020-08-06Remove undefined `$ignore-warning`Martijn Cuppens1-1/+1
2020-08-06Deprecate the `make-container-max-widths` mixinXhmikosR1-0/+1
2020-08-06Restore make-container-max-widths mixinMark Otto1-0/+9
2020-08-06Remove flex: 1 0 100% from rows (#31439) (#31445)XhmikosR1-1/+0
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-06-24Prevent `.row` from shrinking in flex container (#30940)Gaël Poupard1-0/+1
2020-06-14Avoid duplication of container breakpoints (#30969)k-utsumi1-10/+0
2020-06-10Backport #30979 (#30999)Gaël Poupard1-1/+0
fix(grid)[manual backport]: zero min-width on .col has too much side-effects
2020-06-04fix(forms): IE11 misalign validation tooltips in input-groups (#30960)Gaël Poupard1-0/+1
2020-05-12Bump version to 4.5.0.XhmikosR1-1/+1
2020-04-28Backport #30605Martijn Cuppens1-12/+19
grid: checks for `$grid-columns > 0`
2020-04-28Backport #30606 (#30612)Catalin Zalog1-3/+5
checks for `$grid-row-columns`
2020-04-18Deprecate `bg-gradient-variant` mixin (#30594)Martijn Cuppens1-1/+2
Co-authored-by: XhmikosR <[email protected]>
2020-04-13Backport #30512Martijn Cuppens1-6/+6
Use `box-shadow` mixin for `.btn`
2020-04-13Backport #30480Martijn Cuppens1-2/+2
Use `box-shadow` mixin for form controls
2020-04-13Backport #30391Martijn Cuppens1-4/+14
transition() mixin prevent redundant 'transition: none' and pass `null`
2020-02-17Remove unnecessary reduce motion when `$enable-transition: false` (#30183)Shohei Yoshida1-4/+4
2020-02-17Avoid border-radius functions return negative values (#30166)Shohei Yoshida1-13/+26
* Avoid border-radius functions return negative values * Update _border-radius.scss Co-authored-by: XhmikosR <[email protected]>
2020-02-17Prevent grid with default cols from breaking when large pre was present (#30049)Jens Luyten1-0/+1
2019-11-26Release v4.4.0 (#29735)v4.4.0XhmikosR2-2/+2
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-02Add make-col-auto mixin (#29367)Mark Otto2-3/+7
2019-10-14Fix top level ampersand (#29518)Martijn Cuppens1-3/+5
Fixes dart sass compatibility.
2019-09-26Allow override default col widthysds2-2/+10
2019-09-26CleanupMark Otto1-0/+11
- 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-26Don't bind validation to form controlsMartijn Cuppens1-30/+7
2019-08-26Add deprecation warningMartijn Cuppens1-1/+2
2019-08-22Deprecate nav-divider() mixinMartijn Cuppens1-1/+2
2019-07-31Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule for v4 ↵Martijn Cuppens13-23/+23
mixins
2019-07-31Apply `at-mixin-argumentless-call-parentheses: always` stylelint ruleMartijn Cuppens1-4/+4
2019-07-30Backport "Use escape-svg() function (#29077)"Martijn Cuppens1-2/+2
Adapted for v4-dev.
2019-07-10Ignore the bg-variant deprecation warning in our files.Martijn Cuppens1-2/+2
2019-06-20Deprecate `bg-variant()` mixin (#28938)Martijn Cuppens1-0/+1
2019-05-30Fix background position (#28814)Sezer Esen1-1/+1
2019-05-09Scrollbar fix (#28417)Martijn Cuppens1-0/+1
2019-04-29Prevent form validation mixin from generating invalid CSS (#28447)Mark Otto1-14/+19
Extrapolates the previously used selector into a new mixin that only generates valid CSS by creating psuedo-classes for `valid` and `invalid`, and nothing else. Fixes #28380.
2019-04-29Fix buttons :focus state styles (#27890)Matěj Kříž1-0/+3
* Fix buttons :focus state styles Buttons :hover and :focus state shares styles. Buttons :focus text color on 'a.btn' is now consistent with others '.btn'. * `:focus` styles should be in sync with `.focus`. So shared styles with hover were copy to focus definition. Rather then using `hover-focus` mixin which do not contain `.focus`.
2019-03-01Deprecate form-control-focus mixin (#28262)Martijn Cuppens1-1/+2
2019-02-07Responsive font size implementation (#23816)Martijn Cuppens3-7/+7
2019-02-07Deprecate `img-retina()` mixin (#28072)Martijn Cuppens1-0/+1
2019-02-07Deprecate `invisible()` mixin (#28066)Martijn Cuppens1-0/+1