0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/scss
Patrick H. Lauke df79aad5e4 Remove explicit suppression of focus outline
It's unclear what the reason for first introducing the original hack here (for `[tabindex="-1"]:focus {...}`) was. Seems something that may have been useful/necessary in SuitCSS, but don't think BS ever relied on this. https://github.com/twbs/bootstrap/issues/18330
It's since been modified to only apply when the browser wouldn't apply a visible outline anyway based on its own heuristics (the `:not(:focus-visible)` part) https://github.com/twbs/bootstrap/pull/28437/

But now, thinking this through more...in browsers that do support this pseudo-selector, what this is essentially saying is redundant: don't apply outline in cases where a `tabindex="-1"` element receives focus but the browser wouldn't normally apply focus outline". at best, this is unnecessary. at worst, this actually overrides things an author may explicitly be trying to do with adding `:focus { outline: ... }` explicitly.
2021-02-10 19:35:52 -08:00
..
forms Drop transition on .form-check, keep on .form-switch 2021-01-14 19:46:50 -08:00
helpers fix(ratio): missing variable prefix (#32501) 2021-01-06 08:14:54 +02:00
mixins Add Sass docs (variables, mixins, and loops) to most pages (#32747) 2021-02-10 19:29:59 -08:00
utilities Utility API, RFS option: Only generate responsive classes when needed (#32397) 2020-12-09 23:49:21 +02:00
vendor Update RFS to 9.0.3 (#30581) 2020-04-14 14:04:29 +02:00
_accordion.scss fix(accordion): ensure .accordion-button stays left-aligned (#32951) 2021-02-03 21:44:48 +02:00
_alert.scss Fix: variables collide with globals (#32492) 2020-12-17 07:02:20 +02:00
_badge.scss Improve gradients 2020-05-15 15:03:12 +03:00
_breadcrumb.scss feat(RTL): implement RTL 2020-12-04 07:52:03 +02:00
_button-group.scss feat(RTL): implement RTL 2020-12-04 07:52:03 +02:00
_buttons.scss Add Sass docs (variables, mixins, and loops) to most pages (#32747) 2021-02-10 19:29:59 -08:00
_card.scss feat(RTL): implement RTL 2020-12-04 07:52:03 +02:00
_carousel.scss _carousel.scss: Fix typo in comment (#32950) 2021-02-01 15:22:24 +02:00
_close.scss Consistently use outline:0 rather than outline:none (#32751) 2021-01-10 16:13:08 +00:00
_containers.scss 🔥 Remove container duplication 2020-06-12 14:29:43 -07:00
_dropdown.scss Dropdown — Change the selector to check the use of Popper (#33003) 2021-02-09 21:04:23 +02:00
_forms.scss Drop custom file upload plugin in favor of CSS 2020-10-28 18:29:28 +01:00
_functions.scss Rename scale-color() function to shift-color() to avoid collision with Sass's own color function (#32149) 2020-11-13 20:50:59 +02:00
_grid.scss Switch to custom properties to control grid gutter widths (#30475) 2020-03-30 15:12:36 +02:00
_helpers.scss Rename the classes and docs page, update everything accordingly 2020-09-23 13:30:11 -07:00
_images.scss Apply at-mixin-argumentless-call-parentheses: always stylelint rule 2019-07-24 10:31:49 +03:00
_list-group.scss Fix: variables collide with globals (#32492) 2020-12-17 07:02:20 +02:00
_mixins.scss Cleanup/fix after the sr-only to visually-hidden renaming (#31359) 2020-07-31 10:27:36 +01:00
_modal.scss Add Sass docs (variables, mixins, and loops) to most pages (#32747) 2021-02-10 19:29:59 -08:00
_nav.scss Dynamic tabs: use buttons rather than links (#32630) 2021-02-09 07:23:45 +02:00
_navbar.scss Add Sass docs (variables, mixins, and loops) to most pages (#32747) 2021-02-10 19:29:59 -08:00
_pagination.scss Add two new variables for pagination border-radius values (#32423) 2020-12-14 15:34:01 +02:00
_popover.scss Remove the initial margin from dropdown/popover in favor of Popper (#32524) 2021-02-03 21:37:25 +02:00
_progress.scss Add Sass docs (variables, mixins, and loops) to most pages (#32747) 2021-02-10 19:29:59 -08:00
_reboot.scss Remove explicit suppression of focus outline 2021-02-10 19:35:52 -08:00
_root.scss Add Sass variable for CSS variable prefix (#31684) 2020-09-30 08:32:58 +03:00
_spinners.scss Add Sass docs (variables, mixins, and loops) to most pages (#32747) 2021-02-10 19:29:59 -08:00
_tables.scss Use box shadows instead of linear gradients to colorize tables (#32348) 2020-12-11 15:49:22 +02:00
_toasts.scss Add word-break to .toast-body (#32670) 2021-01-13 09:21:57 -08:00
_tooltip.scss fix(RTL) 2020-12-06 18:42:40 +02:00
_transitions.scss Add Sass docs (variables, mixins, and loops) to most pages (#32747) 2021-02-10 19:29:59 -08:00
_type.scss v5: Redo blockquote attributions (#30814) 2020-06-12 14:26:37 -07:00
_utilities.scss Add Sass docs (variables, mixins, and loops) to most pages (#32747) 2021-02-10 19:29:59 -08:00
_variables.scss Add Sass docs (variables, mixins, and loops) to most pages (#32747) 2021-02-10 19:29:59 -08:00
bootstrap-grid.scss Release v5.0.0-beta2 (#32467) 2021-02-10 18:14:51 +02:00
bootstrap-reboot.scss Release v5.0.0-beta2 (#32467) 2021-02-10 18:14:51 +02:00
bootstrap-utilities.scss Release v5.0.0-beta2 (#32467) 2021-02-10 18:14:51 +02:00
bootstrap.scss Release v5.0.0-beta2 (#32467) 2021-02-10 18:14:51 +02:00