diff options
| author | Mark Otto <[email protected]> | 2012-10-29 21:33:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-29 21:33:20 -0700 |
| commit | 5bb6c42405d030cb481395e5fc4006bc1925f39d (patch) | |
| tree | cbdac8d73e9fca248f2034661a8d5ceda0ec8284 /less/modals.less | |
| parent | a6968c4934f699c066b9e545b2f9c0c6da500fff (diff) | |
| download | bootstrap-5bb6c42405d030cb481395e5fc4006bc1925f39d.tar.xz bootstrap-5bb6c42405d030cb481395e5fc4006bc1925f39d.zip | |
fixes #4511: remove focus on opened modal window
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/less/modals.less b/less/modals.less index 53f2bbba1..4989b65e8 100644 --- a/less/modals.less +++ b/less/modals.less @@ -89,3 +89,8 @@ margin-left: 0; } } + +// Remove focus outline from opened modal +.modal { + outline: none; +} |
