- 26 Sep, 2018 1 commit
-
-
Howard Cox authored
Fixes #26695
-
- 12 Mar, 2018 1 commit
-
-
ysds authored
-
- 22 Jan, 2018 1 commit
-
-
Mark Otto authored
* Add .dropdown-item-text class * Add example of plain text within a .dropdown-menu, too * reorganize, simple/clearer headings
-
- 06 Nov, 2017 1 commit
-
-
XhmikosR authored
* use `background-color` instead of the shorthand * use `outline: 0` consistently * fix transform order * remove quotes from `SFMono-Regular`
-
- 29 Oct, 2017 1 commit
-
-
Johann-S authored
* Add dropright (right placement for our dropdown) * Add dropleft * moves drop left arrow to the left
-
- 22 Oct, 2017 1 commit
-
-
José Francisco authored
-
- 19 Oct, 2017 1 commit
-
-
Mark Otto authored
* Update the form focus mixin to use a manual `$enable-shadows` check so we can always ensure a focus state for accessibility and consistency * - Add new `$input-btn-focus-width` and `$input-btn-focus-color` variables. - Replace separate `$btn-focus-box-shadow` and `$input-focus-box-shadow` variables with unified `$input-btn-focus-box-shadow` to match our combined variables approach elsewhere. * Put new focus width var to use in buttons mixins * use new button input-box shadow var * Add a new mixin for quickly adding linear gradient to components when $enable-gradients is set to true * use correct var * fix focus shadows in button mixins * Add opt-in gradients to alerts, buttons, carousel, custom radios and checkboxes, custom file input, and dropdown items * Generate .bg-gradient- utilities * add headings to colors page and document bg-gradient utils * update the button color for active status, check with yiq as it's done for basic state an...
-
- 10 Oct, 2017 1 commit
-
-
XhmikosR authored
-
- 30 Sep, 2017 1 commit
-
-
Ari Rizzitano authored
Overriding the focus outline for links within the dropdown menu causes accessibility issues for keyboard-only users. This removes the override, reenabling the browser's default focus outline.
-
- 14 Aug, 2017 1 commit
-
-
Patrick Yeo authored
-
- 04 Aug, 2017 2 commits
-
-
Patrick Yeo authored
-
Patrick Yeo authored
-
- 30 May, 2017 1 commit
-
-
Mark Otto authored
-
- 17 May, 2017 1 commit
-
-
Johann-S authored
-
- 14 May, 2017 4 commits
- 14 Apr, 2017 1 commit
-
-
Patrick H. Lauke authored
* Replace backdrop with simple noop mouse listener As discussed in https://github.com/twbs/bootstrap/pull/22422 the current approach of injecting a backdrop (to work around iOS' broken event delegation for the `click` event) has annoying consequences on touch-enabled laptop/desktop devices. Instead of a backdrop `<div>`, here we simply add extra empty/noop mouse listeners to the immediate children of `<body>` (and remove them when the dropdown is closed) in order to force iOS to properly bubble a `click` resulting from a tap (essentially, method 2 from https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html) This is sufficient (except in rare cases where the user does manage to tap on the body itself, rather than any child elements of body - which is not very likely in an iOS phone/tablet scenario for most layouts) to get iOS to get a grip and do the correct event bubbling/delegation, meaning the regular "click" event w...
-
- 10 Apr, 2017 1 commit
-
-
Patrick H. Lauke authored
-
- 08 Apr, 2017 2 commits
-
-
Mark Otto authored
- Closes #21622 which kept the 3px - Puts variable in proper order for shorthand (y x)
-
-
- 13 Mar, 2017 1 commit
-
- 04 Jan, 2017 2 commits
- 02 Jan, 2017 1 commit
-
-
Mark Otto authored
remove magic dropdown positioning for fixed bottom; folks should set this as needed with .dropup modifier
-
- 28 Dec, 2016 1 commit
-
-
Mark Otto authored
- Removes the plain-hover-focus mixin from active and disabled states; no need for them. - Adds :active and :disabled since we can use button elements here, too. - Wrap the disabled background-image override in an -gradients condition.
-
- 22 Dec, 2016 1 commit
-
-
Bardi Harborow authored
-
- 08 Dec, 2016 1 commit
-
-
Starsam80 authored
-
- 25 Oct, 2016 1 commit
-
-
Johann-S authored
-
- 19 Oct, 2016 1 commit
-
-
Simon Bächler authored
Websites might use different weights such as medium or thin or use light as default weight instead of normal. Also referenced: #18605 and #16170.
-
- 03 Oct, 2016 1 commit
-
- 18 Feb, 2016 1 commit
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 17 Feb, 2016 2 commits
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 16 Feb, 2016 1 commit
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 07 Feb, 2016 2 commits
- 04 Feb, 2016 1 commit
-
-
Mark Otto authored
- Rename -height to -height-base to match other vars - Drop use of -height across the board and rely on it to be inherited - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also)
-
- 17 Jan, 2016 1 commit
-
-
Chris Rebert authored
-