mirror of
https://github.com/thomaspark/bootswatch.git
synced 2025-10-17 15:02:59 +00:00
brite: fix btn-group borders
This commit is contained in:
@@ -101,15 +101,24 @@
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.btn-group {
|
||||
.btn {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-group,
|
||||
.btn-group-vertical {
|
||||
.btn {
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
> .btn-check:focus + .btn,
|
||||
> .btn-check:checked + .btn {
|
||||
z-index: 0;
|
||||
}
|
||||
|
9
docs/5/brite/bootstrap.css
vendored
9
docs/5/brite/bootstrap.css
vendored
@@ -12246,12 +12246,19 @@ textarea.form-control-lg {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.btn-group .btn:hover, .btn-group .btn:focus,
|
||||
.btn-group .btn {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn:focus,
|
||||
.btn-group-vertical .btn:hover,
|
||||
.btn-group-vertical .btn:active,
|
||||
.btn-group-vertical .btn:focus {
|
||||
z-index: 0;
|
||||
}
|
||||
.btn-group > .btn-check:focus + .btn,
|
||||
.btn-group > .btn-check:checked + .btn,
|
||||
.btn-group-vertical > .btn-check:focus + .btn,
|
||||
.btn-group-vertical > .btn-check:checked + .btn {
|
||||
z-index: 0;
|
||||
}
|
||||
|
2
docs/5/brite/bootstrap.min.css
vendored
2
docs/5/brite/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
9
docs/5/brite/bootstrap.rtl.css
vendored
9
docs/5/brite/bootstrap.rtl.css
vendored
@@ -12220,12 +12220,19 @@ textarea.form-control-lg {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.btn-group .btn:hover, .btn-group .btn:focus,
|
||||
.btn-group .btn {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn:focus,
|
||||
.btn-group-vertical .btn:hover,
|
||||
.btn-group-vertical .btn:active,
|
||||
.btn-group-vertical .btn:focus {
|
||||
z-index: 0;
|
||||
}
|
||||
.btn-group > .btn-check:focus + .btn,
|
||||
.btn-group > .btn-check:checked + .btn,
|
||||
.btn-group-vertical > .btn-check:focus + .btn,
|
||||
.btn-group-vertical > .btn-check:checked + .btn {
|
||||
z-index: 0;
|
||||
}
|
||||
|
2
docs/5/brite/bootstrap.rtl.min.css
vendored
2
docs/5/brite/bootstrap.rtl.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user