diff options
| author | fat <[email protected]> | 2012-10-29 21:55:07 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2012-10-29 21:55:07 -0700 |
| commit | 68cfedb34af198f178128f8c9bc8ea164e44304a (patch) | |
| tree | dae0d245988b472abd30a4f968b919d0019b6c70 /less | |
| parent | f1136228a789c6c0853771097f6292a478a056aa (diff) | |
| parent | bf10a43ed91abc41fb6062811a2b1c4ed73c5094 (diff) | |
| download | bootstrap-68cfedb34af198f178128f8c9bc8ea164e44304a.tar.xz bootstrap-68cfedb34af198f178128f8c9bc8ea164e44304a.zip | |
Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip
Diffstat (limited to 'less')
| -rw-r--r-- | less/modals.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/modals.less b/less/modals.less index 53f2bbba1..90b86670f 100644 --- a/less/modals.less +++ b/less/modals.less @@ -35,6 +35,9 @@ .border-radius(6px); .box-shadow(0 3px 7px rgba(0,0,0,0.3)); .background-clip(padding-box); + // Remove focus outline from opened modal + outline: none; + &.fade { .transition(e('opacity .3s linear, top .3s ease-out')); top: -25%; |
