mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
fixes #4511: remove focus on opened modal window
This commit is contained in:
parent
a6968c4934
commit
5bb6c42405
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@ -5069,6 +5069,10 @@ input[type="submit"].btn.btn-mini {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.modal {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
position: absolute;
|
||||
z-index: 1030;
|
||||
|
@ -89,3 +89,8 @@
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Remove focus outline from opened modal
|
||||
.modal {
|
||||
outline: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user