Commit 43a6765f authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #17079 from SidRoberts/patch-1

Fixed a typo in buttons (disaabled)
parents d46ab6bf 6cc6f201
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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;
}
......
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