Commit Graph

36 Commits

Author SHA1 Message Date
rmacklin 9e6dabbb10 Reduce z-indexes in button-group, input-group, list-group, and pagination to the minimum necessary (#24315)
These were using `z-index: 2` to "Place active items above their
siblings for proper border styling". However, using `z-index: 1` is
sufficient for accomplishing that goal.

In input-group, there were also three `z-index: 3` rules for the
hover/focus/active states. I reduced these to `z-index: 2` since they
just needed to be "one more than normal" (i.e. one more than what is now
`z-index: 1` after my changes).

These changes can be verified by viewing the documentation pages for
Button group, Input group, List group, and Pagination before and after
this commit and observing that the active elements are still "above"
their siblings, so their borders look correct.
2017-10-20 10:01:29 +03:00
Anuj Tomar fa234e27aa Correct $zindex-sticky value (#24402) 2017-10-17 08:51:34 +03:00
Michael Letcher c8ee8509cb Updated Safari Bug (#24350) 2017-10-12 21:22:18 +03:00
Mark Otto 742e3a79dd Update column resets docs to include new section for column breaks
- Moves offset reset to the offset section
- Adds new breaks section to fix #24136
2017-10-03 16:10:54 -07:00
Luke Frake c2fb64ce37 Add order first to grid (#24202)
* Add first class to grid framework to add negative ordering

* Add order-first explination to the docs
2017-10-02 18:56:13 -07:00
Mark Otto 4e2ed6890c remove that, the example comes first now 2017-09-30 20:30:40 -07:00
Mark Otto 9473a7298e more links, clarify predefined classes 2017-09-30 20:30:40 -07:00
Mark Otto 72ef6f4d86 be more specific about context and breakpoint scaling 2017-09-30 20:30:40 -07:00
Mark Otto 5463612c4d be more specific 2017-09-30 20:30:40 -07:00
Mark Otto 6e9100155d rewrite containers and rows section 2017-09-30 20:30:40 -07:00
Mark Otto 92a9b68372 link to css tricks article, add code snippet to example 2017-09-30 20:30:40 -07:00
Mark Otto c449f3323a link to mdn flex doc 2017-09-30 20:30:40 -07:00
Ray Villalobos 71469a2fac Take out reference to Flex Order (#23759)
Since flex-order was renamed to just order, change the subtitle.
2017-09-27 10:49:48 +03:00
Mark Otto d3d06583c5 consistent comma usage :D 2017-09-07 09:31:50 -07:00
Andres Galante 8672161f75 adds clarification that gris values should be set in px (#23829) 2017-09-04 15:39:24 -07:00
Eugenio 56e415d57d Correct typo (#23805)
Shouldn't this be 'output' ?
2017-09-01 22:58:53 +01:00
Chirag Modi 0492c3a4cd remove d-flex class from img tag in docs 2017-08-22 11:09:16 -07:00
SKmedix 022b41ed9b Added missing dot (#23601) 2017-08-21 18:30:55 +03:00
Иван Жеков 721d948d94 Remove trailing spaces (#23593) 2017-08-21 14:51:36 +03:00
Mark Otto fd8c052c67 Restore grid offset classes
Fixes #23360 by restoring just the offset class generation to our grid
framework mixins. Also restores the `make-col-offset` mixin.

Docs have been restored to illustrate this behavior and merged with the
newer margin utilities examples.
2017-08-20 11:17:48 -07:00
Rolandas Barysas b150410660 Remove $zindex-dropdown-backdrop from docs (#23461)
It was removed in 6d64afe.
2017-08-15 18:16:40 +03:00
Mark Otto 64bf037bd1 mention how to do edge-to-edge in docs
/cc #23070
2017-07-14 16:31:34 -07:00
Mark Otto 16fdaa2bef fixes #23045 2017-07-14 16:31:13 -07:00
Mark Otto 67245a474f fix some busted links 2017-07-02 12:00:24 -07:00
Mark Otto 25d5ffc9f9 Move /utilities/flexbox to /utilities/flex to match name of SCSS file 2017-07-01 23:05:51 -07:00
Mark Otto 78167242b3 cleanup offsets 2017-07-01 10:42:36 -07:00
Mark Otto 4554d74221 update redirect_from on docs pages 2017-06-30 15:04:10 -07:00
Mark Otto 7eafb16579 update that docs bit too 2017-06-30 11:44:09 -07:00
Mark Otto 3afb571ec3 formatting 2017-06-30 11:44:09 -07:00
Mark Otto 3fd0708f8d this were removed 2017-06-30 11:44:09 -07:00
Mark Otto 6b34cba118 drop that part of the docs, not applicable 2017-06-30 11:44:09 -07:00
Mark Otto 4982926dcf Drop offsets and push/pull for new order variants 2017-06-30 11:44:09 -07:00
Mark Otto b013b987b0 remove grid gutter sass map as it's output css was all jacked up 2017-06-30 09:01:39 -07:00
Craig Potter 41f8af8afa fix broken links on Utilities for layout page 2017-06-29 15:41:50 -07:00
Mark Otto b2c1e89c6a update urls 2017-05-29 23:32:28 -07:00
Mark Otto 3e76d65656 Rearrange all the docs to allow for a docs/major.minor/ setup 2017-05-29 23:32:28 -07:00