mirror of
https://github.com/thomaspark/bootswatch.git
synced 2025-10-18 07:22:58 +00:00
brite: fix btn-group borders
This commit is contained in:
9
dist/brite/_bootswatch.scss
vendored
9
dist/brite/_bootswatch.scss
vendored
@@ -101,15 +101,24 @@
|
|||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-group {
|
||||||
|
.btn {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.btn-group,
|
.btn-group,
|
||||||
.btn-group-vertical {
|
.btn-group-vertical {
|
||||||
.btn {
|
.btn {
|
||||||
&:hover,
|
&:hover,
|
||||||
|
&:active,
|
||||||
&:focus {
|
&:focus {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> .btn-check:focus + .btn,
|
||||||
> .btn-check:checked + .btn {
|
> .btn-check:checked + .btn {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
9
dist/brite/bootstrap.css
vendored
9
dist/brite/bootstrap.css
vendored
@@ -12246,12 +12246,19 @@ textarea.form-control-lg {
|
|||||||
color: #fff;
|
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:hover,
|
||||||
|
.btn-group-vertical .btn:active,
|
||||||
.btn-group-vertical .btn:focus {
|
.btn-group-vertical .btn:focus {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
.btn-group > .btn-check:focus + .btn,
|
||||||
.btn-group > .btn-check:checked + .btn,
|
.btn-group > .btn-check:checked + .btn,
|
||||||
|
.btn-group-vertical > .btn-check:focus + .btn,
|
||||||
.btn-group-vertical > .btn-check:checked + .btn {
|
.btn-group-vertical > .btn-check:checked + .btn {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
2
dist/brite/bootstrap.min.css
vendored
2
dist/brite/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/brite/bootstrap.min.css.map
vendored
2
dist/brite/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
9
dist/brite/bootstrap.rtl.css
vendored
9
dist/brite/bootstrap.rtl.css
vendored
@@ -12220,12 +12220,19 @@ textarea.form-control-lg {
|
|||||||
color: #fff;
|
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:hover,
|
||||||
|
.btn-group-vertical .btn:active,
|
||||||
.btn-group-vertical .btn:focus {
|
.btn-group-vertical .btn:focus {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
.btn-group > .btn-check:focus + .btn,
|
||||||
.btn-group > .btn-check:checked + .btn,
|
.btn-group > .btn-check:checked + .btn,
|
||||||
|
.btn-group-vertical > .btn-check:focus + .btn,
|
||||||
.btn-group-vertical > .btn-check:checked + .btn {
|
.btn-group-vertical > .btn-check:checked + .btn {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
2
dist/brite/bootstrap.rtl.min.css
vendored
2
dist/brite/bootstrap.rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/brite/bootstrap.rtl.min.css.map
vendored
2
dist/brite/bootstrap.rtl.min.css.map
vendored
File diff suppressed because one or more lines are too long
@@ -101,15 +101,24 @@
|
|||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-group {
|
||||||
|
.btn {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.btn-group,
|
.btn-group,
|
||||||
.btn-group-vertical {
|
.btn-group-vertical {
|
||||||
.btn {
|
.btn {
|
||||||
&:hover,
|
&:hover,
|
||||||
|
&:active,
|
||||||
&:focus {
|
&:focus {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> .btn-check:focus + .btn,
|
||||||
> .btn-check:checked + .btn {
|
> .btn-check:checked + .btn {
|
||||||
z-index: 0;
|
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;
|
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:hover,
|
||||||
|
.btn-group-vertical .btn:active,
|
||||||
.btn-group-vertical .btn:focus {
|
.btn-group-vertical .btn:focus {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
.btn-group > .btn-check:focus + .btn,
|
||||||
.btn-group > .btn-check:checked + .btn,
|
.btn-group > .btn-check:checked + .btn,
|
||||||
|
.btn-group-vertical > .btn-check:focus + .btn,
|
||||||
.btn-group-vertical > .btn-check:checked + .btn {
|
.btn-group-vertical > .btn-check:checked + .btn {
|
||||||
z-index: 0;
|
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;
|
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:hover,
|
||||||
|
.btn-group-vertical .btn:active,
|
||||||
.btn-group-vertical .btn:focus {
|
.btn-group-vertical .btn:focus {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
.btn-group > .btn-check:focus + .btn,
|
||||||
.btn-group > .btn-check:checked + .btn,
|
.btn-group > .btn-check:checked + .btn,
|
||||||
|
.btn-group-vertical > .btn-check:focus + .btn,
|
||||||
.btn-group-vertical > .btn-check:checked + .btn {
|
.btn-group-vertical > .btn-check:checked + .btn {
|
||||||
z-index: 0;
|
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