mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #17079 from SidRoberts/patch-1
Fixed a typo in buttons (disaabled)
This commit is contained in:
commit
43a6765fbe
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue