Fixed a typo (disaabled).

This commit is contained in:
Sid Roberts 2015-08-19 23:09:17 +01:00
parent d46ab6bf3a
commit 6cc6f201af
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}