Commit 6cc6f201 authored by Sid Roberts's avatar Sid Roberts
Browse files

Fixed a typo (disaabled).

parent d46ab6bf
Showing with 1 addition and 1 deletion
+1 -1
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
} }
// Future-proof disabling of clicks on `<a>` elements // Future-proof disabling of clicks on `<a>` elements
a.btn.disaabled, a.btn.disabled,
fieldset[disabled] a.btn { fieldset[disabled] a.btn {
pointer-events: none; pointer-events: none;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment