Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)Author
2019-04-30Remove IE leftover (#28699)Martijn Cuppens
Removed leftover from #27789
2019-04-25Prevent form validation mixin from generating invalid CSS (#28447)Mark Otto
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-25Sync plain text font-size with `$input-font-size` (#28464)Shohei Yoshida
2019-04-23Separate `$btn-link` colors from `$link-color` (#28681)GeoSot
2019-04-21Remove redundant slashes (#28677)Martijn Cuppens
2019-04-13Add `$custom-control-label-color` variable (#28633)Shohei Yoshida
2019-04-08Change toast border radius to use `$border-radius` (#28621)Ted Kesgar
Currently, `$toast-border-radius` uses the value of `.25rem`. This is inconsistent with other variables such as `$btn-border-radius` and `$input-border-radius`, which uses the "global" `$border-radius` variable.
2019-04-05Fix buttons :focus state styles (#27890)Matěj Kříž
* 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-29Remove scss variable defined twice (#28567)Loïc Goyet
2019-03-21Check prefers-reduced-motion variable before adding reduced motion media ↵Patrick H. Lauke
query for animated progress bars (#28530)
2019-03-18Workaround for MS edge bug (#28275)Shohei Yoshida
2019-03-18Revert "Remove IE-specific breadcrumb CSS hack"XhmikosR
This reverts commit 9fda96e197abc9eba24962443ed79bc11fef485c.
2019-03-14Remove hover states on background utilities (#28457)Martijn Cuppens
2019-03-14v5: Drop remaining deprecated mixins (#28461)Mark Otto
- Deletes mixin mentions from float docs - Deletes mixin mention from visibility docs - Deletes the image-replacement page for text-hide
2019-03-14v5: Update badges (#28458)Mark Otto
- Drop hover and focus states - Drop .badge-* variants and associated mixin for .bg-* utilities - Drop .badge-pill for .rounded-pill utliity and adjust horizontal padding to find middle ground of .badge and old .badge-pill - Remove unused variables - Add default color value to .badge base class - Update docs to reflect changes
2019-03-12Remove indiscriminate outline suppression for tabindex="-1" elements (#28437)Patrick H. Lauke
instead, only apply outline suppression if the browser wouldn't normally apply the focus outline, using the (currently experimental) `:focus-visible` pseudo-class
2019-03-12v5: Don't automatically adjust all hr elements in alert variants (#28462)Mark Otto
2019-03-12v5: Drop deprecated size mixin (#28460)Mark Otto
2019-03-12Drop deprecated img-retina mixin (#28459)Mark Otto
2019-03-07Add <ol> to nav's comment (#28426)Shohei Yoshida
2019-03-06Update RFS to v8.0.2 (#28405)Martijn Cuppens
2019-03-05disable assert assending check if the previous unit was a percentual value ↵mspae
(#28400)
2019-03-04Hyphenate server-side (#28401)Jonathan
2019-02-26Fix border if only one card (#28365)Martijn Cuppens
2019-02-20Remove IE-specific breadcrumb CSS hackMark Otto
2019-02-20Change breadcrumb item padding variable name (#28125)astrahov
2019-02-20Use consistent arrow class (#28105)Peter Blazejewicz
2019-02-15Deprecate form-control-focus mixin (#28262)Martijn Cuppens
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR
2019-02-13Update RFS to v8.0.1 (#28245)Martijn Cuppens
Remove warning if RFS is included more than once.
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
2019-02-08Responsive font size implementation (#23816)Martijn Cuppens
2019-02-07Remove `-ms-autohiding-scrollbar` to prevent overlapping the table content ↵Shohei Yoshida
(#28153)
2019-02-07Optional btn & input font sizes (#28068)Martijn Cuppens
2019-02-07Deprecate `img-retina()` mixin (#28072)Martijn Cuppens
2019-02-07Deprecate `invisible()` mixin (#28066)Martijn Cuppens
2019-02-07Add map-name param to _assert-starts-at-zero (#24986)Zachary Welch
* Add map-name param to _assert-starts-at-zero * Set default value for backwards compatibility
2019-02-07Create `border-top-left-radius` and `border-bottom-right-radius` mixins (#28100)João Lucas
* Create border-top-left-radius mixin * Create border-bottom-right-radius mixin
2019-02-07Deprecate size mixin (#28067)Martijn Cuppens
2019-02-07Add text-decoration to .btn-link. (#28169)Bardi Harborow
2019-02-06Fix text break in Firefox (#28063)Martijn Cuppens
2019-02-04Fix dropdown radius if `$dropdown-padding-y` is not 0 (#28127)Martijn Cuppens
2019-01-25Fix custom select caret issue on IE (#28112)Shohei Yoshida
2019-01-25Fix validated custom select bg color (#28119)Shohei Yoshida
2019-01-24Deprecate float mixins (#28104)Martijn Cuppens
2019-01-24Add `!important` to `.text-monospace` utility class (#28064)Martijn Cuppens
2019-01-23Add default value for `$ignore-warning` (#28103)Martijn Cuppens
2019-01-22Add `deprecate()` mixin (#28092)Martijn Cuppens
2019-01-21Make component colors configurable (#28035)Martijn Cuppens
2019-01-21Scrollable modal (#27769)Shohei Yoshida