mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
fixes #4511: remove focus on opened modal window
This commit is contained in:
@@ -89,3 +89,8 @@
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Remove focus outline from opened modal
|
||||
.modal {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user