aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-10-29 21:33:20 -0700
committerMark Otto <[email protected]>2012-10-29 21:33:20 -0700
commit5bb6c42405d030cb481395e5fc4006bc1925f39d (patch)
treecbdac8d73e9fca248f2034661a8d5ceda0ec8284 /less/modals.less
parenta6968c4934f699c066b9e545b2f9c0c6da500fff (diff)
downloadbootstrap-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.less5
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;
+}