2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Merge pull request #17079 from SidRoberts/patch-1

Fixed a typo in buttons (disaabled)
This commit is contained in:
Chris Rebert
2015-08-19 15:12:06 -07:00
+1 -1
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;
}