]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
approach.md: Remove stray comma.
authorXhmikosR <xhmikosr@gmail.com>
Thu, 7 Feb 2019 09:34:11 +0000 (11:34 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 7 Feb 2019 09:53:47 +0000 (11:53 +0200)
site/docs/4.2/extend/approach.md

index c6730b61e90011b6247ff30b6d5f07e353d48898..07058e2a8fb192fe9d13cb5d2618486eca3902b0 100644 (file)
@@ -45,7 +45,7 @@ There are two `z-index` scales in Bootstrap—elements within a component and ov
 
 - Some components in Bootstrap are built with overlapping elements to prevent double borders without modifying the `border` property. For example, button groups, input groups, and pagination.
 - These components share a standard `z-index` scale of `0` through `3`.
-- `0` is default (initial), `1` is `:hover`, `2` is `:active`/`.active`, and `3` is `:focus`.
+- `0` is default (initial), `1` is `:hover`, `2` is `:active`/`.active`, and `3` is `:focus`.
 - This approach matches our expectations of highest user priority. If an element is focused, it's in view and at the user's attention. Active elements are second highest because they indicate state. Hover is third highest because it indicates user intent, but nearly _anything_ can be hovered.
 
 ### Overlay components