mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
fixes #4511: remove focus on opened modal window
This commit is contained in:
Vendored
+4
@@ -5069,6 +5069,10 @@ input[type="submit"].btn.btn-mini {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
.tooltip {
|
.tooltip {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1030;
|
z-index: 1030;
|
||||||
|
|||||||
@@ -89,3 +89,8 @@
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Remove focus outline from opened modal
|
||||||
|
.modal {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user