mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Merge pull request #17079 from SidRoberts/patch-1
Fixed a typo in buttons (disaabled)
This commit is contained in:
commit
43a6765fbe
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user