aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-08-19 15:12:06 -0700
committerChris Rebert <[email protected]>2015-08-19 15:12:06 -0700
commit43a6765fbe616413c7b73adc2ec63257f5048846 (patch)
treea2f521f2f89905c6bd7e659824e05ba1679b907a
parentd46ab6bf3ab0b547ccb0195a62f18dc4e47893bb (diff)
parent6cc6f201af339949274fbf573fab1fa52ab4e204 (diff)
downloadbootstrap-43a6765fbe616413c7b73adc2ec63257f5048846.tar.xz
bootstrap-43a6765fbe616413c7b73adc2ec63257f5048846.zip
Merge pull request #17079 from SidRoberts/patch-1
Fixed a typo in buttons (disaabled)
-rw-r--r--scss/_buttons.scss2
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;
}