diff options
| author | Mark Otto <[email protected]> | 2012-01-28 11:21:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 11:21:39 -0800 |
| commit | 28ba9d69c82895bbd9a1d66cea855119f4aba349 (patch) | |
| tree | a6f63e572f7038cc3d5c5b36a7b2e77bea85fd5e /less/buttons.less | |
| parent | d65ce1b64c0049e4fe37a79a4962d8444415ee00 (diff) | |
| download | bootstrap-28ba9d69c82895bbd9a1d66cea855119f4aba349.tar.xz bootstrap-28ba9d69c82895bbd9a1d66cea855119f4aba349.zip | |
nav, buttons, and docs updates to account for outline: 0; on :active
Diffstat (limited to 'less/buttons.less')
| -rw-r--r-- | less/buttons.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/buttons.less b/less/buttons.less index f1060dc6b..54d00a13a 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -88,6 +88,7 @@ background-color: darken(@white, 10%); background-color: darken(@white, 15%) e("\9"); color: rgba(0,0,0,.5); + outline: 0; } &.disabled, &[disabled] { |
