diff options
| author | Sid Roberts <[email protected]> | 2015-08-19 23:09:17 +0100 |
|---|---|---|
| committer | Sid Roberts <[email protected]> | 2015-08-19 23:09:17 +0100 |
| commit | 6cc6f201af339949274fbf573fab1fa52ab4e204 (patch) | |
| tree | a2f521f2f89905c6bd7e659824e05ba1679b907a | |
| parent | d46ab6bf3ab0b547ccb0195a62f18dc4e47893bb (diff) | |
| download | bootstrap-6cc6f201af339949274fbf573fab1fa52ab4e204.tar.xz bootstrap-6cc6f201af339949274fbf573fab1fa52ab4e204.zip | |
Fixed a typo (disaabled).
| -rw-r--r-- | scss/_buttons.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 97d225103..265f35776 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -48,7 +48,7 @@ } // Future-proof disabling of clicks on `<a>` elements -a.btn.disaabled, +a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } |
