Skip to content

Commit 2eab64c

Browse files
committed
brite: fix active button z-index in btn-group, closes #1338
1 parent dcf48c2 commit 2eab64c

14 files changed

+28
-8
lines changed

dist/brite/_bootswatch.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
.btn {
106106
margin-left: 0;
107107
}
108+
109+
> .btn.active {
110+
z-index: 0;
111+
}
108112
}
109113

110114
.btn-group,

dist/brite/bootstrap.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12258,6 +12258,9 @@ textarea.form-control-lg {
1225812258
.btn-group .btn {
1225912259
margin-left: 0;
1226012260
}
12261+
.btn-group > .btn.active {
12262+
z-index: 0;
12263+
}
1226112264

1226212265
.btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn:focus,
1226312266
.btn-group-vertical .btn:hover,

dist/brite/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/brite/bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/brite/bootstrap.rtl.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12232,6 +12232,9 @@ textarea.form-control-lg {
1223212232
.btn-group .btn {
1223312233
margin-right: 0;
1223412234
}
12235+
.btn-group > .btn.active {
12236+
z-index: 0;
12237+
}
1223512238

1223612239
.btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn:focus,
1223712240
.btn-group-vertical .btn:hover,

dist/brite/bootstrap.rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/brite/bootstrap.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/5/brite/_bootswatch.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
.btn {
106106
margin-left: 0;
107107
}
108+
109+
> .btn.active {
110+
z-index: 0;
111+
}
108112
}
109113

110114
.btn-group,

docs/5/brite/bootstrap.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12258,6 +12258,9 @@ textarea.form-control-lg {
1225812258
.btn-group .btn {
1225912259
margin-left: 0;
1226012260
}
12261+
.btn-group > .btn.active {
12262+
z-index: 0;
12263+
}
1226112264

1226212265
.btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn:focus,
1226312266
.btn-group-vertical .btn:hover,

docs/5/brite/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)