| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-04 | Add workarounds for postcss values parser error | Geremia Taglialatela | 1 | -5/+5 | |
| postcss-values-parser returns a syntax error when a negative value is provided in a `calc` function after a CSS variable. This is not an issue with Bootstrap itself, but a workaround to allow projects using postcss-values-parser to keep upgrading and compiling bootstrap Ref: shellscape/postcss-values-parser#138, twbs/bootstrap#35033 Fix: #36851 | |||||
| 2022-05-22 | Stylelint: Disable `custom-property-empty-line-before` | Mark Otto | 1 | -2/+0 | |
| 2022-04-16 | Minor fixes | louismaxime.piton | 1 | -1/+1 | |
| 2022-04-12 | Fix space between popover's arrow and triggering element (#35976) | Julien Déramond | 1 | -5/+6 | |
| * Fix margin between popover arrow and triggering element * Oups-use .25 increment for bundlewatch Co-authored-by: Mark Otto <[email protected]> | |||||
| 2022-04-12 | Remove tooltip and popover styling as it is handled by Popper (#34627) | GeoSot | 1 | -4/+0 | |
| * Remove not needed css form tooltip & popover as it is made by popper Remove tooltip margin variable, as popper needs margin to be zero * Remove popover left/top initializers as they are handled by popper * nullify `margin` variable and add deprecation message * Document change in migration guide * Update _variables.scss Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2022-04-06 | New CSS var | louismaxime.piton | 1 | -1/+2 | |
| 2022-03-31 | Adding @include everytime it's not the case | louismaxime.piton | 1 | -1/+1 | |
| 2022-03-13 | Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981) | Mark Otto | 1 | -60/+60 | |
| * Add additional root variables, rename $variable-prefix to $prefix - Adds new root CSS variables for border-radius, border-width, border-color, and border-style - Adds new root CSS variables for heading-color, link-colors, code color, and highlight color - Replaces most instances of Sass variables (for border-radius, border-color, border-style, and border-width) for CSS variables inside _variables.scss - Updates $mark-padding to be an even pixel number - Renames $variable-prefix to $prefix throughout * Bundlewatch | |||||
| 2022-03-08 | Convert popovers to CSS variables | Mark Otto | 1 | -46/+82 | |
| 2022-02-28 | fix(tooltips|popovers): RTL arrows | Gaël Poupard | 1 | -0/+6 | |
| 2021-06-14 | Replace `/` division with multiplication and custom `divide()` function (#34245) | Mark Otto | 1 | -9/+9 | |
| * Convert bulk of division to multiplication * Use custom divide() function instead of Dart Sass math module for greater compatibility * Apply suggestions from code review * Fix functions | |||||
| 2021-06-02 | Sets the correct color for popover header bottom border | Breno Reis | 1 | -1/+1 | |
| 2021-02-03 | Remove the initial margin from dropdown/popover in favor of Popper (#32524) | Rohit Sharma | 1 | -12/+0 | |
| * Remove the margin from dropdown in favor of Popper - Set the default margin to 0 for dropdowns (To remove the Popper's warning) - Set the required offset in dropdown's defaults * Remove the margin from the popover component Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-01-15 | Remove popover-arrow margin to fix alignment of the arrow (#32787) | Mark Otto | 1 | -3/+0 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-06 | fix(RTL) | Gaël Poupard | 1 | -16/+16 | |
| 2020-12-06 | Override margins set by popper | Martijn Cuppens | 1 | -4/+8 | |
| 2020-12-06 | Update to popper.js v2.x | Johann-S | 1 | -4/+4 | |
| 2020-12-04 | feat(RTL): implement RTL | Gaël Poupard | 1 | -22/+21 | |
| Using RTLCSS directives, renaming things to use logical names and following best practices. | |||||
| 2020-10-13 | Colors rewrite (#30622) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-10-31 | Add add and subtract function | ysds | 1 | -4/+4 | |
| 2019-05-07 | Fix incorrect variable for popover border radius (#28733) | Shohei Yoshida | 1 | -5/+4 | |
| * Use $popover-border-radius * Move and rename the local $offset-border-width to the global variable | |||||
| 2019-02-20 | Use consistent arrow class (#28105) | Peter Blazejewicz | 1 | -5/+5 | |
| 2019-02-07 | Responsive font size implementation (#23816) | Martijn Cuppens | 1 | -2/+2 | |
| 2019-01-13 | Cleanup popover arrows (#28008) | Martijn Cuppens | 1 | -52/+40 | |
| 2018-12-21 | Apply arrow styles to direct descendants of bootstrap popover classes | Sam Tape | 1 | -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-14 | Remove redundant brackets (#27768) | Martijn Cuppens | 1 | -1/+1 | |
| 2017-12-28 | Allow customizing Popover and Tooltip `border-radius` while I'm at it | Patrick Yeo | 1 | -1/+1 | |
| 2017-12-28 | Allow customizing Popover and Tooltip `font-size` outside of `$font-size-sm` | Patrick Yeo | 1 | -1/+1 | |
| 2017-12-26 | linting | Mark Otto | 1 | -9/+5 | |
| 2017-12-26 | un-nest and un-chain popover classes | Mark Otto | 1 | -107/+106 | |
| 2017-12-23 | Fix tooltip/popover arrow size and position | simonihmig | 1 | -36/+30 | |
| 2017-10-17 | changes popovers from px to rem | Andres Galante | 1 | -17/+16 | |
| 2017-06-15 | Rename popover classes | Mark Otto | 1 | -11/+11 | |
| Part of an update to align the naming schemes across our components. - Renames .popover-title to .popover-header - Renames .popover-content to .popover-body Refs: #22092 | |||||
| 2017-05-24 | Placement auto for popovers | Johann-S | 1 | -0/+14 | |
| 2017-05-23 | Use Popper.js to manage arrow position | Johann-S | 1 | -16/+30 | |
| 2017-05-14 | Fix some css for the arrow of Popover/Tooltip + update documentation | Johann-S | 1 | -40/+38 | |
| 2017-05-14 | Fix arrow for tooltip and popover | Johann-S | 1 | -30/+26 | |
| 2017-04-13 | Fix popover arrow color for bottom position | Idan Cohen | 1 | -1/+1 | |
| 2017-03-28 | ability to change text color in popovers (#22221) | Praveen Puglia | 1 | -0/+2 | |
| 2017-01-03 | clarify usage of base font-size so we know what's up | Mark Otto | 1 | -1/+1 | |
| 2017-01-03 | Remove -size-root so we can respect user prefs on browser default font-size | Mark Otto | 1 | -2/+2 | |
| 2016-10-09 | Merge branch 'tooltip-arrow' of https://github.com/brnrdog/bootstrap into ↵ | Mark Otto | 1 | -50/+74 | |
| brnrdog-tooltip-arrow | |||||
| 2016-05-12 | Restore hiding of the .popover-title with :empty | Mark Otto | 1 | -0/+4 | |
| 2016-05-12 | Alternate fix to #19006: Add a single variable for controlling that inner ↵ | Mark Otto | 1 | -1/+1 | |
| 1px padding on .popover | |||||
| 2016-01-17 | Apply word-wrap:break-word to Tooltips and Popovers | Chris Rebert | 1 | -0/+2 | |
| Fixes #16871 for v4 | |||||
| 2016-01-16 | Extract $popover-box-shadow variable | Chris Rebert | 1 | -1/+1 | |
| 2016-01-09 | Add variables for padding of popover title & content | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-01-07 | Fixes #18681: Use a local varible to calculate a unit-less border offset for ↵ | Mark Otto | 1 | -1/+2 | |
| the popover title | |||||
| 2015-11-14 | Add $popover-border-width; refs #18150 | Chris Rebert | 1 | -2/+2 | |
| 2015-08-26 | Convert popover's arrows to generated CSS content via :before/:after | Bernardo Gurgel Filho | 1 | -50/+74 | |
