mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
add focus to button group active button behavior
This commit is contained in:
Vendored
+2
@@ -3007,6 +3007,8 @@ button.close {
|
|||||||
|
|
||||||
.btn-group > .btn:hover,
|
.btn-group > .btn:hover,
|
||||||
.btn-group-vertical > .btn:hover,
|
.btn-group-vertical > .btn:hover,
|
||||||
|
.btn-group > .btn:focus,
|
||||||
|
.btn-group-vertical > .btn:focus,
|
||||||
.btn-group > .btn:active,
|
.btn-group > .btn:active,
|
||||||
.btn-group-vertical > .btn:active {
|
.btn-group-vertical > .btn:active {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -21,6 +21,7 @@
|
|||||||
float: left;
|
float: left;
|
||||||
// Bring the "active" button to the front
|
// Bring the "active" button to the front
|
||||||
&:hover,
|
&:hover,
|
||||||
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user