Conversation
Closed
gijsbotje
added a commit
to gijsbotje/bootstrap
that referenced
this pull request
Dec 31, 2017
* dist * Outline active focus (twbs#25145) * Base the outline button :active color on the background, fixing a contrast issue * Only apply focus outline to active when it's focused * Add modal-dialog-centered class to vertically centered modal example. * removes hardcoded value for nav-link padding * Apply of twbs#25068 to input group * dist * docs: Fix overflow issue in IE. (twbs#25142) * Allow nested structure for accordions (twbs#25121) This commit allows nested structures for accordions. Also a part of the documentation about data-children is removed because this functionality didn't work and it's not applicable anymore. Tests with the collapse accordion are also a bit adjusted to the new situation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #25135.
:focusoutline to be only on the:activestate when it's truly focused.:activestate of outline buttons. Thecoloris now contrasting from the$active-background.See fixes at https://codepen.io/emdeoh/pen/mpmLde?editors=1100.
/cc @mudrz @719media