diff options
| author | Zlatan Vasović <[email protected]> | 2014-03-10 07:55:29 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-03-10 07:55:29 +0100 |
| commit | d50a89bea9320c16272cb10fbaa779d26dbe700e (patch) | |
| tree | 26663e7354351c8869248661f986d0a48579b82d /less/modals.less | |
| parent | e727973d8c8cec151f13bd65d24a664918efd28a (diff) | |
| download | bootstrap-d50a89bea9320c16272cb10fbaa779d26dbe700e.tar.xz bootstrap-d50a89bea9320c16272cb10fbaa779d26dbe700e.zip | |
Use `outline: 0` consistently
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less index 0ba977e6d..8438a1616 100644 --- a/less/modals.less +++ b/less/modals.less @@ -54,7 +54,7 @@ .box-shadow(0 3px 9px rgba(0,0,0,.5)); background-clip: padding-box; // Remove focus outline from opened modal - outline: none; + outline: 0; } // Modal background |
