- 13 Jun, 2017 6 commits
-
-
Patrick Yeo authored
(#22414) Rename for consistency `$input-bg-disabled`, `$input-bg-focus`, `$input-border-color-focus`, `$input-box-shadow-focus`, `$input-color-focus`, `$input-color-placeholder` to `$input-disabled-bg`, `$input-focus-bg`, `$input-focus-border-color`, `$input-focus-box-shadow`, `$input-focus-color`, `$input-placeholder-color`, respectively
-
Patrick Yeo authored
(#22414) Rename for consistency `$custom-control-disabled-indicator-bg`, `$custom-control-disabled-description-color`, `$custom-control-checked-indicator-color`, `$custom-control-checked-indicator-bg`, `$custom-control-checked-indicator-box-shadow`, `$custom-control-focus-indicator-box-shadow`, `$custom-control-active-indicator-color`, `$custom-control-active-indicator-bg`, `$custom-control-active-indicator-box-shadow` to `$custom-control-indicator-disabled-bg`, `$custom-control-description-disabled-color`, `$custom-control-indicator-checked-color`, `$custom-control-indicator-checked-bg`, `$custom-control-indicator-checked-box-shadow`, `$custom-control-indicator-focus-box-shadow`, `$custom-control-indicator-active-color`, `$custom-control-indicator-active-bg`, `$custom-control-indicator-active-box-shadow`, respectively
-
Patrick Yeo authored
(#22414) Renamed for consistency `$nav-disabled-link-color`, `$nav-tabs-active-link-color`, `$nav-tabs-active-link-bg`, `$nav-tabs-active-link-border-color`, `$nav-pills-active-link-color`, `$nav-pills-active-link-bg` to `$nav-link-disabled-color`, `$nav-tabs-link-active-color`, `$nav-tabs-link-active-bg`, `$nav-tabs-link-active-border-color`, `$nav-pills-link-active-color`, `$nav-pills-link-active-bg`, respectively
-
Patrick Yeo authored
(#22414) Renamed for consistency `$modal-dialog-sm-up-margin-y`, `$modal-content-xs-box-shadow`, `$modal-content-sm-up-box-shadow`, to `$modal-dialog-margin-y-sm-up`, `$modal-content-box-shadow-xs`, `$modal-content-box-shadow-sm-up`, respectively
-
Mark Otto authored
-
Mark Otto authored
-
- 04 Jun, 2017 1 commit
-
-
Patrick Yeo authored
-
- 01 Jun, 2017 1 commit
-
-
Patrick Yeo authored
-
- 27 May, 2017 1 commit
-
-
Patrick Yeo authored
Rename `$navbar-*-toggler-bg` to `$navbar-*-toggler-icon-bg` since it's placed on .navbar-toggler-icon (#22564)
-
- 23 May, 2017 1 commit
-
-
Johann-S authored
-
- 14 May, 2017 1 commit
-
-
Johann-S authored
-
- 08 May, 2017 1 commit
-
-
Sebastiaan Nijland authored
-
- 16 Apr, 2017 1 commit
-
-
Patrick Yeo authored
* Rename variable $input-border-focus to $input-border-color-focus * Rename variables $pagination-hover-border, $pagination-active-border, $pagination-disabled-border to $pagination-hover-border-color, $pagination-active-border-color, $pagination-disabled-border-color, respectively * Rename variables $state-*-border to $state-*-border-color, respectively * Rename variables $alert-*-border to $alert-*-border-color * Rename $list-group-active-border to $list-group-active-border-color * Rename $table-inverse-border to $table-inverse-border-color * Rename $btn-*-border to $btn-*-border-color * Rename $navbar-*-toggler-border to $navbar-*-toggler-border-color
-
- 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 will bubble back to the `<body>` when tapping outside of the dropdown, and the dropdown will close properly (just like it already does, even without this fix, in non-iOS touchscreen devices/browsers, like Chrome/Android and Windows on a touch laptop). This approach, though a bit hacky, has no impact on the DOM structure, and has no unforeseen side effects on touch-enabled laptops/desktops. And crucially, it works just fine in iOS. * Remove dropdown backdrop styles * Update doc for dropdowns and touch-enabled devices
-
- 10 Apr, 2017 1 commit
-
-
Patrick H. Lauke authored
-
- 08 Apr, 2017 6 commits
-
-
Mark Otto authored
-
Mark Otto authored
- Pulls in values from v3 - Closes #22371 which didn't use a transition include
-
Mark Otto authored
- Closes #21622 which kept the 3px - Puts variable in proper order for shorthand (y x)
-
Mark Otto authored
-
Catalin Zalog authored
Order y & x axis by top, right, bottom, left logic
-
- 07 Apr, 2017 1 commit
-
-
Mark Otto authored
-
- 28 Mar, 2017 2 commits
-
-
Praveen Puglia authored
-
Mark Otto authored
-
- 24 Mar, 2017 2 commits
-
-
Pierre-Denis Vanduynslager authored
-
Pierre-Denis Vanduynslager authored
-
- 20 Mar, 2017 3 commits
- 05 Mar, 2017 2 commits
- 03 Mar, 2017 2 commits
-
-
Catalin Zalog authored
Based on this pen: http://codepen.io/zalog/pen/jyoyoR
-
Sean Beyer authored
* Remove 'hover' from variable names * Fix indentation in variables
-
- 04 Feb, 2017 1 commit
-
-
Mark Otto authored
-
- 24 Jan, 2017 1 commit
-
-
Geremia Taglialatela authored
The actual available size of the navbar toggler icon is 30px, but the SVG uses a 32 unit grid. This commit uses a 30 unit grid and updates icon accordingly.
-
- 16 Jan, 2017 2 commits
-
-
Pierre-Denis Vanduynslager authored
-
Pierre-Denis Vanduynslager authored
* Remove unused scss variables * Remove unnecessary space * Remove $zindex-navbar from docs * Re-add $progress-box-shadow
-
- 04 Jan, 2017 3 commits