aboutsummaryrefslogtreecommitdiff
path: root/scss/_popover.scss
AgeCommit message (Expand)AuthorFilesLines
2022-09-04Add workarounds for postcss values parser errorGeremia Taglialatela1-5/+5
2022-05-22Stylelint: Disable `custom-property-empty-line-before`Mark Otto1-2/+0
2022-04-16Minor fixeslouismaxime.piton1-1/+1
2022-04-12Fix space between popover's arrow and triggering element (#35976)Julien Déramond1-5/+6
2022-04-12Remove tooltip and popover styling as it is handled by Popper (#34627)GeoSot1-4/+0
2022-04-06New CSS varlouismaxime.piton1-1/+2
2022-03-31Adding @include everytime it's not the caselouismaxime.piton1-1/+1
2022-03-13Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)Mark Otto1-60/+60
2022-03-08Convert popovers to CSS variablesMark Otto1-46/+82
2022-02-28fix(tooltips|popovers): RTL arrowsGaël Poupard1-0/+6
2021-06-14Replace `/` division with multiplication and custom `divide()` function (#34245)Mark Otto1-9/+9
2021-06-02Sets the correct color for popover header bottom borderBreno Reis1-1/+1
2021-02-03Remove the initial margin from dropdown/popover in favor of Popper (#32524)Rohit Sharma1-12/+0
2021-01-15Remove popover-arrow margin to fix alignment of the arrow (#32787)Mark Otto1-3/+0
2020-12-06fix(RTL)Gaël Poupard1-16/+16
2020-12-06Override margins set by popperMartijn Cuppens1-4/+8
2020-12-06Update to popper.js v2.xJohann-S1-4/+4
2020-12-04feat(RTL): implement RTLGaël Poupard1-22/+21
2020-10-13Colors rewrite (#30622)Martijn Cuppens1-1/+1
2019-10-31Add add and subtract functionysds1-4/+4
2019-05-07Fix incorrect variable for popover border radius (#28733)Shohei Yoshida1-5/+4
2019-02-20Use consistent arrow class (#28105)Peter Blazejewicz1-5/+5
2019-02-07Responsive font size implementation (#23816)Martijn Cuppens1-2/+2
2019-01-13Cleanup popover arrows (#28008)Martijn Cuppens1-52/+40
2018-12-21Apply arrow styles to direct descendants of bootstrap popover classesSam Tape1-20/+20
2018-12-14Remove redundant brackets (#27768)Martijn Cuppens1-1/+1
2017-12-28Allow customizing Popover and Tooltip `border-radius` while I'm at itPatrick Yeo1-1/+1
2017-12-28Allow customizing Popover and Tooltip `font-size` outside of `$font-size-sm`Patrick Yeo1-1/+1
2017-12-26lintingMark Otto1-9/+5
2017-12-26un-nest and un-chain popover classesMark Otto1-107/+106
2017-12-23Fix tooltip/popover arrow size and positionsimonihmig1-36/+30
2017-10-17changes popovers from px to remAndres Galante1-17/+16
2017-06-15Rename popover classesMark Otto1-11/+11
2017-05-24Placement auto for popoversJohann-S1-0/+14
2017-05-23Use Popper.js to manage arrow positionJohann-S1-16/+30
2017-05-14Fix some css for the arrow of Popover/Tooltip + update documentationJohann-S1-40/+38
2017-05-14Fix arrow for tooltip and popoverJohann-S1-30/+26
2017-04-13Fix popover arrow color for bottom positionIdan Cohen1-1/+1
2017-03-28ability to change text color in popovers (#22221)Praveen Puglia1-0/+2
2017-01-03clarify usage of base font-size so we know what's upMark Otto1-1/+1
2017-01-03Remove -size-root so we can respect user prefs on browser default font-sizeMark Otto1-2/+2
2016-10-09Merge branch 'tooltip-arrow' of https://github.com/brnrdog/bootstrap into brn...Mark Otto1-50/+74
2016-05-12Restore hiding of the .popover-title with :emptyMark Otto1-0/+4
2016-05-12Alternate fix to #19006: Add a single variable for controlling that inner 1px...Mark Otto1-1/+1
2016-01-17Apply word-wrap:break-word to Tooltips and PopoversChris Rebert1-0/+2
2016-01-16Extract $popover-box-shadow variableChris Rebert1-1/+1
2016-01-09Add variables for padding of popover title & contentChris Rebert1-2/+2
2016-01-07Fixes #18681: Use a local varible to calculate a unit-less border offset for ...Mark Otto1-1/+2
2015-11-14Add $popover-border-width; refs #18150Chris Rebert1-2/+2
2015-08-26Convert popover's arrows to generated CSS content via :before/:afterBernardo Gurgel Filho1-50/+74