aboutsummaryrefslogtreecommitdiff
path: root/scss/_tooltip.scss
AgeCommit message (Collapse)AuthorFilesLines
2021-09-08Deprecate the tooltip-arrow-bg color since we're using CSS variables to set ↵Mark Otto1-2/+0
tooltip colors
2021-09-08Document new CSS vars in tooltip docsMark Otto1-0/+2
2021-09-08Convert tooltips to CSS varsMark Otto1-23/+34
put the border-radius var to use Simplify custom tooltips
2021-06-14Replace `/` division with multiplication and custom `divide()` function (#34245)Mark Otto1-4/+4
* 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
2020-12-06fix(RTL)Gaël Poupard1-8/+8
2020-12-06Update to popper.js v2.xJohann-S1-8/+8
2020-12-04feat(RTL): implement RTLGaël Poupard1-12/+12
Using RTLCSS directives, renaming things to use logical names and following best practices.
2019-02-20Use consistent arrow class (#28105)Peter Blazejewicz1-5/+5
2019-02-07Responsive font size implementation (#23816)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-4/+4
2017-12-26consolidate content properties, un-nestMark Otto1-50/+55
2017-12-23Fix tooltip/popover arrow size and positionsimonihmig1-13/+16
2017-11-06Convert px values to rem on tooltip variables (#23468)Andres Galante1-4/+4
* converts px valures to rem on tooltip variables * keep as px to match popover changes
2017-10-10Refactor a few selectors so that the least specific ones are first. (#24310)XhmikosR1-6/+6
2017-05-24Placement auto for tooltipsJohann-S1-0/+14
2017-05-23Use Popper.js to manage arrow positionJohann-S1-13/+23
2017-05-14Fix tooltip margin to be stick at their callerJohann-S1-4/+1
2017-05-14Fix some css for the arrow of Popover/Tooltip + update documentationJohann-S1-8/+8
2017-05-14Fix arrow for tooltip and popoverJohann-S1-13/+9
2016-12-07Rename `.active` to `.show`Starsam801-1/+1
2016-10-25Use a single class name for opened/expanded/shown state of widgetsJohann-S1-1/+1
2016-10-09one more syntax errorMark Otto1-1/+1
2016-10-09fix syntaxMark Otto1-4/+4
2016-10-09Merge branch 'tooltip-arrow' of https://github.com/brnrdog/bootstrap into ↵Mark Otto1-12/+15
brnrdog-tooltip-arrow
2016-01-17Apply word-wrap:break-word to Tooltips and PopoversChris Rebert1-0/+2
Fixes #16871 for v4
2016-01-06Introduce $tooltip-padding-{x,y} & $tooltip-margin varsChris Rebert1-5/+5
[skip sauce]
2015-08-26Convert tooltip's arrows to generated CSS content via :beforeBernardo Gurgel Filho1-12/+15
2015-08-17clean out comments that aren't all that helpfulMark Otto1-5/+0
2015-06-22drop the base (hahaha), no but seriously drop the -base from our vars since ↵Mark Otto1-1/+1
it's cleaner
2015-06-18Merge branch 'master' into v4Mark Otto1-5/+3
2015-05-27Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto1-44/+52
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.css.map docs/assets/css/docs.min.css
2015-05-11rewritten tooltip + tether integration and death to our positioner jankfat1-45/+53
2015-03-29Merge branch 'master' into v4Mark Otto1-1/+0
Conflicts: .gitignore Gruntfile.js _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_includes/components/navbar.html docs/_includes/components/progress-bars.html docs/_includes/css/grid.html docs/_includes/css/overview.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/license.html docs/_includes/getting-started/third-party-support.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_includes/nav/main.html docs/about.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/migration.html js/affix.js js/alert.js js/button.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tests/visual/modal.html js/tooltip.js less/component-animations.less less/jumbotron.less less/mixins/background-variant.less less/mixins/buttons.less less/mixins/responsive-visibility.less less/mixins/text-emphasis.less less/navbar.less less/navs.less less/scaffolding.less less/tooltip.less less/utilities.less less/variables.less package.json scss/_buttons.scss scss/_forms.scss scss/_modal.scss
2015-01-03Merge branch 'master' into v4Mark Otto1-1/+1
Conflicts: Gruntfile.js dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs/_data/glyphicons.yml docs/_includes/components/alerts.html docs/_includes/components/badges.html docs/_includes/components/breadcrumbs.html docs/_includes/components/button-dropdowns.html docs/_includes/components/button-groups.html docs/_includes/components/dropdowns.html docs/_includes/components/glyphicons.html docs/_includes/components/input-groups.html docs/_includes/components/jumbotron.html docs/_includes/components/labels.html docs/_includes/components/list-group.html docs/_includes/components/media.html docs/_includes/components/navbar.html docs/_includes/components/navs.html docs/_includes/components/page-header.html docs/_includes/components/pagination.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/components/responsive-embed.html docs/_includes/components/thumbnails.html docs/_includes/components/wells.html docs/_includes/css/buttons.html docs/_includes/css/code.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.html docs/_includes/css/tables.html docs/_includes/css/type.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/whats-included.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/modal.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/nav/components.html docs/_includes/nav/javascript.html docs/_jade/customizer-variables.jade docs/_layouts/default.html docs/about.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/customize.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css less/glyphicons.less less/mixins/vendor-prefixes.less less/navbar.less less/popovers.less less/tables.less less/theme.less less/tooltip.less less/variables.less package.json scss/_carousel.scss scss/_close.scss scss/_forms.scss test-infra/npm-shrinkwrap.json
2014-12-29refactor tooltip+popover CSS to decrease chaining+nestingChris Rebert1-48/+43
2014-12-29CSS: prefix .{right,left,top,bottom} with 'tooltip-'/'popover'Chris Rebert1-8/+8
2014-12-26Merge pull request #21 from twbs/deprecated-tooltip-placementsChris Rebert1-29/+0
Remove deprecated tooltip placements
2014-12-19rm trailing whitespaceChris Rebert1-13/+13
2014-12-15remove deprecated tooltip placementsChris Rebert1-29/+0
2014-12-11fix all validation, turn off some settings, add sort orderMark Otto1-7/+23
2014-12-02convert to scssMark Otto1-0/+103