- 08 Apr, 2017 4 commits
-
-
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
- 02 Jan, 2017 3 commits
- 31 Dec, 2016 1 commit
-
-
Mark Otto authored
- <progress> element didn't allow animation, labels overlaid, multiple bars, etc. - Revamps CSS to use something more similar to v3's implementation - Ditches variant mixin for `bg-` utils - Rebuilds docs to match, including adding a new Height section for customizing that. Only potential remaining todo is adding `.sr-only` instances to within the bar. Unsure if that's necessary.
-
- 28 Dec, 2016 4 commits
-
-
Mark Otto authored
- Overhauls the states, including the link/button variants, for list groups to better match how we handle .btn states. - Moved the .list-group-item-action styles before the .list-group-item so that we don't have to do as much overriding. - Removed the plain-hover-focus mixins from the disabled and active states since they're unnecessary. - Added support for :active states on the .list-group-item-action variant (for the current click state). - Removed the heading and text classes and variables since we can accomplish the same thing with utilities. - Added support for :disabled on the .list-group-item-action as well since we can use those with button elements. - Rearranged docs to reflect all the above changes. - Reformatted some Sass variables.
-
Mark Otto authored
- No need to set hover and focus on disabled or active elements. Disabled has no interactivity and active will inherit the focus. - Also removes two now unused vars.
-
Mark Otto authored
also be sure to apply it for the active state when shadows are enabled
-
Quy authored
-
- 27 Dec, 2016 1 commit
-
-
Mark Otto authored
-
- 25 Dec, 2016 3 commits
- 24 Dec, 2016 4 commits
-
-
Mark Otto authored
-
Quy authored
-
Mark Otto authored
-
Mark Otto authored
Turns out we did have the correct height calculation with our custom selects. The problem was we lacked a shared line-height with our buttons and inputs. This restores the previous `calc` math and adds a line-height that reuses the input line-height.
-
- 23 Dec, 2016 1 commit
-
-
Quy authored
-