Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2017-10-23 00:26:49 +0300
committerGitHub <noreply@github.com>2017-10-23 00:26:49 +0300
commit1f42d79561d3931b91e09e5d1d04b3a4ce9aa431 (patch)
treef965c8296c54cd4625af34ad4fe3aefe8e7682f6 /scss/_button-group.scss
parent58e553d7bcdd440cafa13a4a9b97cc293dbfcb04 (diff)
parent29d58fb758683db42c2d716ac654dea3ab6063c7 (diff)
Merge branch 'v4-dev' into btn_input_split_variables
Diffstat (limited to 'scss/_button-group.scss')
-rw-r--r--scss/_button-group.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss
index 391adb7cee..3ffe7f44b8 100644
--- a/scss/_button-group.scss
+++ b/scss/_button-group.scss
@@ -14,12 +14,12 @@
// Bring the hover, focused, and "active" buttons to the front to overlay
// the borders properly
@include hover {
- z-index: 2;
+ z-index: 1;
}
&:focus,
&:active,
&.active {
- z-index: 2;
+ z-index: 1;
}
}
@@ -197,10 +197,12 @@
[data-toggle="buttons"] {
> .btn,
> .btn-group > .btn {
+ margin-bottom: 0; // Override default `<label>` value
+
input[type="radio"],
input[type="checkbox"] {
position: absolute;
- clip: rect(0,0,0,0);
+ clip: rect(0, 0, 0, 0);
pointer-events: none;
}
}