diff options
| author | Mark Otto <[email protected]> | 2012-01-27 18:33:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-27 18:33:25 -0800 |
| commit | 7e72eb5063470a3728d612acd2cc0368aabc8664 (patch) | |
| tree | f35f14b46c7a7f11432081179c24cad5b2c78280 /less/reset.less | |
| parent | 997fc33af9a4cbdc078e85ee491f777d0dd2d51a (diff) | |
| download | bootstrap-7e72eb5063470a3728d612acd2cc0368aabc8664.tar.xz bootstrap-7e72eb5063470a3728d612acd2cc0368aabc8664.zip | |
new tab focus style and mixin
Diffstat (limited to 'less/reset.less')
| -rw-r--r-- | less/reset.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/reset.less b/less/reset.less index ef4dc8af6..28d8eb60c 100644 --- a/less/reset.less +++ b/less/reset.less @@ -46,7 +46,7 @@ html { } // Focus states a:focus { - outline: thin dotted; + .tab-focus(); } // Hover & Active a:hover, |
