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
AgeCommit message (Collapse)Author
2022-06-29Fix tooltip/badge border radius when rounded disabledJulien Déramond
2022-05-23Stylelint: Disable `custom-property-empty-line-before`Mark Otto
2022-05-13tooltip: ignore `$tooltip-margin` warning for coreXhmikosR
2022-05-06Fix proposallouismaxime.piton
2022-04-13Remove tooltip and popover styling as it is handled by Popper (#34627)GeoSot
* 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 <markdotto@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-03-13Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)Mark Otto
* 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-09Convert popovers to CSS variablesMark Otto
2022-03-09Deprecate the tooltip-arrow-bg color since we're using CSS variables to set ↵Mark Otto
tooltip colors
2022-03-09Document new CSS vars in tooltip docsMark Otto
2022-03-09Convert tooltips to CSS varsMark Otto
2022-03-01fix(tooltips|popovers): RTL arrowsGaël Poupard
2021-06-14Replace `/` division with multiplication and custom `divide()` function (#34245)Mark Otto
* 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 Poupard
2020-12-06Update to popper.js v2.xJohann-S
2020-12-04feat(RTL): implement RTLGaël Poupard
Using RTLCSS directives, renaming things to use logical names and following best practices.
2019-02-20Use consistent arrow class (#28105)Peter Blazejewicz
2019-02-08Responsive font size implementation (#23816)Martijn Cuppens
2017-12-28Allow customizing Popover and Tooltip `border-radius` while I'm at itPatrick Yeo
2017-12-28Allow customizing Popover and Tooltip `font-size` outside of `$font-size-sm`Patrick Yeo
2017-12-27lintingMark Otto
2017-12-27consolidate content properties, un-nestMark Otto
2017-12-23Fix tooltip/popover arrow size and positionsimonihmig
2017-11-06Convert px values to rem on tooltip variables (#23468)Andres Galante
* 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)XhmikosR
2017-05-24Placement auto for tooltipsJohann-S
2017-05-23Use Popper.js to manage arrow positionJohann-S
2017-05-14Fix tooltip margin to be stick at their callerJohann-S
2017-05-14Fix some css for the arrow of Popover/Tooltip + update documentationJohann-S
2017-05-14Fix arrow for tooltip and popoverJohann-S
2016-12-08Rename `.active` to `.show`Starsam80
2016-10-25Use a single class name for opened/expanded/shown state of widgetsJohann-S
2016-10-10one more syntax errorMark Otto
2016-10-10fix syntaxMark Otto
2016-10-10Merge branch 'tooltip-arrow' of https://github.com/brnrdog/bootstrap into ↵Mark Otto
brnrdog-tooltip-arrow
2016-01-18Apply word-wrap:break-word to Tooltips and PopoversChris Rebert
Fixes #16871 for v4
2016-01-07Introduce $tooltip-padding-{x,y} & $tooltip-margin varsChris Rebert
[skip sauce]
2015-08-26Convert tooltip's arrows to generated CSS content via :beforeBernardo Gurgel Filho
2015-08-18clean out comments that aren't all that helpfulMark Otto
2015-06-23drop the base (hahaha), no but seriously drop the -base from our vars since ↵Mark Otto
it's cleaner
2015-06-19Merge branch 'master' into v4Mark Otto
2015-05-28Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.css.map docs/assets/css/docs.min.css
2015-05-12rewritten tooltip + tether integration and death to our positioner jankfat
2015-03-29Merge branch 'master' into v4Mark Otto
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-04Merge branch 'master' into v4Mark Otto
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 Rebert
2014-12-29CSS: prefix .{right,left,top,bottom} with 'tooltip-'/'popover'Chris Rebert
2014-12-26Merge pull request #21 from twbs/deprecated-tooltip-placementsChris Rebert
Remove deprecated tooltip placements
2014-12-20rm trailing whitespaceChris Rebert
2014-12-16remove deprecated tooltip placementsChris Rebert
2014-12-11fix all validation, turn off some settings, add sort orderMark Otto